bootspring context
View, search, and manage project context files.
Overview
The context command provides tools for viewing and managing project context, including CLAUDE.md and other context files that help AI assistants understand your project.
Usage
Loading code block...
Commands
| Command | Description |
|---|---|
show | Show context summary (default) |
validate | Validate project setup |
refresh | Regenerate context files |
list | List all context files |
read <type> | Read a context file |
search <query> | Search across context files |
agent <name> | Show context for an agent |
index | Rebuild context index |
types | Show available context types |
agents | Show agent to context mapping |
Options
| Option | Description |
|---|---|
--all | Show all files (including missing) |
--full | Show full file content (no truncation) |
--preview | Show content preview |
--limit=<n> | Limit results |
--metadata | Show file metadata |
Examples
Loading code block...
Context Types
| Type | Description |
|---|---|
project | Project overview and structure |
seed | Seed/preseed configuration |
stack | Technology stack details |
patterns | Detected code patterns |
dependencies | Project dependencies |
git | Git repository info |
config | Configuration files |
Related Commands
bootspring generate- Regenerate CLAUDE.mdbootspring analyze- Deep codebase analysisbootspring init- Initialize project