Experimental G-code Parser Docs
This mdBook is the canonical documentation entry point for this repository.
Use these sections in this reading order:
- Requirements: the review-first source of truth for what the project should support.
- Product Reference: product goals, public behavior contract, and implemented program reference.
- Execution Workflow: the supported public execution
model built around
ExecutionSession. - Execution Contract Review: the reviewed public fixture model and generated review site.
- Development Reference: workflow, OODA, testing, architecture, and design notes for maintainers.
- Project Planning: roadmap, backlog, and work-unit selection.
Relationship between the sections:
Requirementssays what the project should support.Product Referencesays what the public surface means today.Execution Workflowexplains how to drive the public execution API.Execution Contract Reviewshows reviewed trace-based public behavior.Development Referenceis for maintainers, not users of the library.Project Planningtracks prioritization and unfinished work.
Direct generated review entry: Open the generated execution contract review site
Policy:
- Canonical project docs live in
docs/src/. - Root
README.mdis the repository entry page. - Root
AGENTS.mdis the agent startup map, not the canonical docs body. - CI builds this book and publishes it from
main.