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#

bootspring context <command> [options]

Commands#

CommandDescription
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

Options#

OptionDescription
--allShow all files (including missing)
--fullShow full file content (no truncation)
--previewShow content preview
--limit=<n>Limit results
--metadataShow file metadata

Examples#

1# Show context summary 2bootspring context 3 4# List all context files 5bootspring context list --all 6 7# Read a specific context file 8bootspring context read seed 9 10# Search context 11bootspring context search "authentication" 12 13# Show agent context 14bootspring context agent security-expert 15 16# Validate setup 17bootspring context validate 18 19# Refresh all context 20bootspring context refresh

Context Types#

TypeDescription
projectProject overview and structure
seedSeed/preseed configuration
stackTechnology stack details
patternsDetected code patterns
dependenciesProject dependencies
gitGit repository info
configConfiguration files