[Feature] Externalize agent registry canonical source#144
Merged
Conversation
This was referenced Jul 26, 2026
web2solutions
force-pushed
the
codex/agent-registry-external-source
branch
from
July 26, 2026 04:32
6f05657 to
c952467
Compare
web2solutions
force-pushed
the
codex/agent-registry-external-source
branch
from
July 26, 2026 04:43
c952467 to
5734b4c
Compare
This was referenced Jul 26, 2026
web2solutions
added a commit
that referenced
this pull request
Jul 26, 2026
## Summary Promotes the reviewed development baseline from dev to main. This is a release-promotion boundary and contains no task-specific changes beyond commits already reviewed in dev. ## Project Tracking - Release task: #155 - Project: Jumentix - Priority: P0 - Size: S - Estimate: 3 story points - Schedule: 2026-07-26 through 2026-07-27 ## Included Reviewed Work - #144 External agent registry canonical source - #148 Branch-aware quality gates - #150 Change-focused task testing - #152 CircleCI badges for dev and main ## Release Boundary - Source branch: dev at 975c484 - Target branch: main at 5d66c02 - No direct task branch is promoted to main. - No unreviewed changes are added in this pull request. ## Acceptance Criteria - [x] The source is dev and the target is main. - [x] All included work was previously reviewed through dev-targeted pull requests. - [ ] The strict full matrix reports every required cell as green. - [ ] Security, coverage, and repository governance checks are green. - [ ] The pull request is clean and ready to merge. ## Validation Evidence - Agent registry mirror check passed locally. - The isolated Express integration suite completed normally during release verification. - The authoritative full matrix will run on this main-targeted promotion pull request. ## Risk and Rollback Risk is limited to the reviewed dev delta. Rollback is a new audited revert pull request from dev; direct main changes are prohibited.
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.
Summary
Externalizes the Jumentix agent registry into its independent canonical repository and adds an executable, fail-closed mirror check for this consumer repository.
Problem Statement
mainand conflicted with governance changes already delivered todev.Project Tracking
Branch Promotion Path
codex/agent-registry-external-sourcedevdevand does not promote a topic branch directly tomain.5734b4ca.Detailed Technical Changes
.agents/registry-source.jsonpointing atweb2solutions/jumentix-agent-registryas the canonical source.agent-registry:check,agent-registry:sync, andagent-registry:urlcommands.dev, andmainbranch-aware gates.089, preserving existing requirement079for main-branch protection.Architecture, Security, and Data Impact
Acceptance Criteria
dev-first promotion path.Validation Evidence
Executed locally on Node 22.23.1:
Results: 5 focused tests passed; the local mirror matched the canonical registry; the task gate passed using the changed unit test.
Expected remote validation for the
devPR: complete unit suite, security checks, and coverage reporting.Risks and Rollback
Mitigation: failures are explicit and the sync command is available for recovery.
Mitigation: the CI gate checks exact normalized content against the canonical source.
Rollback: revert
5734b4caand retain the canonical repository for future controlled migration.Documentation Updates