- Review integration files; fill SCOPE where templated - Document dev workflow in stack-and-commands.md - Seed WP-0002 implementation workplan; mark bootstrap finished - Hub sync via fix-consistency
278 B
278 B
Stack
- Language: Python 3.12+ (monorepo) + JavaScript UI (testdrive-jsui)
- Key deps: uv/pip, pytest, npm; see
pyproject.toml,package.json,Makefile
Dev Commands
make setup
make test
make test-js
make test-all
make lint
make build
make help