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.
29 lines
1,020 B
YAML
29 lines
1,020 B
YAML
# CPM-Wrapper um apm-issue-autopilot aus dem offiziellen microsoft/apm-Repo.
|
|
#
|
|
# Das Original-Paket orchestriert bereits Skills (apm-triage-panel,
|
|
# shepherd-driver, pr-description-skill) und treibt Issues bis zum
|
|
# mergebaren PR. Das Team-Profil hier bildet genau diese Phasen auf
|
|
# Agentenrollen ab.
|
|
#
|
|
# Original: https://github.com/microsoft/apm/tree/main/packages/apm-issue-autopilot
|
|
# APM unterstützt Monorepo-Subpaths, daher ist die Dependency direkt
|
|
# auf das Unterverzeichnis gerichtet.
|
|
|
|
name: acme/issue-autopilot-cpm
|
|
version: 0.1.0
|
|
description: >
|
|
Issue-Triage-Team auf Basis von microsoft/apm packages/apm-issue-autopilot:
|
|
Triage als Gate, Shepherd für den Drive-to-Merge, PR-Beschreibungen und
|
|
eine prüfende Gegenstimme. Human-in-the-loop: Escalation an den Maintainer
|
|
bei Zweifel.
|
|
author: Tobias Endres
|
|
license: MIT
|
|
type: hybrid
|
|
targets:
|
|
- opencode
|
|
dependencies:
|
|
apm:
|
|
- microsoft/apm/packages/apm-issue-autopilot
|
|
mcp:
|
|
- name: io.github.github/github-mcp-server
|
|
transport: http
|