View, search, and manage project context files.
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.
bootspring context < command > [ options ]
Command Description showShow context summary (default) validateValidate project setup refreshRegenerate context files listList all context files read <type>Read a context file search <query>Search across context files agent <name>Show context for an agent indexRebuild context index typesShow available context types agentsShow agent to context mapping
Option Description --allShow all files (including missing) --fullShow full file content (no truncation) --previewShow content preview --limit=<n>Limit results --metadataShow file metadata
1 # Show context summary
2 bootspring context
3
4 # List all context files
5 bootspring context list --all
6
7 # Read a specific context file
8 bootspring context read seed
9
10 # Search context
11 bootspring context search "authentication"
12
13 # Show agent context
14 bootspring context agent security-expert
15
16 # Validate setup
17 bootspring context validate
18
19 # Refresh all context
20 bootspring context refresh
Type Description projectProject overview and structure seedSeed/preseed configuration stackTechnology stack details patternsDetected code patterns dependenciesProject dependencies gitGit repository info configConfiguration files
bootspring generate - Regenerate CLAUDE.md
bootspring analyze - Deep codebase analysis
bootspring init - Initialize project