chatroom-cli 1.82.2 → 1.84.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/dist/index.js +3 -3
- package/dist/index.js.map +8 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -77403,7 +77403,7 @@ function getPlannerToEnhancerHandoffTemplate() {
|
|
|
77403
77403
|
|
|
77404
77404
|
**Mandatory Planning Check-in (Planner → Enhancer)** — paste into the handoff message. **Do not skip this check-in** when the enhancer is enabled.
|
|
77405
77405
|
|
|
77406
|
-
The enhancer
|
|
77406
|
+
The enhancer starts from this check-in — it may read files in the repo to verify your grounding. Use the three XML sections below **exactly** — they delimit what the enhancer will review.
|
|
77407
77407
|
|
|
77408
77408
|
\`\`\`markdown
|
|
77409
77409
|
<user-message>
|
|
@@ -77411,7 +77411,7 @@ The enhancer has **no session context** — only this message. Use the three XML
|
|
|
77411
77411
|
</user-message>
|
|
77412
77412
|
|
|
77413
77413
|
<grounding>
|
|
77414
|
-
<fully detailed research the enhancer
|
|
77414
|
+
<fully detailed research — include file paths and snippets the enhancer should verify; it may read the codebase to validate your proposal>
|
|
77415
77415
|
|
|
77416
77416
|
Include:
|
|
77417
77417
|
- **Existing code examples** — relevant snippets, patterns, and conventions already in the codebase
|
|
@@ -114301,4 +114301,4 @@ program2.hook("preAction", async (_thisCommand, actionCommand) => {
|
|
|
114301
114301
|
});
|
|
114302
114302
|
program2.parse();
|
|
114303
114303
|
|
|
114304
|
-
//# debugId=
|
|
114304
|
+
//# debugId=A9C6DB9674C8EEF864756E2164756E21
|