2026-08-23 17:56:09 +02:00
|
|
|
# Thin CPM wrapper around the official Microsoft sample package.
|
|
|
|
|
# Installs its primitives (design-standards, design-review,
|
|
|
|
|
# accessibility-audit, style-checker, design-reviewer) and adds the
|
|
|
|
|
# team recommendation.
|
feat(cpm): official Microsoft APM packages as team examples
Two thin CPM wrappers around official upstream packages, each with a
team-profile mapping their primitives to agent roles:
- microsoft-design-review: wraps microsoft/apm-sample-package#v1.0.0
(design-standards, design-review, accessibility-audit, style-checker)
-> roles: reviewer (oracle), style-checker (fixer), accessibility-auditor
- microsoft-issue-autopilot: wraps microsoft/apm/packages/apm-issue-autopilot
(triage-panel, shepherd-driver, pr-description-skill) + github-mcp-server
-> roles: triager, shepherd, pr-writer (custom), reviewer
Both validate with cpm check; README examples table added.
2026-08-23 17:45:55 +02:00
|
|
|
#
|
|
|
|
|
# Original: https://github.com/microsoft/apm-sample-package
|
|
|
|
|
|
|
|
|
|
name: acme/design-review-cpm
|
|
|
|
|
version: 0.1.0
|
|
|
|
|
description: >
|
2026-08-23 17:56:09 +02:00
|
|
|
Design review team based on the official microsoft/apm-sample-package:
|
|
|
|
|
reviewer, style checker and accessibility auditor under one orchestrator.
|
feat(cpm): official Microsoft APM packages as team examples
Two thin CPM wrappers around official upstream packages, each with a
team-profile mapping their primitives to agent roles:
- microsoft-design-review: wraps microsoft/apm-sample-package#v1.0.0
(design-standards, design-review, accessibility-audit, style-checker)
-> roles: reviewer (oracle), style-checker (fixer), accessibility-auditor
- microsoft-issue-autopilot: wraps microsoft/apm/packages/apm-issue-autopilot
(triage-panel, shepherd-driver, pr-description-skill) + github-mcp-server
-> roles: triager, shepherd, pr-writer (custom), reviewer
Both validate with cpm check; README examples table added.
2026-08-23 17:45:55 +02:00
|
|
|
author: Tobias Endres
|
|
|
|
|
license: MIT
|
|
|
|
|
type: hybrid
|
|
|
|
|
targets:
|
|
|
|
|
- opencode
|
|
|
|
|
dependencies:
|
|
|
|
|
apm:
|
|
|
|
|
- microsoft/apm-sample-package#v1.0.0
|