19 lines
360 B
Markdown
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
|
|
```
|