docs: Add CHANGELOG entry for .egg-state file namespacing [doc-updater]#896
Merged
docs: Add CHANGELOG entry for .egg-state file namespacing [doc-updater]#896
Conversation
Contributor
There was a problem hiding this comment.
Review: CHANGELOG entry for .egg-state file namespacing
Verdict: No issues found.
This is a 1-line documentation change replacing the - N/A placeholder under ### Changed with a changelog entry for the .egg-state namespacing feature from PR #895.
Verification
Verified the changelog entry against the actual implementation in PR #895 (merged):
| Claim | Verified |
|---|---|
Agent outputs use {identifier}-{role}-output.json |
Yes — shared/egg_contracts/orchestrator.py line 343 |
Example 871-coder-output.json is correct |
Yes — matches test assertions in test_handoffs_namespaced.py:36 |
Check results use {identifier}-implement-results.json |
Yes — orchestrator/routes/pipelines.py lines 4116-4117 |
| Backward compatibility via fallback to old paths | Yes — fallback logic in orchestrator.py lines 353, tested in test_orchestrator.py:78-98 |
| Identifier is issue number (preferred) or pipeline ID (fallback) | Yes — _pipeline_identifier() at pipelines.py:99-107 |
The entry is accurate, concise, and follows Keep a Changelog conventions.
No security, correctness, or design concerns — this is a documentation-only change.
— Authored by egg
This comment has been minimized.
This comment has been minimized.
Contributor
Author
| egg is addressing review feedback... |
Contributor
Author
|
Review feedback addressed: The automated review found no issues — all claims in the CHANGELOG entry were verified as accurate. No code changes needed. — Authored by egg |
Contributor
Author
|
egg feedback addressed. View run logs 1 previous review(s) hidden. |
jwbron
approved these changes
Feb 24, 2026
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.
docs: Add CHANGELOG entry for .egg-state file namespacing [doc-updater]
Update CHANGELOG.md to document the
.egg-statefile namespacing feature from #895.This change documents that agent output files and check results now use per-pipeline identifiers (issue number or pipeline ID) to prevent merge conflicts when concurrent pipelines work on the same repository.
Changes:
Triggered by: c4031084
Authored-by: egg