@akagilnc/pi-workflow-roles 0.1.1840 → 0.1.1842
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 +1 -1
- package/src/reviewer-role.ts +1 -1
package/package.json
CHANGED
package/src/reviewer-role.ts
CHANGED
|
@@ -120,7 +120,7 @@ export function createReviewerRoleRuntime(pi: ExtensionAPI, dependencies: Review
|
|
|
120
120
|
if (!registered) {
|
|
121
121
|
registered = true;
|
|
122
122
|
pi.registerTool({ name: REVIEWER_OUTPUT_TOOL_NAME, label: "Reviewer Output", description: "Submit the thin Reviewer receipt after semantic compliance audit.", promptSnippet: "Submit the final Reviewer receipt", promptGuidelines: [`Use ${REVIEWER_OUTPUT_TOOL_NAME} as the sole final action.`,
|
|
123
|
-
"This runtime
|
|
123
|
+
"This runtime executes the Standards and Spec review legs for you as package-managed evidence-child sessions — that IS this runtime's implementation of the review Skill's parallel sub-agents. Do not refuse because no Agent tool appears in your tool list, and do not substitute your own sub-processes; work with the legs the runtime provides."], parameters: reviewerOutputSchema,
|
|
124
124
|
async execute(id, parameters, signal, _update, toolCtx): Promise<AgentToolResult<unknown>> {
|
|
125
125
|
if (!soul || !binding) throw new Error("Reviewer inputs were not loaded");
|
|
126
126
|
requireSoleReviewerOutputCall(id, toolCtx);
|