Appearance
Documentation Updates
Documentation updates are one of Radar's highest-value workflows.
Workflow
- Summarize the noisy source material.
- Ask what the current docs need.
- Draft the update in dry-run mode.
- Let the host agent apply and verify the final edit.
Example
Summarize a chat export, diff, or session notes:
bash
radar summarize -p /tmp/session.txt -f "extract documentation-worthy changes"Ask Radar to compare the summary with current docs:
bash
radar ask -p /tmp/session-summary.txt README.md docs/delegation-model.md \
-q "What exact documentation updates are needed?"Draft the update:
bash
radar write --dry-run --update \
-s "Update this page with the new routing rules and safety constraints" \
-c docs/delegation-model.md \
-t docs/delegation-model.mdThe host agent should review and apply the final edit. Do not let the worker model be the final authority for documentation accuracy.