Plans & Reports¶
The TUI includes file browsers for AI-generated plans and reports.
Plans¶
Browses plan files from the .bnerd/plans/ directory in your working directory. Plans are structured documents created by the AI code assistant during complex multi-step workflows.
Plans typically include:
- Problem analysis
- Implementation approach
- Step-by-step actions
- Approval gates (the AI asks for confirmation before executing)
Reports¶
Browses report files from the .bnerd/reports/ directory. Reports are generated by the AI after completing investigations, health checks, or infrastructure analyses.
Reports may include:
- Cluster health assessments
- Infrastructure audit findings
- Investigation summaries
- Recommendations
File Browser¶
Both browsers show:
- File name
- Date
- Status / type indicators
Select a file to view its full content in the detail view.
Generating Plans and Reports¶
Plans and reports are created automatically by the AI assistant when using the :code / :dev mode. The AI uses the ask_question tool to present plans for approval and the save_report tool to persist findings.