ogoron analyze
Purpose
Use ogoron analyze to build Ogoron’s project understanding. Most generation workflows rely on this step.
ogoron analyze is a command group and requires a subcommand.
Commands
ogoron analyze business— analyze the repository from a business perspective and write long-term artifacts
When to run
Run ogoron analyze business:
- after
ogoron initand initial configuration - after substantial project changes (large refactors or a large new code area)
- when outputs noticeably drift from what is expected
Outputs
Analysis artifacts are stored under .ogoron/. Human-readable outputs are written to .ogoron/for-human/.
Examples
ogoron analyze business
Notes
- Use
ogoron analyze --helpto list available analysis subcommands.