ECC/tests
andydiaz122 853c64d7c1 feat: add NanoClaw agent REPL — persistent session-aware CLI for ECC
Implements a barebones agent loop that delegates to `claude -p` with
markdown-as-database session persistence and ECC skill context loading.
Zero external dependencies, ~264 lines of pure Node.js CommonJS.

- scripts/claw.js: core module (storage, context, delegation, REPL)
- commands/claw.md: slash command definition with usage docs
- tests/scripts/claw.test.js: 14 unit tests covering all modules
- package.json: add claw script and files entry
- tests/run-all.js: register claw tests in test manifest
2026-02-15 12:02:19 -05:00
..
ci test: cover whitespace-only frontmatter field, empty SKILL.md, and getAllSessions TOCTOU symlink 2026-02-13 11:20:44 -08:00
hooks test: add 3 tests for scoped pkg detection, empty env var, and tools-without-files (Round 94) 2026-02-13 14:44:40 -08:00
integration test: add timeout enforcement, async hook schema, and command format validation tests 2026-02-13 05:23:16 -08:00
lib test: add 3 edge-case tests for readFile binary, output() NaN/Infinity, loadAliases __proto__ safety 2026-02-13 18:44:07 -08:00
scripts feat: add NanoClaw agent REPL — persistent session-aware CLI for ECC 2026-02-15 12:02:19 -05:00
run-all.js feat: add NanoClaw agent REPL — persistent session-aware CLI for ECC 2026-02-15 12:02:19 -05:00