Skip to content

Commit 5f83d01

Browse files
Remove generate_idr.py and update documentation
2 parents 64a8345 + 3b4023a commit 5f83d01

2 files changed

Lines changed: 3 additions & 129 deletions

File tree

CLAUDE.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ echidna/
3838
│ │ ├── grpc/ # gRPC (tonic, port 50051)
3939
│ │ └── rest/ # REST (axum + OpenAPI, port 8000)
4040
│ ├── julia/ # Julia ML components
41-
│ ├── rescript/ # ReScript+Deno UI (33 files)
42-
│ └── mercury/ # Mercury/Logtalk logic (optional)
43-
├── .machine_readable/ # SCM files (STATE.scm, META.scm, ECOSYSTEM.scm)
41+
│ └── rescript/ # ReScript+Deno UI (10 files — built locally, not yet shipped)
42+
├── .machine_readable/ # A2ML metadata (STATE.a2ml, META.a2ml, ECOSYSTEM.a2ml, …)
4443
├── .github/workflows/ # 17 CI/CD workflows
4544
├── Cargo.toml # Rust workspace root
4645
├── Justfile # Primary build system
@@ -72,7 +71,7 @@ Follow conventional commit format:
7271

7372
- **Rust**: Core logic, 105 prover backends, trust pipeline, CLI, REPL, API servers
7473
- **Julia**: ML inference (tactic prediction, premise selection, port 8090)
75-
- **ReScript + Deno**: UI components (33 files, zero TypeScript)
74+
- **ReScript + Deno**: UI components (10 files, zero TypeScript — local build only)
7675
- **Chapel**: Optional parallel proof dispatch
7776

7877
### Prover Support (105 Total - ALL IMPLEMENTED)

generate_idr.py

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)