@@ -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)
0 commit comments