Skip to content

Commit c1ff8aa

Browse files
hyperpolymathclaude
andcommitted
chore(root): complete Phase 2 — move TOPOLOGY.md, archive MAINTAINERS.md
Completes the deferred Phase 2 items + their reference updates: - git mv TOPOLOGY.md -> docs/TOPOLOGY.md - git mv MAINTAINERS.md -> archive/ (real-but-divergent dup; keeper = MAINTAINERS.adoc) - docs/THREAT-MODEL.md: link ../TOPOLOGY.md -> TOPOLOGY.md - GOVERNANCE.md (x3) + CONTRIBUTING.md: MAINTAINERS.md -> MAINTAINERS.adoc - .github/pull_request_template.md: TOPOLOGY.md -> docs/TOPOLOGY.md (checklist label) Committed with --no-verify (owner-approved, one-time). The reference fixes touch GOVERNANCE.md / CONTRIBUTING.md / docs/THREAT-MODEL.md, which the strict pre-commit hook rejects for a PRE-EXISTING reason: they lack the literal owner-string (and CONTRIBUTING.md has no SPDX header). Supplying those is a licence/attribution edit reserved to the owner (hard-stop), so the hook could not be satisfied without an owner-only change. No licence/SPDX content modified here — only path references. The three files' missing owner-string/SPDX is logged as Phase 3/4 debt. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3b960ab commit c1ff8aa

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
- [ ] `.machine_readable/ECOSYSTEM.a2ml` updated (if integrations changed)
3131
- [ ] `.machine_readable/META.a2ml` updated (if architectural decisions changed)
3232
- [ ] Documentation updated for user-facing changes
33-
- [ ] `TOPOLOGY.md` updated (if architecture changed)
33+
- [ ] `docs/TOPOLOGY.md` updated (if architecture changed)
3434
- [ ] `CHANGELOG` or release notes updated
3535
- [ ] New dependencies reviewed for license compatibility (MPL-2.0 / MPL-2.0)
3636
- [ ] ABI/FFI changes validated (`src/abi/` and `ffi/zig/` consistent)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ typell/
4242
├── CONTRIBUTING.md # This file
4343
├── GOVERNANCE.md
4444
├── LICENSE
45-
├── MAINTAINERS.md
45+
├── MAINTAINERS.adoc
4646
├── README.adoc
4747
├── SECURITY.md
4848
├── flake.nix # Nix flake — fallback (Perimeter 1)

GOVERNANCE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ release schedules, contributor access, and community standards.
6363
- Reviews and merges pull requests.
6464
- Triages issues and manages releases.
6565
- Upholds code quality, security standards, and the Code of Conduct.
66-
- Listed in [MAINTAINERS.md](MAINTAINERS.md).
66+
- Listed in [MAINTAINERS.adoc](MAINTAINERS.adoc).
6767

6868
### Contributor
6969

@@ -103,7 +103,7 @@ A contributor may be nominated to become a maintainer when they demonstrate:
103103
2. The BDFL reviews the candidate's contribution history and community interactions.
104104
3. The BDFL approves or declines the nomination, with reasoning provided to the
105105
nominator.
106-
4. If approved, the new maintainer is added to [MAINTAINERS.md](MAINTAINERS.md) and
106+
4. If approved, the new maintainer is added to [MAINTAINERS.adoc](MAINTAINERS.adoc) and
107107
granted appropriate repository access.
108108

109109
---
@@ -123,7 +123,7 @@ A maintainer may be removed under the following circumstances:
123123
documented privately.
124124

125125
Removed maintainers are moved to the Emeritus section of
126-
[MAINTAINERS.md](MAINTAINERS.md) unless removal was due to a serious Code of Conduct
126+
[MAINTAINERS.adoc](MAINTAINERS.adoc) unless removal was due to a serious Code of Conduct
127127
violation.
128128

129129
---
File renamed without changes.

docs/THREAT-MODEL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
Brief description of Typell and its architecture.
3737

38-
> See [TOPOLOGY.md](../TOPOLOGY.md) for the full architecture diagram and completion dashboard.
38+
> See [TOPOLOGY.md](TOPOLOGY.md) for the full architecture diagram and completion dashboard.
3939
4040
## Assets
4141

File renamed without changes.

0 commit comments

Comments
 (0)