reconstruction.md | Shared rules: roles, constraints, wiki links, lifecycle, edge types | Loaded by all other workflows |
style.md | Shared formatting: required sections, compression, wiki link syntax | Loaded by synthesize + integrate |
split.md | Decompose a scope into concept candidates | User runs /lat-rev-split or asks to decompose a subsystem |
add.md | Identify a single concept from a file or small scope | User runs /lat-rev-add or asks to add one concept |
auto.md | Full autonomous pipeline: split → reconstruct all → integrate | User runs /lat-rev-auto to map an entire codebase |
extract.md | Extract evidence-backed facts from source (Extractor role) | Phase 1 of /lat-rev-reconstruct |
synthesize.md | Produce lat-style spec from extraction (Synthesizer role) | Phase 2 of /lat-rev-reconstruct |
audit.md | Compare spec against code, classify findings (Auditor role) | Phase 3 of /lat-rev-reconstruct |
integrate.md | Write audited specs into lat.md/, annotate source files | User runs /lat-rev-integrate |