-
Notifications
You must be signed in to change notification settings - Fork 236
Expand file tree
/
Copy pathapm.yml
More file actions
32 lines (30 loc) · 1.22 KB
/
Copy pathapm.yml
File metadata and controls
32 lines (30 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: apm
version: 0.10.0
description: APM (Agent Package Manager) -- ship and govern AI agent context
includes: auto
author: Microsoft
license: MIT
# Local-path manifest deps on the extracted skill packages.
# Each was INLINE in .apm/skills/ until the v2 extraction.
# Extraction unlocks consumer reuse of each primitive standalone
# (consumers can install just a panel for single-PR review / single-
# issue triage, or an orchestrator entrypoint which transitively
# pulls its engine + panels).
#
# Only the two USER-FACING ORCHESTRATOR ENTRYPOINTS are declared
# here. Everything else arrives transitively, so declaring it again
# would be a redundant edge (apm 0.16 flags the double-deploy as
# "skill replaced -- remove one"):
# - batch-bug-shepherd -> shepherd-driver -> apm-review-panel
# - apm-issue-autopilot -> shepherd-driver -> apm-review-panel
# -> apm-triage-panel
# Net transitive closure deployed = all 5 first-party skills
# (both orchestrators + shepherd-driver + both panels). shepherd-
# driver stays transitive-only by design ("used only by a parent
# orchestrator, never user-facing").
dependencies:
apm:
- ./packages/apm-issue-autopilot
- ./packages/batch-bug-shepherd
mcp: []
scripts: {}