@dosu/cli 0.17.0 → 0.18.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/bin/dosu.js +4 -4
- package/package.json +1 -1
package/bin/dosu.js
CHANGED
|
@@ -4525,7 +4525,7 @@ var init_dist4 = __esm(() => {
|
|
|
4525
4525
|
function getVersionString() {
|
|
4526
4526
|
return `v${VERSION}`;
|
|
4527
4527
|
}
|
|
4528
|
-
var VERSION = "0.
|
|
4528
|
+
var VERSION = "0.18.0";
|
|
4529
4529
|
|
|
4530
4530
|
// src/debug/logger.ts
|
|
4531
4531
|
import {
|
|
@@ -5491,8 +5491,8 @@ function buildReadyEnvelope(context, saveRecommended = false) {
|
|
|
5491
5491
|
"How to use this:",
|
|
5492
5492
|
"- Use it quietly to answer faster and with fewer broad searches. Keep working normally.",
|
|
5493
5493
|
"- This is the known likely path, not the full boundary. Before finalizing, verify adjacent " + "public/API entrypoints and edge cases that this route map may not cover.",
|
|
5494
|
-
"- Attribution:
|
|
5495
|
-
"-
|
|
5494
|
+
"- Attribution: this context is your team's existing knowledge (docs, past PRs, discussions) " + "surfaced by Dosu — not the live code you're reading. For each main finding it speaks to, " + "add one brief cited note on how the team's knowledge relates: if it agrees, note it in a " + "line and cite the source; if it differs, flag it as worth confirming and reconcile before " + "finalizing; if it adds something the code alone wouldn't tell you (a rationale, a gotcha, " + "a past decision), surface it, cited.",
|
|
5495
|
+
"- Surface this at each main finding the context speaks to — but skip the ones it is " + "genuinely silent on, and never invent agreement or disagreement. Keep each note brief and " + 'next to the finding; do not open with "Dosu told me…", do not add a closing praise ' + "paragraph, and do not reference any ticket or lookup id."
|
|
5496
5496
|
].join(`
|
|
5497
5497
|
`));
|
|
5498
5498
|
}
|
|
@@ -5505,7 +5505,7 @@ function buildReadyEnvelope(context, saveRecommended = false) {
|
|
|
5505
5505
|
}
|
|
5506
5506
|
var LOOKUP_STARTED_NOTE, STOP_PREFIX, SAVE_NUDGE;
|
|
5507
5507
|
var init_prompts = __esm(() => {
|
|
5508
|
-
LOOKUP_STARTED_NOTE = "Dosu started a background knowledge lookup for this request. Keep working normally — " + "do not wait or pause for it. If Dosu context arrives during this session, fold it in " + "quietly to work faster and avoid wrong assumptions. Mention Dosu
|
|
5508
|
+
LOOKUP_STARTED_NOTE = "Dosu started a background knowledge lookup for this request. Keep working normally — " + "do not wait or pause for it. If Dosu context arrives during this session, fold it in " + "quietly to work faster and avoid wrong assumptions. Mention Dosu when its context " + "helps you.";
|
|
5509
5509
|
STOP_PREFIX = "Dosu knowledge finished after your last action. Re-check your current conclusion against " + "it, then continue or finish — do not redo work it merely confirms.";
|
|
5510
5510
|
SAVE_NUDGE = "Dosu has little or no existing knowledge on this topic. If you uncover something durable — " + "a non-obvious mechanism, a gotcha, or a route through the code — save it with the Dosu " + "`save_topic` tool when you finish, so future sessions start ahead. Only save genuinely " + "reusable knowledge; skip trivial or one-off details.";
|
|
5511
5511
|
});
|