chore(devcontainer): migrate AI codespace overlays to Agency plugins#27197
Draft
tylerbutler wants to merge 2 commits intomicrosoft:mainfrom
Draft
chore(devcontainer): migrate AI codespace overlays to Agency plugins#27197tylerbutler wants to merge 2 commits intomicrosoft:mainfrom
tylerbutler wants to merge 2 commits intomicrosoft:mainfrom
Conversation
Move skills, agents, and commands out of repoverlay overlays and into Agency plugins that live in the repo, using Agency profiles for session activation. - Add agency.toml with ff-oce and nori profiles - Add .agency/plugins/ff-oce (agent + 2 skills; MCPs via profile) - Add .agency/plugins/nori (17 skills, 8 agents, 1 command) - Strip nori overlay to CLAUDE.md + repoverlay.ccl only - Remove ff-oce overlay entirely (replaced by profile + plugin) - Update agent-aliases.sh: dev() adds --profile nori; oce() drops repoverlay and uses --profile ff-oce --agent ff-oce:ff-oce Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Hi! Thank you for opening this PR. Want me to review it? Based on the diff (269 lines, 77 files), I've queued these reviewers:
Toggle the reviewer checkboxes above to adjust, then tick the box below to start:
|
Contributor
|
🔗 No broken links found! ✅ Your attention to detail is admirable. linkcheck output |
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.
Description
Replace the repoverlay-based overlay system for the AI codespace with
Agency plugins and profiles. Skills, agents, and commands that were
previously injected into the repo at session start via repoverlay now
live permanently in
.agency/plugins/and are loaded on demand viaagency --profile.agency.tomlwithff-oceandnoriprofiles.agency/plugins/ff-oce— FF OCE agent and skills; MCPs wiredvia profile rather than agent frontmatter
.agency/plugins/nori— 17 skills, 8 subagents, 1 commandCLAUDE.md+repoverlay.cclonlyagent-aliases.sh:dev()adds--profile nori;oce()drops repoverlay and uses
--profile ff-oce --agent ff-oce:ff-oceKey improvements over the previous overlay approach:
repoverlay removestep needed when switching contextsReviewer Guidance
The review process is outlined on this wiki page.
Infrastructure-only change — no Fluid Framework package code is affected.