@research-engineering/agentic-proofkit 0.6.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,16 +7,26 @@
7
7
  "label": "Adoption lifecycle",
8
8
  "purpose": "Select and assess repository adoption stages.",
9
9
  "commands": [
10
+ "adopt-plan",
10
11
  "adoption-checklist",
11
12
  "adoption-doctor",
12
13
  "adoption-workflow-plan",
13
14
  "gradual-adoption",
14
15
  "gradual-adoption-bootstrap",
15
16
  "gradual-adoption-guidance",
16
- "init",
17
17
  "pilot-admission"
18
18
  ]
19
19
  },
20
+ {
21
+ "familyId": "adoption-materialization",
22
+ "label": "Adoption materialization",
23
+ "purpose": "Plan, apply, and recover confined candidate adoption artifacts.",
24
+ "commands": [
25
+ "adopt-materialize-apply",
26
+ "adopt-materialize-plan",
27
+ "adopt-materialize-recover"
28
+ ]
29
+ },
20
30
  {
21
31
  "familyId": "agent-workflow-planning",
22
32
  "label": "Agent workflow planning",
@@ -113,6 +123,7 @@
113
123
  "purpose": "Admit explicit repository facts and bounded policy scans.",
114
124
  "commands": [
115
125
  "repo-profile-admission",
126
+ "repository-inventory",
116
127
  "secret-scan",
117
128
  "text-policy",
118
129
  "typescript-public-api-surfaces",