-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat(reborn): scoped-lifecycle admin install store (#3288) — availability foundation for #5261 #4544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
serrrfirat
wants to merge
14
commits into
main
Choose a base branch
from
codex/reborn-scoped-lifecycle-admin
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat(reborn): scoped-lifecycle admin install store (#3288) — availability foundation for #5261 #4544
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
6eefc7d
feat(reborn): add scoped lifecycle admin foundation
serrrfirat 0e1ff3b
refactor(reborn): simplify scoped lifecycle lookups
serrrfirat 44fd9e7
fix(reborn): reject duplicate scoped lifecycle packages
serrrfirat 1e2be9b
fix(reborn): make scoped lifecycle package uniqueness atomic
serrrfirat 17863f0
fix(reborn): guard scoped lifecycle deletes by version
serrrfirat a3ffe9d
fix(reborn): keep scoped lifecycle delete tombstones durable
serrrfirat b670561
fix(reborn): reserve scoped lifecycle installation ids
serrrfirat 7334847
fix(reborn): tombstone scoped lifecycle id reservations
serrrfirat b408246
fix(reborn): make scoped lifecycle id deletes retryable
serrrfirat 68dc061
fix(reborn): classify scoped lifecycle package races
serrrfirat c506170
fix: address scoped lifecycle review comments
serrrfirat be2ab7c
Merge remote-tracking branch 'origin/main' into codex/reborn-scoped-l…
serrrfirat de1cd61
Merge origin/main into scoped-lifecycle-admin (take over #4544)
zetyquickly fc014da
feat(reborn): availability resolver at the dispatch seam (#5267)
zetyquickly File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Clarify the hosted MCP status wording.
“Can activate” reads as shipped behavior, but the same sentence says WebUI/API wiring and adapter activation are still pending. Split the store/resolution foundation from the actual activation path so the parity row doesn’t overclaim.
♻️ Suggested wording tweak
Based on the storage-boundary note in
crates/ironclaw_product_workflow_storage/AGENTS.md, the docs should separate the foundation from activation wiring.📝 Committable suggestion
🤖 Prompt for AI Agents