Skip to content

Commit 4a0a3d6

Browse files
committed
docs(claude-md): correct ReScript file count (33 → 10)
Audit finding: actual file count in src/rescript/ is 10, not 33 as claimed. Also note the UI is built locally only — not yet shipped in the container or API responses. https://claude.ai/code/session_01NaC5RXjTyr5xg9XXUa2FCC
1 parent 574bfe8 commit 4a0a3d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ 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)
41+
│ ├── rescript/ # ReScript+Deno UI (10 files — built locally, not yet shipped)
4242
│ └── mercury/ # Mercury/Logtalk logic (optional)
4343
├── .machine_readable/ # SCM files (STATE.scm, META.scm, ECOSYSTEM.scm)
4444
├── .github/workflows/ # 17 CI/CD workflows
@@ -72,7 +72,7 @@ Follow conventional commit format:
7272

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

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

0 commit comments

Comments
 (0)