Releases: Bitcrusher32/logdoc-loop-system
Releases · Bitcrusher32/logdoc-loop-system
LogDoc Release V2: For Long, Handoff-Heavy Projects
LogDoc V2 is a comprehensive LogDoc release, featuring a project breakpoint state record and validation, alongside the LogDoc V1 documented iteration loop system.
This release is suited towards team or solo development projects with frequent handoffs and iterative looping
The working asset split is:
- Markdown LogDoc for use during working sessions.
- JSON state file for post-breakpoint handoff at the end of working sessions.
- Git for history preservation.
- README/docs for public claims.
A LogDoc V2 session is not closed until the latest LogDoc breakpoint and CURRENT_BREAKPOINT_STATE.json agree.
Use V2 when a project needs stronger continuity, validation state, team handoff, public claims discipline, or dashboard/script consumption.
Included assets:
- Minimal and maximal LogDoc templates
- Current Breakpoint State JSON template
- validation script
- archive helper
See full documentation, schema files, and examples in the main repository.
Consider reading the repository's README and SPEC markdown files before using LogDoc V2
LogDoc Release V1: For Lean Solo-Dev Workflows
LogDoc V1 Is a lean, human-in-loop AI assisted workflow.
This release is suited towards iteration heavy solo-dev workflows.
Use the LogDoc minimal template for quick and easy implementation of the iterative system.
Use the maximal template for complex workflows requiring customized LogDoc fields and designs.