MAXSTACK Docs Quickstart npm GitHub
docs / README.md

maxstack docs

Two genres live here and they read differently: guides you follow, and reference you consult. Every file below is filed under one.

Four of the reference pages are generated from the code they document — cli-reference.md, spec-ops.md, mcp-reference.md and bundle-reference.md. Don't hand-edit them; run pnpm docs:reference. A drift check in pnpm validate fails any change that adds a verb, flag or op without regenerating them.

Start here #

  • quickstart.md — from nothing to a running app you have changed yourself.
  • user-guide.md — the full tour: specs, ops, ownership, agents, deployment.
  • ../ARCHITECTURE.md — the layer map, and how a change flows through it.

Reference #

Working with the spec #

  • ownership.md — spec-op, slot, eject: what you own, and what regeneration will touch.
  • block-slots.md — bespoke UI inside a generated page.
  • workbench.md — the review surface.
  • bulk-review.md — clearing the queue safely, and what refuses to be batched.
  • write-paths.md — every path that can land a spec op, and who may accept.

Capabilities #

Operating an app #

How it is checked #

Contributing #