Skip to content

Commit fdcb18e

Browse files
hyperpolymathclaude
andcommitted
chore: sync chore drift (docs, workflows, gitignore, a2ml)
Partial chore-sync for a repo with in-flight source changes. Only safe-to-split paths committed here (docs, workflow YAML, gitignore, a2ml migration drift). Source files and dependency manifests left uncommitted for manual review to avoid creating broken intermediate states where Cargo.toml and its dependent .rs live in different commits. Staged paths: - .gitignore - TEST-NEEDS.md - echidna-playground/.gitignore - echidnabot/.gitignore - src/rescript/.gitignore - training_data/vocabulary_5X.txt - training_data/vocabulary_UNIFIED.txt - verification/proofs/.gitignore Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 169e030 commit fdcb18e

8 files changed

Lines changed: 16002 additions & 31 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,11 @@ proofs/coq/**/*.glob
173173
proofs/coq/**/.*.aux
174174
proofs/agda/**/*.agdai
175175
proofs/metamath/.metamath*
176+
target/
177+
node_modules/
178+
_build/
179+
deps/
180+
.elixir_ls/
181+
.cache/
182+
build/
183+
dist/

TEST-NEEDS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
### Target Details
1919

2020
**1. echidna own Coq proofs (baseline)**
21-
- Command: `echidna verify /var/mnt/eclipse/repos/echidna/proofs/coq/basic.v`
21+
- Command: `echidna verify /var/mnt/eclipse/repos/verification-ecosystem/echidna/proofs/coq/basic.v`
2222
- Key findings: Valid proof. 43 tactics detected. Baseline verification working correctly.
2323

2424
**2. nextgen-languages/wokelang (Coq)**

echidna-playground/.gitignore

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

8787
# Crash recovery artifacts
8888
ai-cli-crash-capture/
89+
target/
90+
node_modules/
91+
_build/
92+
deps/
93+
.elixir_ls/
94+
.cache/
95+
build/
96+
dist/

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

src/rescript/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,9 @@ coverage/
5454

5555
# Production builds
5656
*.tsbuildinfo
57+
target/
58+
_build/
59+
deps/
60+
.elixir_ls/
61+
*.log
62+
*.tmp

0 commit comments

Comments
 (0)