Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 4 additions & 31 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,31 +1,4 @@
# CODEOWNERS - Define who reviews what
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

# Default owners for everything
* @Hyperpolymath

# Julia engine - core mechanics
/engine/ @Hyperpolymath

# Hugo orchestrator
/orchestrator/ @Hyperpolymath

# Node configurations (both use Hugo now)
/node-alpha/ @Hyperpolymath
/node-beta/ @Hyperpolymath

# Documentation
/docs/ @Hyperpolymath
*.md @Hyperpolymath
*.adoc @Hyperpolymath

# CI/CD and GitHub configuration
/.github/ @Hyperpolymath

# Security-sensitive files
/.well-known/ @Hyperpolymath
/SECURITY.md @Hyperpolymath
/.github/SECURITY.md @Hyperpolymath

# Shell scripts
/scripts/ @Hyperpolymath
# SPDX-License-Identifier: MPL-2.0
# Solo-maintained hyperpolymath repo: no owner lines by policy.
# See hyperpolymath/standards CODEOWNERS-POLICY.adoc (Rule 1).
# Sole-maintainer review is moot; SPDX headers carry attribution.
47 changes: 0 additions & 47 deletions ARCHITECTURE.md

This file was deleted.

2 changes: 1 addition & 1 deletion ffi/zig/build.zig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MPL-2.0
// Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
// {{PROJECT}} FFI Build Configuration
// THEJEFFPARADOX FFI Build Configuration

const std = @import("std");

Expand Down
2 changes: 1 addition & 1 deletion ffi/zig/test/integration_test.zig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MPL-2.0
// Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
// {{PROJECT}} Integration Tests
// THEJEFFPARADOX Integration Tests
//
// These tests verify that the Zig FFI correctly implements the Idris2 ABI

Expand Down
Loading