testdrive-jsui/.claude/rules/stack-and-commands.md
tegwick f9121b3c23
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Complete State Hub bootstrap (JSUI-WP-0001); add JSUI-WP-0002
2026-07-08 15:07:19 +02:00

19 lines
360 B
Markdown

## Stack
- **Language:** JavaScript (ESM) + optional Python adapter
- **Key deps:** Rollup, Jest, marked (peer); see `package.json`, `pyproject.toml`
## Dev Commands
```bash
npm install
npm run build
npm test
npm run test:coverage
npm run lint
make test # JS + Python bridge tests
make build
# After workplan edits
statehub fix-consistency
```