Commit graph

3 commits

Author SHA1 Message Date
Yogthos
60aeba07f3 Phase 5 complete — close jolt-c09
All seven Done criteria from §7:
1.  Infinite-seq cases: 21/21 (0 hangs)
2.  Conformance: 229/229 x3 (interpret/compile/self-host)
3.  Specs: 32/32 files, 0 failures
4.  clojure-test-suite: 3971 pass (up from 3926), 6 timeouts (down from 9)
5.  Representation decision: Option B (hybrid), blast-radius measured
6.  core-bench: TOTAL 2531 ms captured
7.  bd close jolt-c09

Deferred to follow-up (not blocking):
- §6.3 laziness counter tests
- core-bench Phase-4 comparison
- Self-host + fixpoint verification
2026-06-08 12:55:15 -04:00
Yogthos
f24c9aa1fd chore: remove dev artifacts; keep only published code/tests/docs
Remove agent/dev tooling and scratch files that aren't part of the published
project:
- .beads/ (issue tracker) and .clj-kondo/ (linter cache) — now gitignored
- AGENTS.md, CLAUDE.md, PLAN.md (agent/planning docs)
- root scratch scripts: fix-core.janet, preprocess.janet, and the loose
  test-*.janet probes (the real tests live under test/)
- clojure-features.clj — its features are already covered by
  test/integration/features-test.janet (dropped the optional smoke-test block)

The repo now tracks only: src/ (interpreter + clojure.core.async + stdlib),
test/ (spec/integration/unit), doc/grammar.ebnf, README, LICENSE, project.janet,
and the vendor/sci submodule. jpm test green.
2026-06-05 15:45:04 -04:00
Yogthos
1d47fc9ad2 bd init: initialize beads issue tracking 2026-06-04 13:46:11 -04:00