Skip to content

Issue 37 data driven placement - #44

Merged
adilei merged 2 commits into
microsoft:release/0.4.0from
Ramakrishnan24689:issue-37-data-driven-placement
Aug 6, 2026
Merged

Issue 37 data driven placement#44
adilei merged 2 commits into
microsoft:release/0.4.0from
Ramakrishnan24689:issue-37-data-driven-placement

Conversation

@Ramakrishnan24689

Copy link
Copy Markdown
Contributor

This PR makes skill placement data-driven by moving install/export capabilities into the architecture registry and deriving the UI from that metadata. It preserves the current Scout and Cowork behavior, validates unsupported placements in the main process, and makes future targets easier to add without renderer changes. The change is covered by regression tests and was manually smoke tested in the UI. Closes #37.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: e4d624ee-fa8f-49d2-8b39-0ec71fc31e84
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: e4d624ee-fa8f-49d2-8b39-0ec71fc31e84

@adilei adilei left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the data-driven placement refactor. Nicely replaces the hardcoded architecture === "scout" branching with manifest-driven placements + installTargetLabel, and the guardrails are solid — manifest validation, requireTargetPlacement enforcement in the builder, and the catalogue-coverage check for enabled targets. Built the branch locally and the full test suite passes. Confirmed that adding a new export-only target is essentially pure config. LGTM 👍

@adilei
adilei merged commit b174458 into microsoft:release/0.4.0 Aug 6, 2026
5 checks passed
adilei added a commit that referenced this pull request Aug 6, 2026
Add an export-only "Agent skill" build target for any skill-capable agent: a data-driven architecture with no host-specific tools, enabled by the placement refactor in #44.

- Manifest: new agent-skill architecture placed before copilot-studio; single export-only skill target; label "Agent skill", responsibility-aware tile note.
- New static, versioned catalogue (2026-08-06) listing only portable capabilities (files, shell/CLIs, HTTP APIs) — no proprietary/native tools. Auto-registered via import.meta.glob.
- Registry + catalogue-registry test updates, including a deterministic SHA-256 lock (27cb863e…).

Validation: typecheck, tests (76 passing), and build ("Catalogue bundle boundary verified.") all green.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants