chore: restructure docs hierarchy for monorepo#6
Merged
Conversation
Move copilot-usage docs (architecture, changelog, implementation, plan) to src/copilot_usage/docs/ where they belong. Create repo-level docs/changelog.md for CI/infra changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
microsasa
pushed a commit
that referenced
this pull request
Mar 16, 2026
- Architecture diagram: orchestrator replaces pr-rescue - PR Rescue section → Pipeline Orchestrator section - Review Responder Thread ID Lookup section - Fixed pitfall #6: head branch, not default branch (verified empirically) - Added pitfalls #13-17: MCP thread IDs, safe-output limitations, bash fragility, PAT owner identity, if: frontmatter gating - Full history of the pr-rescue saga (3 rewrites, 13 bugs found) - Changelog entries for orchestrator, responder fix, label gate Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
microsasa
pushed a commit
that referenced
this pull request
Mar 16, 2026
- Architecture diagram: orchestrator owns full lifecycle (issue → PR → merge) - PR Rescue section → Pipeline Orchestrator + Review Responder Thread ID sections - Fixed pitfall #6: head branch, not default (verified empirically on PR #119) - New pitfalls #13-17: MCP thread IDs, safe-output can't force-push, bash fragility in Actions, PAT owner identity, if: frontmatter gating - Full history: 3 rewrites of pr-rescue (bash → gh-aw agent → orchestrator), 13 bugs found across 4 AI review rounds, lessons learned - Changelog: orchestrator, responder fix, label gate fix Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Move tool-specific docs to
src/copilot_usage/docs/. Create repo-leveldocs/changelog.mdfor CI/infra changes.Closes #5