bootspring generate
Regenerate local AI context files.
Synopsis#
Loading code block...
What it does#
Default run:
- Regenerates
CLAUDE.md - Creates
todo.mdif missing - Validates context and prints a score
With --full:
- Also generates
.mcp.json(if missing) - Also regenerates
AGENTS.md
Options#
| Option | Description |
|---|---|
--full, -f | Regenerate full local context set (CLAUDE.md, .mcp.json, AGENTS.md) |
Examples#
Loading code block...
Notes#
- Requires an initialized project (
bootspring.config.jsmust exist). - If not initialized, run
bootspring initfirst.