mix cohere.init (Cohere v0.1.0)

Copy Markdown View Source

Creates the cohere/ directory (map, intent/, design/), derives the first map, writes a README explaining the feature loop, and syncs the agent-guidance block into AGENTS.md — the loop's instructions, landed where agents already look.

$ mix cohere.init
$ mix cohere.init --into CLAUDE.md   # guidance file of choice

Re-running is safe and is how the guidance block stays current across cohere upgrades: only the marker-bounded block is regenerated; the seeded working agreement and everything else in the file is never touched.

Deliberately does not generate an intent card per context — empty cards are noise. Start with the two or three contexts where intent actually accumulates (mix cohere.gen.intent <context>); add more when a context earns one.