Documentation Improvements (tracker)¶
Use this page to track Filare documentation gaps discovered in code or workflows. Each entry lists the target doc location and the source of truth in code/tests.
Open gaps¶
- Quantity multipliers syntax reference
- Add a short subsection to
docs/syntax.mdunder options explaining--use-qty-multipliers/--multiplier-file-name, expectedquantity_multipliers.txtshape, and when to runfilare-qty. Source:src/filare/models/harness_quantity.py,src/filare/cli.py. - Cut/termination regression example
- Add a small YAML in
tests/rendering/that exercisesinclude_cut_diagramandinclude_termination_diagram, then cross-link fromdocs/pages.mdonce stabilized. - Agent system upkeep (docs/agents.md)
- Keep the agent overview aligned with changes to
AGENTS.mdandagents/AGENT.*.md(e.g., new roles or workflow adjustments).
Completed this round¶
- Document representation and hash guard behavior (added to
docs/architecture.md). - Quantity multiplier workflow walkthrough (updated
docs/workflows/basic-output-generation.md). - Cut/termination page usage example (added to
docs/pages.md). - Agent system overview scaffold (added
docs/agents.md).