bootspring generate

Regenerate local AI context files.

Synopsis#

Loading code block...

What it does#

Default run:

  • Regenerates CLAUDE.md
  • Creates todo.md if missing
  • Validates context and prints a score

With --full:

  • Also generates .mcp.json (if missing)
  • Also regenerates AGENTS.md

Options#

OptionDescription
--full, -fRegenerate full local context set (CLAUDE.md, .mcp.json, AGENTS.md)

Examples#

Loading code block...

Notes#

  • Requires an initialized project (bootspring.config.js must exist).
  • If not initialized, run bootspring init first.