No description
- JavaScript 85.8%
- TypeScript 13.7%
- CSS 0.2%
- Just 0.2%
- Nix 0.1%
| package/contract | ||
| script | ||
| .gitignore | ||
| AGENTS.md | ||
| flake.lock | ||
| flake.nix | ||
| Justfile | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
uwaooo-contract
uwaooo-contract owns the portable schemas, fixtures, validators, generated native and web projections, and checksummed package artifact shared by uwaooo Shell and website consumers.
The ergonomic factory loop is:
just dev
just check-changed
just artifact-build
just artifact-verify
just artifact-publish-dry
The first two commands operate on the dirty working tree. The canonical build emits exact ignored bytes and v1 receipts; verification and publication consume that bundle without compiling or retesting. Dirty bundles are deliberately non-publishable.