Browse documentation

Product boundaries

Keep template instructions, CLI mechanics, and agent judgment distinct.

Template 2.1.0CLI 2.1.0

The template and CLI work together but release independently. The template teaches the host how to coordinate work; the CLI supplies repeatable mechanics. The coding agent provides interpretation that depends on the project.

Ownership test

If an answer depends on reading product behavior, it belongs to the agent. If the same input must return the same structured file or Git result, it belongs to the CLI. Human authorization is outside both.

The source repository builds both products. The website curates documentation for them and runs no live repository API. Major-version guides and changelogs are maintained separately from installed workspaces.

See the repository map and release identities.