Skip to content

Commit 71d9139

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

7 files changed

Lines changed: 66 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,4 @@ zig-out/
106106

107107
# Crash recovery artifacts
108108
ai-cli-crash-capture/
109+
.cache/

alkahest-shell-transmuter/.gitignore

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

8181
# Crash recovery artifacts
8282
ai-cli-crash-capture/
83+
target/
84+
node_modules/
85+
_build/
86+
deps/
87+
.elixir_ls/
88+
.cache/
89+
build/
90+
dist/

ffi/rust/.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,13 @@
1515
# OS
1616
.DS_Store
1717
Thumbs.db
18+
target/
19+
node_modules/
20+
_build/
21+
deps/
22+
.elixir_ls/
23+
.cache/
24+
*.log
25+
*.tmp
26+
build/
27+
dist/

impl/zig/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
# Zig build artifacts
22
.zig-cache/
33
zig-out/
4+
target/
5+
node_modules/
6+
_build/
7+
deps/
8+
.elixir_ls/
9+
.cache/
10+
*.log
11+
*.tmp
12+
.DS_Store
13+
Thumbs.db
14+
build/
15+
dist/

proofs/coq/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,15 @@ Makefile.conf
1919

2020
# coqdoc HTML output
2121
html/
22+
target/
23+
node_modules/
24+
_build/
25+
deps/
26+
.elixir_ls/
27+
.cache/
28+
*.log
29+
*.tmp
30+
.DS_Store
31+
Thumbs.db
32+
build/
33+
dist/

proofs/lean4/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
.lake/
2+
target/
3+
node_modules/
4+
_build/
5+
deps/
6+
.elixir_ls/
7+
.cache/
8+
*.log
9+
*.tmp
10+
.DS_Store
11+
Thumbs.db
12+
build/
13+
dist/

proofs/mizar/.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,14 @@
3131
*.wsx
3232
*.xml
3333
*.log
34+
target/
35+
node_modules/
36+
_build/
37+
deps/
38+
.elixir_ls/
39+
.cache/
40+
*.tmp
41+
.DS_Store
42+
Thumbs.db
43+
build/
44+
dist/

0 commit comments

Comments
 (0)