mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
32 lines
875 B
Markdown
32 lines
875 B
Markdown
|
|
# {{target_name}} - Deep Dive Documentation
|
||
|
|
|
||
|
|
**Generated:** {{date}}
|
||
|
|
**Scope:** {{target_path}}
|
||
|
|
**Files Analyzed:** {{file_count}}
|
||
|
|
**Lines of Code:** {{total_loc}}
|
||
|
|
**Workflow Mode:** Exhaustive Deep-Dive
|
||
|
|
|
||
|
|
## Overview
|
||
|
|
|
||
|
|
{{target_description}}
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
**Note:** The deep-dive documentation structure is defined inline in Step 13e of instructions.md.
|
||
|
|
This template file serves as a reference and placeholder for the deep-dive generation process.
|
||
|
|
|
||
|
|
The actual documentation includes:
|
||
|
|
|
||
|
|
- Complete file inventory with all exports and signatures
|
||
|
|
- Dependency graphs and data flow analysis
|
||
|
|
- Integration points and API contracts
|
||
|
|
- Testing coverage and strategies
|
||
|
|
- Related code and reuse opportunities
|
||
|
|
- Implementation guidance and modification notes
|
||
|
|
|
||
|
|
See Step 13e in instructions.md for the complete template structure.
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
_Generated by `document-project` workflow (deep-dive mode)_
|