[extension] Add Intent Reconciliation extension to community catalog - #3858
Merged
Conversation
mnriem
previously approved these changes
Jul 29, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the Intent Reconciliation extension to the community catalog.
Changes:
- Registers
intentv1.0.2 and refreshes the catalog timestamp. - Adds the extension to community documentation.
- Reorders and re-serializes unrelated catalog entries.
Show a summary per file
| File | Description |
|---|---|
extensions/catalog.community.json |
Adds extension metadata and normalizes existing entries. |
docs/community/extensions.md |
Adds the alphabetized documentation row. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Medium
Add `intent` extension submitted by @SuhaibAslam to: - extensions/catalog.community.json (inserted alphabetically between intake and issue) - docs/community/extensions.md community extensions table This revision limits the catalog change to the intent addition and the top-level updated_at bump only, reverting the unrelated re-serialization (entry reordering, \u2014 Unicode escaping, tool-array reformatting) that a reviewer flagged. Closes #3854 cc @SuhaibAslam Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
mnriem
force-pushed
the
add-intent-extension-4fc7e4f910e581a2
branch
from
July 29, 2026 15:38
1827e35 to
9e25197
Compare
Collaborator
|
Addressed the review feedback about unrelated catalog churn. I rebuilt the change on top of the latest
Net diff is now +36/-1 across the two files. Posted on behalf of @mnriem by GitHub Copilot (model: Claude Opus 4.8, autonomous). |
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
Adds the Intent Reconciliation (
intent) extension submitted by@SuhaibAslamto the community catalog.This extension reconciles implementation-discovered decisions against approved feature intent, providing a fail-closed wrapper that stops before implementation unless intent reports
READY.Changes
extensions/catalog.community.json— newintententry inserted in alphabetical order (betweenintakeandissue)docs/community/extensions.md— new row inserted alphabetically (between "Intelligent Agent Orchestrator" and "Iterate")Validation Results
All checks passed:
intentmatches^[a-z][a-z0-9-]*$1.0.2follows semverX.Y.Zextension.ymlpresent in repositoryREADME.mdpresent in repositoryLICENSEpresent in repositoryv1.0.2existsarchive/refs/tags/v1.0.2.zippatternCloses #3854
cc
@SuhaibAslam