Skip to content

Commit 5b347ce

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: 14 Held back (source / dep-manifests): 29 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6ba7493 commit 5b347ce

14 files changed

Lines changed: 3152 additions & 18 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,8 @@ Thumbs.db
128128

129129
# wokelangiser generated i18n locale files (too large for GitHub)
130130
generated/wokelangiser/i18n/
131+
target/
132+
_build/
133+
deps/
134+
.elixir_ls/
135+
.cache/

.machine_readable/6a2/ECOSYSTEM.a2ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ notes = "Fleet panel wired with 6 bots and safety triangle. BoJ agent-mcp routes
7373

7474
[related-projects.verisimdb]
7575
relationship = "primary-backend-module"
76-
nature = """VeriSimDB is PanLL's first database backend. VQL-DT maps to three-panel layout:
76+
nature = """VeriSimDB is PanLL's first database backend. VCL-DT maps to three-panel layout:
7777
Panel-L = proof obligations, Panel-N = agentic inference, Panel-W = query results."""
7878
integration-status = "active"
79-
notes = "BoJ database-mcp cartridge routes VQL queries when bojRouting=true."
79+
notes = "BoJ database-mcp cartridge routes VCL queries when bojRouting=true."
8080

8181
[related-projects.quandledb]
8282
relationship = "future-backend-module"

0 commit comments

Comments
 (0)