Skip to content

Commit fc32d98

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

5 files changed

Lines changed: 41 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,10 @@ htmlcov/
119119
*.bak
120120
# asdf version manager
121121
.tool-versions
122+
node_modules/
123+
_build/
124+
deps/
125+
.elixir_ls/
126+
.cache/
127+
build/
128+
dist/

lazy-eliminator/.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,13 @@ Thumbs.db
1818

1919
# Output
2020
*.trace.json
21+
target/
22+
node_modules/
23+
_build/
24+
deps/
25+
.elixir_ls/
26+
.cache/
27+
*.log
28+
*.tmp
29+
build/
30+
dist/

satellite-template/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,11 @@ htmlcov/
5050
# Vexometer traces (keep examples)
5151
/vexometer/*.json
5252
!/vexometer/example-*.json
53+
target/
54+
node_modules/
55+
_build/
56+
deps/
57+
.elixir_ls/
58+
.cache/
59+
build/
60+
dist/

vexometer/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,11 @@ htmlcov/
8383

8484
# Repo-local verisim sidecar runtime state
8585
/.verisim-local/
86+
target/
87+
node_modules/
88+
_build/
89+
deps/
90+
.elixir_ls/
91+
.cache/
92+
build/
93+
dist/

vext/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,11 @@ htmlcov/
7777
/tmp/
7878
*.tmp
7979
*.bak
80+
target/
81+
node_modules/
82+
_build/
83+
deps/
84+
.elixir_ls/
85+
.cache/
86+
build/
87+
dist/

0 commit comments

Comments
 (0)