Documentation
README
Codebase Scan
Purpose / When to Activate
Activate:
- During Bootstrap initialization (before architecture extraction)
- When onboarding GAAI onto an existing codebase
- When the project structure is unknown
Process
- Recursively list directories and files
- Identify entry points, config files, manifests, and core modules
- Highlight likely architecture boundaries
- Output a structured project tree and key file list
Outputs
codebase_tree — structured directory tree with annotations for key files
key_files_list — list of significant files: entry points, configs, manifests, core modules, test runners
Quality Checks
This is the opening of the README. Read the full README on GitHub.