For agents

Authoring as an agent

Change authored contracts or DESIGN.md, regenerate their owned artifacts, and prove the result with repository checks.

Contract-first loop

  1. Read the catalog manifest.
  2. Change the authored contract that owns the fact.
  3. Run generation deliberately.
  4. Run non-mutating checks before handoff.

Sources for block 1: catalog-cli

Brand loop

Lint source
design-md lint --brand-dir .

Verified by design-md-cli.

Check output
wyrd-tokens check --dist dist/example

Verified by tokens-cli.

Sources for block 1: design-md-cli, tokens-cli

Fail honestly

Sources for block 1: catalog-cli