This repository hosts official nold-ai SpecFact bundle packages and registry metadata.
- Official bundles live under
packages/. - Registry metadata lives under
registry/index.jsonandpackages/*/module-package.yaml. - Third-party bundles are not hosted in this repository. Third-party publishers should ship from their own repositories and publish to the registry.
hatch env createhatch run dev-deps
dev-deps resolves specfact-cli in this order: $SPECFACT_CLI_REPO, matching specfact-cli-worktrees/<branch>, then the canonical sibling checkout ../specfact-cli.
Run in this order:
hatch run formathatch run type-checkhatch run linthatch run yaml-linthatch run contract-testhatch run smart-testhatch run test
pre-commit installpre-commit run --all-files