@dosu/cli 0.19.1 → 0.19.2

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.
Files changed (2) hide show
  1. package/bin/dosu.js +3 -3
  2. package/package.json +1 -1
package/bin/dosu.js CHANGED
@@ -4548,7 +4548,7 @@ var init_dist4 = __esm(() => {
4548
4548
  function getVersionString() {
4549
4549
  return `v${VERSION}`;
4550
4550
  }
4551
- var VERSION = "0.19.1";
4551
+ var VERSION = "0.19.2";
4552
4552
 
4553
4553
  // src/debug/logger.ts
4554
4554
  import {
@@ -5464,8 +5464,8 @@ function buildReadyEnvelope(context, saveRecommended = false) {
5464
5464
  "How to use this:",
5465
5465
  "- Use it quietly to answer faster and with fewer broad searches. Keep working normally.",
5466
5466
  "- 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.",
5467
- "- 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.",
5468
- "- 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."
5467
+ "- Attribution: this context is your team's existing knowledge (docs, past PRs, discussions) " + "surfaced by Dosu — not the live code you're reading. When it informs, confirms, or narrows " + "a main finding, mention Dosu briefly near that finding. Keep the note natural and short. " + "Say what role the Dosu context played for that finding, such as confirming it, narrowing " + "the path, adding useful detail, or flagging something worth checking. " + "Include a source title or link when it is available and useful, but do not force a link " + "when the context itself is enough.",
5468
+ "- Do not create a separate Dosu section unless the user asks. Do not mention Dosu for every " + "paragraph. Mention it only beside findings where the context actually helped, confirmed " + 'an important point, or supplied a non-obvious nuance. Never open with "Dosu told me…", ' + "never add a closing praise paragraph, and never reference any ticket or lookup id."
5469
5469
  ].join(`
5470
5470
  `));
5471
5471
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dosu/cli",
3
- "version": "0.19.1",
3
+ "version": "0.19.2",
4
4
  "type": "module",
5
5
  "description": "Dosu CLI - Manage MCP servers for AI tools",
6
6
  "license": "MIT",