Skip to content

Commit 168cc81

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

6 files changed

Lines changed: 57 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,10 @@ htmlcov/
6262

6363
# Crash recovery artifacts
6464
ai-cli-crash-capture/
65+
target/
66+
node_modules/
67+
_build/
68+
deps/
69+
.elixir_ls/
70+
.cache/
71+
dist/

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

netstack/interface/.gitignore

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

netstack/orchestrator/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,15 @@ flatracoon_orchestrator-*.tar
3535
npm-debug.log
3636
/assets/node_modules/
3737

38+
target/
39+
node_modules/
40+
_build/
41+
deps/
42+
.elixir_ls/
43+
.cache/
44+
*.log
45+
*.tmp
46+
.DS_Store
47+
Thumbs.db
48+
build/
49+
dist/

netstack/tui/.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,14 @@ bin/
1010
*~
1111
*.swp
1212
.DS_Store
13+
target/
14+
node_modules/
15+
_build/
16+
deps/
17+
.elixir_ls/
18+
.cache/
19+
*.log
20+
*.tmp
21+
Thumbs.db
22+
build/
23+
dist/

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