docs(problems): add cross-repo work decomposition problem doc - #872
Open
guyoron1 wants to merge 1 commit into
Open
docs(problems): add cross-repo work decomposition problem doc#872guyoron1 wants to merge 1 commit into
guyoron1 wants to merge 1 commit into
Conversation
Names the gap between the cross-repo primitives that exist today (triage prerequisite issue creation, per-repo independent polling) and the four capabilities they do not cover: decomposition, ownership, aggregation, and ordering/atomicity. Splits cross-repo work into four shapes that need different solutions, surveys three approaches plus a worked example from an external implementation, and states the tension with the repo-as-coordinator principle rather than assuming it away. Co-Authored-By: Claude Opus 5 <noreply@anthropic.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.
What
Adds
docs/problems/cross-repo-work-decomposition.md— a problem doc on how a single unit of intent is split across repositories, who owns the parts, and what makes the parts one thing rather than several unrelated issues.Why
Cross-repo coordination is referenced as an open question across
architecture.md,code-review.md, andcodebase-context.md, but has never been written up as one coherent problem.The doc starts from what already exists rather than claiming a blank slate:
create_issues.allow_targetsIt then names the four capabilities those primitives do not cover: decomposition, ownership, aggregation, and ordering/atomicity.
Structure
Problem doc only — it explores and does not decide. If the parent-issue approach turns out to be sufficient for the atomic contract change, the principle survives intact and this becomes a linking convention rather than an architecture change.
🤖 Generated with Claude Code