Skip to content

Commit f2b8e8d

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

17 files changed

Lines changed: 142 additions & 0 deletions

File tree

.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/

claude-integrations/firefox-lsp/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,15 @@ poly_ssg_lsp-*.tar
2626
# VSCode Extension
2727
vscode-extension/node_modules/
2828
vscode-extension/out/
29+
target/
30+
node_modules/
31+
_build/
32+
deps/
33+
.elixir_ls/
34+
.cache/
35+
*.log
36+
*.tmp
37+
.DS_Store
38+
Thumbs.db
39+
build/
40+
dist/

claude-integrations/firefox-mcp/.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/

claude-integrations/gecko-browser-extension/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ node_modules/
2828
*.key
2929
*.pem
3030
secrets.json
31+
target/
32+
_build/
33+
deps/
34+
.elixir_ls/
35+
.cache/
36+
*.tmp
37+
build/
38+
dist/

claude-integrations/gitlab-bridge/.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/

claude-integrations/mozilla-extension/.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/

did-you-actually-do-that/.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,13 @@ dyadt_brain/.elixir_ls/
2222

2323
# Crash recovery artifacts
2424
ai-cli-crash-capture/
25+
target/
26+
node_modules/
27+
_build/
28+
deps/
29+
.elixir_ls/
30+
.cache/
31+
*.log
32+
*.tmp
33+
build/
34+
dist/

did-you-actually-do-that/dyadt_brain/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,15 @@ erl_crash.dump
2222
# Ignore package tarball (built via "mix hex.build").
2323
dyadt_brain-*.tar
2424

25+
target/
26+
node_modules/
27+
_build/
28+
deps/
29+
.elixir_ls/
30+
.cache/
31+
*.log
32+
*.tmp
33+
.DS_Store
34+
Thumbs.db
35+
build/
36+
dist/

echomesh/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ lib/bs/
6767

6868
# Crash recovery artifacts
6969
ai-cli-crash-capture/
70+
.elixir_ls/
71+
.cache/
72+
Thumbs.db

elegant-state/.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/

0 commit comments

Comments
 (0)