@openplanr/protocol 0.2.0 → 0.3.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.
package/package.json
CHANGED
package/registries/commands.json
CHANGED
|
@@ -965,7 +965,7 @@
|
|
|
965
965
|
"ownerPackage": "openplanr",
|
|
966
966
|
"source": {
|
|
967
967
|
"path": "packages/cli/src/cli/commands/upgrade.ts",
|
|
968
|
-
"digest": "sha256:
|
|
968
|
+
"digest": "sha256:5f559c4d6bf7a1b31477f71c195d086021a8f4b8bc62ba78e6eeb6b5f1b1ac5c"
|
|
969
969
|
},
|
|
970
970
|
"authorityClass": "workflow",
|
|
971
971
|
"machineJson": false,
|
|
@@ -1948,5 +1948,5 @@
|
|
|
1948
1948
|
]
|
|
1949
1949
|
}
|
|
1950
1950
|
],
|
|
1951
|
-
"documentDigest": "sha256:
|
|
1951
|
+
"documentDigest": "sha256:702b18ea8264beaa8a0c3886e1bf9eae8cdd4ea00140e84ea8ae994e7d0c1c39"
|
|
1952
1952
|
}
|
package/registries/skills.json
CHANGED
|
@@ -1050,6 +1050,67 @@
|
|
|
1050
1050
|
"evaluation/skills/migrations/planr-land.json"
|
|
1051
1051
|
]
|
|
1052
1052
|
},
|
|
1053
|
+
{
|
|
1054
|
+
"skillId": "planr-openplanr",
|
|
1055
|
+
"skillVersion": "1.0.0",
|
|
1056
|
+
"description": "Route a planning, specification, delivery, design, review, diagram, release, or operating request to the best OpenPlanr skill. Use when the right skill is unclear or the request spans several.",
|
|
1057
|
+
"lifecycle": "active",
|
|
1058
|
+
"authorityClass": "read-only-view",
|
|
1059
|
+
"source": "skills/planr-openplanr/openplanr.skill.json",
|
|
1060
|
+
"sourceDigest": "sha256:f14e20b843f7f51688ded299fbeb773eab1d244429e7baaaff5a14713bde72be",
|
|
1061
|
+
"triggerPolicy": {
|
|
1062
|
+
"include": [
|
|
1063
|
+
"Choose which OpenPlanr skill should handle a request",
|
|
1064
|
+
"Route a mixed or unclear planning, delivery, design, or operating request"
|
|
1065
|
+
],
|
|
1066
|
+
"exclude": [
|
|
1067
|
+
"Perform the routed work itself",
|
|
1068
|
+
"Answer a question unrelated to OpenPlanr workflows"
|
|
1069
|
+
],
|
|
1070
|
+
"deferTo": []
|
|
1071
|
+
},
|
|
1072
|
+
"contracts": {
|
|
1073
|
+
"inputs": [],
|
|
1074
|
+
"outputs": [
|
|
1075
|
+
{
|
|
1076
|
+
"id": "routing-result",
|
|
1077
|
+
"version": "1.0.0"
|
|
1078
|
+
}
|
|
1079
|
+
]
|
|
1080
|
+
},
|
|
1081
|
+
"cliRequirements": [],
|
|
1082
|
+
"ruleIds": [
|
|
1083
|
+
"R1",
|
|
1084
|
+
"R5",
|
|
1085
|
+
"R7"
|
|
1086
|
+
],
|
|
1087
|
+
"contributionManifestRefs": [
|
|
1088
|
+
"packages/skill-runtime/contributions/workflows.json"
|
|
1089
|
+
],
|
|
1090
|
+
"hosts": [
|
|
1091
|
+
{
|
|
1092
|
+
"host": "claude-code",
|
|
1093
|
+
"entrypoint": "/planr:openplanr",
|
|
1094
|
+
"path": "dist/plugins/claude/openplanr/skills/openplanr/SKILL.md"
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"host": "codex",
|
|
1098
|
+
"entrypoint": "$planr:openplanr",
|
|
1099
|
+
"path": "dist/plugins/openai/openplanr/skills/openplanr/SKILL.md"
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"host": "cursor",
|
|
1103
|
+
"entrypoint": "planr-openplanr",
|
|
1104
|
+
"path": "dist/plugins/cursor/openplanr/rules/planr-openplanr.mdc"
|
|
1105
|
+
}
|
|
1106
|
+
],
|
|
1107
|
+
"testRefs": [
|
|
1108
|
+
"tests/protocol/skill-catalog.test.mjs"
|
|
1109
|
+
],
|
|
1110
|
+
"certificationRefs": [
|
|
1111
|
+
"evaluation/skills/migrations/planr-openplanr.json"
|
|
1112
|
+
]
|
|
1113
|
+
},
|
|
1053
1114
|
{
|
|
1054
1115
|
"skillId": "planr-operate",
|
|
1055
1116
|
"skillVersion": "2.1.0",
|
|
@@ -1541,5 +1602,5 @@
|
|
|
1541
1602
|
}
|
|
1542
1603
|
],
|
|
1543
1604
|
"compatibilityAliases": [],
|
|
1544
|
-
"documentDigest": "sha256:
|
|
1605
|
+
"documentDigest": "sha256:7a069d3f8aa02af2a988b90e142b23e359b261800b0549fdb9a38bb2bfb7e968"
|
|
1545
1606
|
}
|
|
@@ -2116,7 +2116,7 @@ export const CANONICAL_REGISTRIES = deepFreeze({
|
|
|
2116
2116
|
"ownerPackage": "openplanr",
|
|
2117
2117
|
"source": {
|
|
2118
2118
|
"path": "packages/cli/src/cli/commands/upgrade.ts",
|
|
2119
|
-
"digest": "sha256:
|
|
2119
|
+
"digest": "sha256:5f559c4d6bf7a1b31477f71c195d086021a8f4b8bc62ba78e6eeb6b5f1b1ac5c"
|
|
2120
2120
|
},
|
|
2121
2121
|
"authorityClass": "workflow",
|
|
2122
2122
|
"machineJson": false,
|
|
@@ -3099,7 +3099,7 @@ export const CANONICAL_REGISTRIES = deepFreeze({
|
|
|
3099
3099
|
]
|
|
3100
3100
|
}
|
|
3101
3101
|
],
|
|
3102
|
-
"documentDigest": "sha256:
|
|
3102
|
+
"documentDigest": "sha256:702b18ea8264beaa8a0c3886e1bf9eae8cdd4ea00140e84ea8ae994e7d0c1c39"
|
|
3103
3103
|
},
|
|
3104
3104
|
"skills.json": {
|
|
3105
3105
|
"kind": "skill-catalog",
|
|
@@ -4153,6 +4153,67 @@ export const CANONICAL_REGISTRIES = deepFreeze({
|
|
|
4153
4153
|
"evaluation/skills/migrations/planr-land.json"
|
|
4154
4154
|
]
|
|
4155
4155
|
},
|
|
4156
|
+
{
|
|
4157
|
+
"skillId": "planr-openplanr",
|
|
4158
|
+
"skillVersion": "1.0.0",
|
|
4159
|
+
"description": "Route a planning, specification, delivery, design, review, diagram, release, or operating request to the best OpenPlanr skill. Use when the right skill is unclear or the request spans several.",
|
|
4160
|
+
"lifecycle": "active",
|
|
4161
|
+
"authorityClass": "read-only-view",
|
|
4162
|
+
"source": "skills/planr-openplanr/openplanr.skill.json",
|
|
4163
|
+
"sourceDigest": "sha256:f14e20b843f7f51688ded299fbeb773eab1d244429e7baaaff5a14713bde72be",
|
|
4164
|
+
"triggerPolicy": {
|
|
4165
|
+
"include": [
|
|
4166
|
+
"Choose which OpenPlanr skill should handle a request",
|
|
4167
|
+
"Route a mixed or unclear planning, delivery, design, or operating request"
|
|
4168
|
+
],
|
|
4169
|
+
"exclude": [
|
|
4170
|
+
"Perform the routed work itself",
|
|
4171
|
+
"Answer a question unrelated to OpenPlanr workflows"
|
|
4172
|
+
],
|
|
4173
|
+
"deferTo": []
|
|
4174
|
+
},
|
|
4175
|
+
"contracts": {
|
|
4176
|
+
"inputs": [],
|
|
4177
|
+
"outputs": [
|
|
4178
|
+
{
|
|
4179
|
+
"id": "routing-result",
|
|
4180
|
+
"version": "1.0.0"
|
|
4181
|
+
}
|
|
4182
|
+
]
|
|
4183
|
+
},
|
|
4184
|
+
"cliRequirements": [],
|
|
4185
|
+
"ruleIds": [
|
|
4186
|
+
"R1",
|
|
4187
|
+
"R5",
|
|
4188
|
+
"R7"
|
|
4189
|
+
],
|
|
4190
|
+
"contributionManifestRefs": [
|
|
4191
|
+
"packages/skill-runtime/contributions/workflows.json"
|
|
4192
|
+
],
|
|
4193
|
+
"hosts": [
|
|
4194
|
+
{
|
|
4195
|
+
"host": "claude-code",
|
|
4196
|
+
"entrypoint": "/planr:openplanr",
|
|
4197
|
+
"path": "dist/plugins/claude/openplanr/skills/openplanr/SKILL.md"
|
|
4198
|
+
},
|
|
4199
|
+
{
|
|
4200
|
+
"host": "codex",
|
|
4201
|
+
"entrypoint": "$planr:openplanr",
|
|
4202
|
+
"path": "dist/plugins/openai/openplanr/skills/openplanr/SKILL.md"
|
|
4203
|
+
},
|
|
4204
|
+
{
|
|
4205
|
+
"host": "cursor",
|
|
4206
|
+
"entrypoint": "planr-openplanr",
|
|
4207
|
+
"path": "dist/plugins/cursor/openplanr/rules/planr-openplanr.mdc"
|
|
4208
|
+
}
|
|
4209
|
+
],
|
|
4210
|
+
"testRefs": [
|
|
4211
|
+
"tests/protocol/skill-catalog.test.mjs"
|
|
4212
|
+
],
|
|
4213
|
+
"certificationRefs": [
|
|
4214
|
+
"evaluation/skills/migrations/planr-openplanr.json"
|
|
4215
|
+
]
|
|
4216
|
+
},
|
|
4156
4217
|
{
|
|
4157
4218
|
"skillId": "planr-operate",
|
|
4158
4219
|
"skillVersion": "2.1.0",
|
|
@@ -4644,7 +4705,7 @@ export const CANONICAL_REGISTRIES = deepFreeze({
|
|
|
4644
4705
|
}
|
|
4645
4706
|
],
|
|
4646
4707
|
"compatibilityAliases": [],
|
|
4647
|
-
"documentDigest": "sha256:
|
|
4708
|
+
"documentDigest": "sha256:7a069d3f8aa02af2a988b90e142b23e359b261800b0549fdb9a38bb2bfb7e968"
|
|
4648
4709
|
},
|
|
4649
4710
|
"outputs.json": {
|
|
4650
4711
|
"kind": "output-catalog",
|
package/src/registries.mjs
CHANGED
|
@@ -42,7 +42,8 @@ const EXPECTED_TASK_KINDS = Object.freeze({
|
|
|
42
42
|
const EXPECTED_SKILLS = Object.freeze([
|
|
43
43
|
'planr-artifact', 'planr-browser-qa', 'planr-ceo-review', 'planr-chair-review', 'planr-challenger-review', 'planr-cmo-review',
|
|
44
44
|
'planr-coo-review', 'planr-cpo-review', 'planr-cto-review', 'planr-dashboard', 'planr-design', 'planr-design-loop',
|
|
45
|
-
'planr-design-review', 'planr-diagram', 'planr-doctor', 'planr-investigate', 'planr-land', 'planr-
|
|
45
|
+
'planr-design-review', 'planr-diagram', 'planr-doctor', 'planr-investigate', 'planr-land', 'planr-openplanr', 'planr-operate',
|
|
46
|
+
'planr-plan',
|
|
46
47
|
'planr-plan-review', 'planr-release', 'planr-ship', 'planr-spec', 'planr-status', 'planr-sync',
|
|
47
48
|
]);
|
|
48
49
|
|