Skip to content

Commit 7bd5430

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

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,11 @@ Thumbs.db
3535

3636
# Crash recovery artifacts
3737
ai-cli-crash-capture/
38+
target/
39+
node_modules/
40+
_build/
41+
deps/
42+
.elixir_ls/
43+
.cache/
44+
build/
45+
dist/
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Invariant Path Scan: betlang-whitepaper.md
2+
3+
## Invariant: ip-30723e8b73ccb799
4+
5+
⚠️ **ISSUE DETECTED / 🔍 REVIEW REQUIRED**
6+
7+
**Source Text:** This paper formalizes the language semantics, establishes its mathematical foundations
8+
9+
**Target Text:** key correctness properties, and demonstrates its expressiveness for statistical computation, Bayesian inference, and stochastic simulation
10+
11+
**Invariant Type:** provenance
12+
13+
**Notes:** auto-generated heuristic suggestion; editable
14+
15+
---
16+
## Invariant: ip-26fd2cfd51e56465
17+
18+
⚠️ **ISSUE DETECTED / 🔍 REVIEW REQUIRED**
19+
20+
**Source Text:** - Convergence
21+
22+
**Target Text:** for statistical estimators
23+
24+
**Invariant Type:** provenance
25+
26+
**Notes:** auto-generated heuristic suggestion; editable
27+
28+
---

0 commit comments

Comments
 (0)