chatroom-cli 1.84.0 → 1.84.1
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/dist/index.js +20 -3
- package/dist/index.js.map +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -77302,8 +77302,23 @@ function getEnhancerFeedbackTemplateBody() {
|
|
|
77302
77302
|
|
|
77303
77303
|
## Questions for the planner
|
|
77304
77304
|
<specific questions they should answer before delegating — not instructions disguised as questions>
|
|
77305
|
+
|
|
77306
|
+
## Suggested edits (remove or change only)
|
|
77307
|
+
When you recommend removing or changing specific content in the planner's check-in (grounding, builder-handoff sections, or proposed approach), list each change here with file-level detail and code examples. **Omit this entire section** if you have no concrete removals or changes to suggest — keep other sections abstract.
|
|
77308
|
+
${getFileReferenceGuidanceComment()}
|
|
77309
|
+
|
|
77310
|
+
### <section or claim to remove or change — e.g. "builder-handoff > Files to implement" or "grounding: auth middleware claim">
|
|
77311
|
+
**File:** \`apps/webapp/src/path/to/file.ts\`
|
|
77312
|
+
**Change:** <what to remove, replace, or correct and why>
|
|
77313
|
+
|
|
77314
|
+
\`\`\`typescript
|
|
77315
|
+
// Code snippet: what should change, be removed, or what the planner got wrong
|
|
77316
|
+
\`\`\`
|
|
77317
|
+
|
|
77318
|
+
(Add one ### block per distinct removal or change. Use repo-relative paths with file extensions.)
|
|
77305
77319
|
</handoff-action>`;
|
|
77306
77320
|
}
|
|
77321
|
+
var init_enhancer_feedback_template_body = () => {};
|
|
77307
77322
|
|
|
77308
77323
|
// ../../services/backend/prompts/teams/duo/handoff-templates/enhancer-to-planner.ts
|
|
77309
77324
|
function getEnhancerToPlannerHandoffTemplate() {
|
|
@@ -77311,7 +77326,7 @@ function getEnhancerToPlannerHandoffTemplate() {
|
|
|
77311
77326
|
|
|
77312
77327
|
${getHandoffReportTemplateIntro("Planning Feedback (Enhancer → Planner)")}
|
|
77313
77328
|
|
|
77314
|
-
The planner sent you three XML sections. Your job is **advisory adversarial review** — raise risks, challenge assumptions, and help the planner align with user intent.
|
|
77329
|
+
The planner sent you three XML sections. Your job is **advisory adversarial review** — raise risks, challenge assumptions, and help the planner align with user intent. Keep most sections abstract; when you recommend removing or changing specific content, put file-level detail and code examples in **Suggested edits (remove or change only)** only. **Do not rewrite their full builder brief.** The planner makes the final call.
|
|
77315
77330
|
|
|
77316
77331
|
\`\`\`markdown
|
|
77317
77332
|
${getEnhancerFeedbackTemplateBody()}
|
|
@@ -77319,7 +77334,9 @@ ${getEnhancerFeedbackTemplateBody()}
|
|
|
77319
77334
|
|
|
77320
77335
|
Return only the feedback markdown — no preamble. Follow this structure; omit sections that truly do not apply.`;
|
|
77321
77336
|
}
|
|
77322
|
-
var init_enhancer_to_planner = () => {
|
|
77337
|
+
var init_enhancer_to_planner = __esm(() => {
|
|
77338
|
+
init_enhancer_feedback_template_body();
|
|
77339
|
+
});
|
|
77323
77340
|
|
|
77324
77341
|
// ../../services/backend/prompts/teams/duo/handoff-templates/planner-to-builder.ts
|
|
77325
77342
|
function getPlannerToBuilderHandoffTemplate() {
|
|
@@ -114301,4 +114318,4 @@ program2.hook("preAction", async (_thisCommand, actionCommand) => {
|
|
|
114301
114318
|
});
|
|
114302
114319
|
program2.parse();
|
|
114303
114320
|
|
|
114304
|
-
//# debugId=
|
|
114321
|
+
//# debugId=F150EF2E5727967864756E2164756E21
|