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.
This commit is contained in:
Yogthos 2026-06-05 15:45:04 -04:00
parent 54db79e927
commit f24c9aa1fd
27 changed files with 7 additions and 1180 deletions

3
.gitignore vendored
View file

@ -9,3 +9,6 @@ test/_*.janet
.dolt/
*.db
.beads-credential-key
# Beads issue tracker (local dev tooling)
.beads/