Complete State Hub bootstrap (JSUI-WP-0001); add JSUI-WP-0002
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
tegwick 2026-07-08 15:07:19 +02:00
parent 85b2dfe318
commit f9121b3c23
4 changed files with 48 additions and 17 deletions

View file

@ -1,19 +1,19 @@
## Stack
<!-- TODO: Fill in language, frameworks, and key dependencies -->
- **Language:**
- **Key deps:**
- **Language:** JavaScript (ESM) + optional Python adapter
- **Key deps:** Rollup, Jest, marked (peer); see `package.json`, `pyproject.toml`
## Dev Commands
```bash
# TODO: Fill in the standard commands for this repo
npm install
npm run build
npm test
npm run test:coverage
npm run lint
make test # JS + Python bridge tests
make build
# Install dependencies
# Run tests
# Lint / type check
# Build / package (if applicable)
# After workplan edits
statehub fix-consistency
```