Complete State Hub bootstrap workplans (WP-0001)
- 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
This commit is contained in:
parent
28b6245761
commit
98b2177acc
3 changed files with 49 additions and 16 deletions
|
|
@ -1,19 +1,15 @@
|
|||
## Stack
|
||||
|
||||
<!-- TODO: Fill in language, frameworks, and key dependencies -->
|
||||
- **Language:**
|
||||
- **Key deps:**
|
||||
- **Language:** TypeScript (ESM)
|
||||
- **Key deps:** Vitest; publishes `@binect/js`
|
||||
|
||||
## Dev Commands
|
||||
|
||||
```bash
|
||||
# TODO: Fill in the standard commands for this repo
|
||||
|
||||
# Install dependencies
|
||||
|
||||
# Run tests
|
||||
|
||||
# Lint / type check
|
||||
|
||||
# Build / package (if applicable)
|
||||
npm install
|
||||
npm run build
|
||||
npm test
|
||||
npm run test:e2e
|
||||
npm run typecheck
|
||||
npm run clean
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue