Bugfixes: add cljQuot/cljRem to runtime, quot/rem to interpreter. Cleanup: remove unused processAgentActions and sequtils import. 164 tests pass.

This commit is contained in:
2026-05-08 20:45:36 +03:00
parent 30fde68fed
commit 88866872be
6 changed files with 42 additions and 17 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ These tasks are **small, well-defined, and high impact**:
3. **T6.4 `spit`** ✅ — Done. ``(spit "file.txt" "content")`` works.
4. **T6.8 `take`, `drop`** ✅ — Done. `cljTake`, `cljDrop` in runtime, emitter mappings.
5. **T6.11 `type`, `instance?`** ✅ — Done. `cljType`, `cljInstanceP` in runtime.
6. **T4.6 Tool-call format** Wrap REPL input parser to accept `{"tool":...}`.
6. **T4.6 Tool-call format** Done. REPL accepts `{"tool":"cljnim/eval","args":{"form":"..."}}`.
---