docs: coordinator compaction recovery and restraint rules (#934)#953
Merged
bradygaster merged 1 commit intodevfrom Apr 11, 2026
Merged
docs: coordinator compaction recovery and restraint rules (#934)#953bradygaster merged 1 commit intodevfrom
bradygaster merged 1 commit intodevfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds reference documentation pages describing Coordinator behaviors around result persistence, restraint rules, and compaction recovery.
Changes:
- Added a new reference page documenting “result persistence” and orchestration log usage.
- Added a new reference page documenting the Coordinator’s 6 restraint rules.
- Added a new reference page documenting “compaction recovery” via a session state checkpoint.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 8 comments.
| File | Description |
|---|---|
| docs/src/content/docs/reference/result-persistence.md | New reference doc describing how agent results are archived to orchestration logs. |
| docs/src/content/docs/reference/coordinator-restraint.md | New reference doc describing 6 restraint rules for Coordinator behavior after dispatch. |
| docs/src/content/docs/reference/compaction-recovery.md | New reference doc describing recovery behavior when conversation context is compacted. |
Closes #934 Adds three reference documentation pages: - coordinator-restraint.md: 6 restraint rules to prevent over-managing agents - result-persistence.md: mandatory archival of agent results to orchestration log - compaction-recovery.md: session state checkpoint mechanism for context recovery Addresses all requirements from issue #934 per PR #859. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
d01cb38 to
ae7b0d7
Compare
Collaborator
Author
|
✅ CI passes on fork — diberry/squad PR #150 (all checks green). Copilot review feedback addressed. Ready for human review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #934
Adds three reference documentation pages explaining coordinator features from PR #859:
Each page includes: