No description
  • JavaScript 85.8%
  • TypeScript 13.7%
  • CSS 0.2%
  • Just 0.2%
  • Nix 0.1%
Find a file
2026-07-28 20:15:18 +07:00
package/contract squashed :P 2026-07-25 07:04:31 +07:00
script squashed :P 2026-07-28 20:15:18 +07:00
.gitignore squashed :P 2026-07-22 10:04:44 +07:00
AGENTS.md squashed :P 2026-07-28 20:15:18 +07:00
flake.lock squashed :P 2026-07-22 10:04:44 +07:00
flake.nix squashed :P 2026-07-22 10:04:44 +07:00
Justfile squashed :P 2026-07-28 20:15:18 +07:00
package.json squashed :P 2026-07-28 20:15:18 +07:00
pnpm-lock.yaml squashed :P 2026-07-22 10:04:44 +07:00
README.md squashed :P 2026-07-28 20:15:18 +07:00
tsconfig.json squashed :P 2026-07-22 10:04:44 +07:00

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.