Skip to content

Commit 90d3f39

Browse files
hyperpolymathclaude
andcommitted
chore: estate-wide chore + stale-path sweep (2026-04-17)
Part of the estate-wide 2026-04-17 cleanup pass. Commits chore-safe content only: docs, workflow YAML, gitignore, a2ml migration drift, editorconfig, ncl. Dependency manifests (Cargo.toml/.lock, package.json, mix.exs, etc.) and source files intentionally held back so no broken intermediate states where a .rs commit splits from its Cargo.toml. Also includes stale-path fixes for four ecosystem moves: hypatia -> verification-ecosystem/hypatia echidna -> verification-ecosystem/echidna ephapax -> developer-ecosystem/nextgen-languages/ephapax panic-attacker -> games-ecosystem/panic-attacker Staged files: 3 Held back (source / dep-manifests): 0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5b0fe87 commit 90d3f39

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/k9-svc-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
validate:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v6
8+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
99
- name: Validate contractiles
1010
run: |
1111
#!/bin/bash

TEST-NEEDS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@
3737
- Result: FULL COMPLIANCE. All 8 structural fields present. Well-structured manifest with 110 lines.
3838

3939
**3. echidna (Rust — theorem prover)**
40-
- File: `/var/mnt/eclipse/repos/echidna/0-AI-MANIFEST.a2ml`
40+
- File: `/var/mnt/eclipse/repos/verification-ecosystem/echidna/0-AI-MANIFEST.a2ml`
4141
- Result: INCOMPLETE (3/8). Has SPDX and context/canonical but uses non-standard structure missing (manifest), (identity), (purpose), (name), (version) wrappers. Needs migration to standard A2ML format.
4242

4343
**4. panic-attacker (Rust — security scanner)**
44-
- File: `/var/mnt/eclipse/repos/panic-attacker/0-AI-MANIFEST.a2ml`
44+
- File: `/var/mnt/eclipse/repos/games-ecosystem/panic-attacker/0-AI-MANIFEST.a2ml`
4545
- Result: INCOMPLETE (4/8). Has SPDX, (manifest), version, canonical but missing (identity), (purpose), (name) sections. Partially migrated format.
4646

4747
**5. hypatia (Elixir/Rust — CI/CD scanner)**
48-
- File: `/var/mnt/eclipse/repos/hypatia/0-AI-MANIFEST.a2ml`
48+
- File: `/var/mnt/eclipse/repos/verification-ecosystem/hypatia/0-AI-MANIFEST.a2ml`
4949
- Result: FULL COMPLIANCE. All 8 structural fields present. 117 lines with comprehensive context tiers.
5050

5151
**6. standards (Mixed — multi-standard monorepo)**
52-
- File: `/var/mnt/eclipse/repos/standards/0-AI-MANIFEST.a2ml`
52+
- File: `/var/mnt/eclipse/repos/developer-ecosystem/standards/0-AI-MANIFEST.a2ml`
5353
- Result: MINIMAL (1/8). Large file (128 lines, 4383B) but uses legacy format without standard S-expression structure. Only canonical locations present. Needs full rewrite.
5454

5555
### Internal test suite also passing

docs/accessibility/STANDARD.a2ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ HAS is structured as a contractile system with three compliance levels:
228228

229229
2. Add Adjustfile.a2ml:
230230
```bash
231-
cp /var/mnt/eclipse/repos/standards/accessibility/Adjustfile.a2ml \
231+
cp /var/mnt/eclipse/repos/developer-ecosystem/standards/accessibility/Adjustfile.a2ml \
232232
.machine_readable/contractiles/adjust/
233233
```
234234

@@ -253,7 +253,7 @@ HAS is structured as a contractile system with three compliance levels:
253253
5. Document accessibility features:
254254
```bash
255255
mkdir -p docs/accessibility
256-
cp /var/mnt/eclipse/repos/standards/accessibility/README.adoc \
256+
cp /var/mnt/eclipse/repos/developer-ecosystem/standards/accessibility/README.adoc \
257257
docs/accessibility/
258258
```
259259

0 commit comments

Comments
 (0)