mossbear 0.1.0-alpha.57 → 0.1.0-alpha.59

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 (78) hide show
  1. package/dist/commands/{notes.d.ts → comments.d.ts} +13 -7
  2. package/dist/commands/comments.d.ts.map +1 -0
  3. package/dist/commands/{notes.js → comments.js} +32 -27
  4. package/dist/commands/comments.js.map +1 -0
  5. package/dist/commands/pull.js +9 -9
  6. package/dist/commands/pull.js.map +1 -1
  7. package/dist/context/pull.d.ts +4 -4
  8. package/dist/context/pull.d.ts.map +1 -1
  9. package/dist/context/pull.js +5 -5
  10. package/dist/context/pull.js.map +1 -1
  11. package/dist/docs/{notes-scope.d.ts → comments-scope.d.ts} +12 -12
  12. package/dist/docs/comments-scope.d.ts.map +1 -0
  13. package/dist/docs/{notes-scope.js → comments-scope.js} +8 -8
  14. package/dist/docs/comments-scope.js.map +1 -0
  15. package/dist/docs/{item-notes-client.d.ts → item-comments-client.d.ts} +22 -15
  16. package/dist/docs/item-comments-client.d.ts.map +1 -0
  17. package/dist/docs/{item-notes-client.js → item-comments-client.js} +42 -22
  18. package/dist/docs/item-comments-client.js.map +1 -0
  19. package/dist/docs/{item-notes.d.ts → item-comments.d.ts} +40 -37
  20. package/dist/docs/item-comments.d.ts.map +1 -0
  21. package/dist/docs/item-comments.js +230 -0
  22. package/dist/docs/item-comments.js.map +1 -0
  23. package/dist/docs/sync-docs.d.ts +14 -14
  24. package/dist/docs/sync-docs.d.ts.map +1 -1
  25. package/dist/docs/sync-docs.js +16 -16
  26. package/dist/docs/sync-docs.js.map +1 -1
  27. package/dist/index.js +1 -1
  28. package/dist/index.js.map +1 -1
  29. package/dist/lifecycle/operations.d.ts +6 -6
  30. package/dist/lifecycle/operations.d.ts.map +1 -1
  31. package/dist/lifecycle/operations.js +17 -17
  32. package/dist/lifecycle/operations.js.map +1 -1
  33. package/dist/mcp/client.d.ts +5 -5
  34. package/dist/mcp/client.d.ts.map +1 -1
  35. package/dist/mcp/client.js +3 -3
  36. package/dist/mcp/client.js.map +1 -1
  37. package/dist/mcp/server.d.ts +6 -4
  38. package/dist/mcp/server.d.ts.map +1 -1
  39. package/dist/mcp/server.js +100 -34
  40. package/dist/mcp/server.js.map +1 -1
  41. package/dist/skill-template.d.ts +2 -2
  42. package/dist/skill-template.d.ts.map +1 -1
  43. package/dist/skill-template.js +15 -14
  44. package/dist/skill-template.js.map +1 -1
  45. package/dist/usage/adapters.d.ts +11 -0
  46. package/dist/usage/adapters.d.ts.map +1 -0
  47. package/dist/usage/adapters.js +31 -0
  48. package/dist/usage/adapters.js.map +1 -0
  49. package/dist/usage/claude.d.ts +38 -0
  50. package/dist/usage/claude.d.ts.map +1 -0
  51. package/dist/usage/claude.js +497 -0
  52. package/dist/usage/claude.js.map +1 -0
  53. package/dist/usage/codex.d.ts +4 -0
  54. package/dist/usage/codex.d.ts.map +1 -0
  55. package/dist/usage/codex.js +155 -0
  56. package/dist/usage/codex.js.map +1 -0
  57. package/dist/usage/extract.d.ts +4 -97
  58. package/dist/usage/extract.d.ts.map +1 -1
  59. package/dist/usage/extract.js +17 -505
  60. package/dist/usage/extract.js.map +1 -1
  61. package/dist/usage/roots.d.ts +0 -6
  62. package/dist/usage/roots.d.ts.map +1 -1
  63. package/dist/usage/roots.js +11 -17
  64. package/dist/usage/roots.js.map +1 -1
  65. package/dist/usage/types.d.ts +52 -0
  66. package/dist/usage/types.d.ts.map +1 -0
  67. package/dist/usage/types.js +2 -0
  68. package/dist/usage/types.js.map +1 -0
  69. package/package.json +4 -4
  70. package/dist/commands/notes.d.ts.map +0 -1
  71. package/dist/commands/notes.js.map +0 -1
  72. package/dist/docs/item-notes-client.d.ts.map +0 -1
  73. package/dist/docs/item-notes-client.js.map +0 -1
  74. package/dist/docs/item-notes.d.ts.map +0 -1
  75. package/dist/docs/item-notes.js +0 -168
  76. package/dist/docs/item-notes.js.map +0 -1
  77. package/dist/docs/notes-scope.d.ts.map +0 -1
  78. package/dist/docs/notes-scope.js.map +0 -1
@@ -1,10 +1,10 @@
1
1
  /**
2
- * `mossbear notes` — read what people have left about this repo's context.
2
+ * `mossbear comments` — read what people have left about this repo's context.
3
3
  *
4
- * **The on-demand half of the note channel.** The session-start hook announces
5
- * how many notes are waiting; this is where they are read. Separating the two
6
- * is what lets the announcement be capped without ever capping the note: past
7
- * the cap the hook goes quiet and this command still prints every open note,
4
+ * **The on-demand half of the comment channel.** The session-start hook announces
5
+ * how many comments are waiting; this is where they are read. Separating the two
6
+ * is what lets the announcement be capped without ever capping the comment: past
7
+ * the cap the hook goes quiet and this command still prints every open comment,
8
8
  * because a reader who asked is owed all of them.
9
9
  *
10
10
  * **A command a person typed always answers.** The hook's silence rule is
@@ -13,7 +13,7 @@
13
13
  * has anything to say — absence is not a verdict, and all this read can
14
14
  * honestly report is that none is waiting here now.
15
15
  */
16
- export declare const notesCommand: import("citty").CommandDef<{
16
+ export declare const commentsCommand: import("citty").CommandDef<{
17
17
  token: {
18
18
  type: "string";
19
19
  description: string;
@@ -26,5 +26,11 @@ export declare const notesCommand: import("citty").CommandDef<{
26
26
  valueHint: string;
27
27
  default: string;
28
28
  };
29
+ since: {
30
+ type: "string";
31
+ description: string;
32
+ valueHint: string;
33
+ default: string;
34
+ };
29
35
  }>;
30
- //# sourceMappingURL=notes.d.ts.map
36
+ //# sourceMappingURL=comments.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comments.d.ts","sourceRoot":"","sources":["../../src/commands/comments.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAaH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;EAoG1B,CAAA"}
@@ -1,10 +1,10 @@
1
1
  /**
2
- * `mossbear notes` — read what people have left about this repo's context.
2
+ * `mossbear comments` — read what people have left about this repo's context.
3
3
  *
4
- * **The on-demand half of the note channel.** The session-start hook announces
5
- * how many notes are waiting; this is where they are read. Separating the two
6
- * is what lets the announcement be capped without ever capping the note: past
7
- * the cap the hook goes quiet and this command still prints every open note,
4
+ * **The on-demand half of the comment channel.** The session-start hook announces
5
+ * how many comments are waiting; this is where they are read. Separating the two
6
+ * is what lets the announcement be capped without ever capping the comment: past
7
+ * the cap the hook goes quiet and this command still prints every open comment,
8
8
  * because a reader who asked is owed all of them.
9
9
  *
10
10
  * **A command a person typed always answers.** The hook's silence rule is
@@ -15,17 +15,17 @@
15
15
  */
16
16
  import { defineCommand } from 'citty';
17
17
  import { resolveDashboardUrl, resolveToken } from '../config.js';
18
- import { fetchItemNotes } from '../docs/item-notes-client.js';
19
- import { deliveredNotesForItem, formatItemNoteLines } from '../docs/item-notes.js';
20
- import { noteScopeForRepo } from '../docs/notes-scope.js';
18
+ import { commentScopeForRepo } from '../docs/comments-scope.js';
19
+ import { fetchItemComments } from '../docs/item-comments-client.js';
20
+ import { formatCompactComments } from '../docs/item-comments.js';
21
21
  import { errText } from '../err-text.js';
22
22
  import { createContextClient } from '../mcp/client.js';
23
23
  import { reportNoToken } from '../no-token.js';
24
24
  import { resolveRepoRoot } from '../repo-root.js';
25
- export const notesCommand = defineCommand({
25
+ export const commentsCommand = defineCommand({
26
26
  meta: {
27
- name: 'notes',
28
- description: "Read the notes people have left about this repo's context",
27
+ name: 'comments',
28
+ description: "Read the comments people have left about this repo's context",
29
29
  },
30
30
  args: {
31
31
  token: {
@@ -40,6 +40,12 @@ export const notesCommand = defineCommand({
40
40
  valueHint: 'url',
41
41
  default: '',
42
42
  },
43
+ since: {
44
+ type: 'string',
45
+ description: 'Show comments changed after this cursor',
46
+ valueHint: 'cursor',
47
+ default: '',
48
+ },
43
49
  },
44
50
  async run({ args }) {
45
51
  const token = await resolveToken(args.token).catch(() => '');
@@ -50,8 +56,8 @@ export const notesCommand = defineCommand({
50
56
  const dashboardUrl = await resolveDashboardUrl(args.dashboard);
51
57
  const root = await resolveRepoRoot(process.cwd());
52
58
  const client = createContextClient({ dashboardUrl, token });
53
- const scope = await noteScopeForRepo(client, root);
54
- // Named before the notes, not instead of them. Half the union still
59
+ const scope = await commentScopeForRepo(client, root);
60
+ // Named before the comments, not instead of them. Half the union still
55
61
  // answers, and a reader has to know the other half is missing or a short
56
62
  // list reads as the whole truth. Two causes, two sentences, because they
57
63
  // have two remedies.
@@ -59,46 +65,45 @@ export const notesCommand = defineCommand({
59
65
  console.log(' warning: .mossbear/config.json is malformed, so the bundles this repo subscribes to were skipped. Fix or remove the file.');
60
66
  }
61
67
  if (scope.unresolved) {
62
- console.log(` warning: could not reach your account's subscriptions — ${scope.unresolved}. Showing notes for the bundles this repo commits.`);
68
+ console.log(` warning: could not reach your account's subscriptions — ${scope.unresolved}. Showing comments for the bundles this repo commits.`);
63
69
  }
64
70
  let response;
65
71
  try {
66
- response = await fetchItemNotes({
72
+ response = await fetchItemComments({
67
73
  dashboardUrl,
68
74
  token,
69
75
  bundleIds: scope.bundleIds,
76
+ ...(args.since ? { since: args.since } : {}),
70
77
  });
71
78
  }
72
79
  catch (err) {
73
- console.error(` could not read your notes — ${errText(err)}`);
80
+ console.error(` could not read your comments — ${errText(err)}`);
74
81
  process.exitCode = 1;
75
82
  return;
76
83
  }
77
- if (response.notes.length === 0) {
84
+ if (response.comments.length === 0 && !args.since) {
78
85
  // "None is waiting here", never "nobody has anything to say": this read
79
86
  // covers the bundles this repo receives, and says so, so a reader whose
80
87
  // repo subscribes to nothing can tell that apart from an empty inbox.
81
- console.log(" No notes are waiting about this repo's context.");
88
+ console.log(" No comments are waiting about this repo's context.");
82
89
  return;
83
90
  }
84
91
  // The markers' meaning is what makes the delimiters around a body worth
85
- // anything, so a response carrying notes without it is refused rather than
92
+ // anything, so a response carrying comments without it is refused rather than
86
93
  // printed bare — and refused out loud. The shared formatter drops such
87
- // notes silently, which is right where the run has other things to report
94
+ // comments silently, which is right where the run has other things to report
88
95
  // and wrong here, where dropping them would leave a command somebody typed
89
96
  // printing nothing at all.
90
- if (!response.untrusted) {
91
- console.error(' could not read your notes — the dashboard sent them without saying how their text is delimited. Try again, and update the CLI if it keeps happening.');
97
+ if (response.comments.length > 0 && !response.untrusted) {
98
+ console.error(' could not read your comments — the dashboard sent them without saying how their text is delimited. Try again, and update the CLI if it keeps happening.');
92
99
  process.exitCode = 1;
93
100
  return;
94
101
  }
95
- // Through the same formatter the bundle pull prints, so a note reads
102
+ // Through the same formatter the bundle pull prints, so a comment reads
96
103
  // identically whichever way a reader met it — and so the marker rules
97
104
  // (bodies byte for byte, at column 0, inside the markers the server
98
105
  // derived) are held in one place rather than two.
99
- const lines = formatItemNoteLines(response.notes.flatMap((note) => deliveredNotesForItem({ id: note.id, name: note.itemName, path: note.itemPath, notes: [note] }, response.untrusted?.note ?? null)));
100
- for (const line of lines)
101
- console.log(line);
106
+ console.log(formatCompactComments(response.comments, response.cursor ?? '', response.untrusted, Boolean(args.since)));
102
107
  },
103
108
  });
104
- //# sourceMappingURL=notes.js.map
109
+ //# sourceMappingURL=comments.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comments.js","sourceRoot":"","sources":["../../src/commands/comments.ts"],"names":[],"mappings":"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"}
@@ -6,7 +6,7 @@ import { resolveDashboardUrl, resolveToken } from '../config.js';
6
6
  import { defaultPullDir, pullBundleToDir } from '../context/pull.js';
7
7
  import { bundleNameFailureMessage, resolveBundleByName, } from '../docs/bundle-by-name.js';
8
8
  import { withDistinctDirNames } from '../docs/delivery.js';
9
- import { dedupeDeliveredNotes, formatItemNoteLines, } from '../docs/item-notes.js';
9
+ import { dedupeDeliveredComments, formatItemCommentLines, } from '../docs/item-comments.js';
10
10
  import { readRepoDocsConfig, readRepoProjectId } from '../docs/repo-config.js';
11
11
  import { parseSelectionInput, subscribeBundleSelections, } from '../docs/subscribe.js';
12
12
  import { formatDocsRetirementLines, formatDocsSyncLine, syncSubscribedDocs, } from '../docs/sync-docs.js';
@@ -357,8 +357,8 @@ export const pullCommand = defineCommand({
357
357
  console.log(retirementLines.join('\n'));
358
358
  // A person driving the CLI by hand is not the one reader who cannot see
359
359
  // what was left for them. Same lines the session-start sync prints, and
360
- // nothing at all when there are no notes.
361
- for (const line of formatItemNoteLines(result.notes)) {
360
+ // nothing at all when there are no comments.
361
+ for (const line of formatItemCommentLines(result.comments)) {
362
362
  console.log(line);
363
363
  }
364
364
  if (result.hadError)
@@ -413,8 +413,8 @@ async function exportBundles(client, bundles, options) {
413
413
  let anyFailed = false;
414
414
  // Gathered across every exported bundle and printed once at the end, for the
415
415
  // same reason the subscribing path dedupes: two bundles can carry the item a
416
- // note is about, and the person wrote one note.
417
- const notes = [];
416
+ // comment is about, and the person wrote one comment.
417
+ const comments = [];
418
418
  for (const bundle of bundles) {
419
419
  const dir = options.customOut || defaultPullDir(bundle.dirName, options.cwd);
420
420
  try {
@@ -441,7 +441,7 @@ async function exportBundles(client, bundles, options) {
441
441
  for (const skipped of result.skipped) {
442
442
  console.warn(` warning: ${skipped.file} was not written — ${skipped.detail}`);
443
443
  }
444
- notes.push(...result.notes);
444
+ comments.push(...result.comments);
445
445
  }
446
446
  catch (err) {
447
447
  anyFailed = true;
@@ -450,9 +450,9 @@ async function exportBundles(client, bundles, options) {
450
450
  }
451
451
  console.log('Exported without subscribing — `mossbear refresh` will not keep these fresh. Run `mossbear pull <bundle>` without --once to subscribe.');
452
452
  // A one-off export is still a read the server counted as a delivery, so the
453
- // notes it served are printed here too. Without this the flag was the one
454
- // way to make a note's `delivered_count` climb while nobody was shown it.
455
- for (const line of formatItemNoteLines(dedupeDeliveredNotes(notes))) {
453
+ // comments it served are printed here too. Without this the flag was the one
454
+ // way to make a comment's `delivered_count` climb while nobody was shown it.
455
+ for (const line of formatItemCommentLines(dedupeDeliveredComments(comments))) {
456
456
  console.log(line);
457
457
  }
458
458
  return anyFailed;
@@ -1 +1 @@
1
- {"version":3,"file":"pull.js","sourceRoot":"","sources":["../../src/commands/pull.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"pull.js","sourceRoot":"","sources":["../../src/commands/pull.ts"],"names":[],"mappings":"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"}
@@ -19,7 +19,7 @@
19
19
  *
20
20
  * Kept free of citty/console so it unit-tests directly against a mocked client.
21
21
  */
22
- import { type DeliveredItemNote } from '../docs/item-notes.js';
22
+ import { type DeliveredItemComment } from '../docs/item-comments.js';
23
23
  import type { ContextClient, PullContextParams } from '../mcp/client.js';
24
24
  import type { SkippedWrite, WriteItemsDeps } from '../mcp/write-items.js';
25
25
  import type { ContextItem } from '@mossbear/protocol';
@@ -44,14 +44,14 @@ export type PullBundleResult = {
44
44
  */
45
45
  skipped: SkippedWrite[];
46
46
  /**
47
- * Notes the server served with these items.
47
+ * Comments the server served with these items.
48
48
  *
49
49
  * Carried out of here because this response has already been counted as a
50
- * delivery: the route bumps `delivered_count` for every note it puts on the
50
+ * delivery: the route bumps `delivered_count` for every comment it puts on the
51
51
  * wire, so an export that dropped them would leave the dashboard telling the
52
52
  * person who wrote one that it reached an agent it never reached.
53
53
  */
54
- notes: DeliveredItemNote[];
54
+ comments: DeliveredItemComment[];
55
55
  };
56
56
  /**
57
57
  * Turn a bundle slug into a safe single path segment for the default output
@@ -1 +1 @@
1
- {"version":3,"file":"pull.d.ts","sourceRoot":"","sources":["../../src/context/pull.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AAIH,OAAO,EAAyB,KAAK,iBAAiB,EAAE,MAAM,uBAAuB,CAAA;AAGrF,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAA;AACxE,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AACzE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAErD;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GAAG,iBAAiB,GAAG;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,CAAA;AAEzE,MAAM,MAAM,gBAAgB,GAAG;IAC7B,uFAAuF;IACvF,KAAK,EAAE,SAAS,WAAW,EAAE,CAAA;IAC7B,8EAA8E;IAC9E,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB;;;;;OAKG;IACH,OAAO,EAAE,YAAY,EAAE,CAAA;IACvB;;;;;;;OAOG;IACH,KAAK,EAAE,iBAAiB,EAAE,CAAA;CAC3B,CAAA;AAED;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAExD;AAED;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAElE;AAED;;;;;;;;;;GAUG;AACH,wBAAsB,eAAe,CACnC,MAAM,EAAE,aAAa,EACrB,MAAM,EAAE,gBAAgB,EACxB,GAAG,EAAE,MAAM,EACX,IAAI,GAAE,cAAmB,GACxB,OAAO,CAAC,gBAAgB,CAAC,CAwB3B"}
1
+ {"version":3,"file":"pull.d.ts","sourceRoot":"","sources":["../../src/context/pull.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AAIH,OAAO,EAEL,KAAK,oBAAoB,EAC1B,MAAM,0BAA0B,CAAA;AAGjC,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAA;AACxE,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AACzE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAErD;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GAAG,iBAAiB,GAAG;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,CAAA;AAEzE,MAAM,MAAM,gBAAgB,GAAG;IAC7B,uFAAuF;IACvF,KAAK,EAAE,SAAS,WAAW,EAAE,CAAA;IAC7B,8EAA8E;IAC9E,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB;;;;;OAKG;IACH,OAAO,EAAE,YAAY,EAAE,CAAA;IACvB;;;;;;;OAOG;IACH,QAAQ,EAAE,oBAAoB,EAAE,CAAA;CACjC,CAAA;AAED;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAExD;AAED;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAElE;AAED;;;;;;;;;;GAUG;AACH,wBAAsB,eAAe,CACnC,MAAM,EAAE,aAAa,EACrB,MAAM,EAAE,gBAAgB,EACxB,GAAG,EAAE,MAAM,EACX,IAAI,GAAE,cAAmB,GACxB,OAAO,CAAC,gBAAgB,CAAC,CAwB3B"}
@@ -20,7 +20,7 @@
20
20
  * Kept free of citty/console so it unit-tests directly against a mocked client.
21
21
  */
22
22
  import { join } from 'node:path';
23
- import { deliveredNotesForItem } from '../docs/item-notes.js';
23
+ import { deliveredCommentsForItem, } from '../docs/item-comments.js';
24
24
  import { sanitizePathSegment, writeItemsToDir } from '../mcp/write-items.js';
25
25
  /**
26
26
  * Turn a bundle slug into a safe single path segment for the default output
@@ -60,8 +60,8 @@ export async function pullBundleToDir(client, params, dir, deps = {}) {
60
60
  // own — it has no subscription file to read one from, and its contract is
61
61
  // that a caller who named a directory gets the bundle in that directory.
62
62
  //
63
- // **Its notes are another matter, and the server decides.** A mute is a
64
- // property of the account, not of the request, so the route withholds notes
63
+ // **Its comments are another matter, and the server decides.** A mute is a
64
+ // property of the account, not of the request, so the route withholds comments
65
65
  // on items this account muted however they were asked for. Nothing is
66
66
  // printed about that here:
67
67
  // the item itself was still written, so there is no undelivered item to
@@ -70,7 +70,7 @@ export async function pullBundleToDir(client, params, dir, deps = {}) {
70
70
  //
71
71
  // What is left is the rule this path has always followed — the response was
72
72
  // counted as served, so what it served is what the caller is given to print.
73
- const notes = items.flatMap((item) => deliveredNotesForItem(item, untrusted?.note ?? null));
74
- return { items, written, skipped, notes };
73
+ const comments = items.flatMap((item) => deliveredCommentsForItem(item, untrusted?.note ?? null));
74
+ return { items, written, skipped, comments };
75
75
  }
76
76
  //# sourceMappingURL=pull.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"pull.js","sourceRoot":"","sources":["../../src/context/pull.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AAEhC,OAAO,EAAE,qBAAqB,EAA0B,MAAM,uBAAuB,CAAA;AACrF,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAoC5E;;;;;GAKG;AACH,MAAM,UAAU,iBAAiB,CAAC,MAAc;IAC9C,OAAO,mBAAmB,CAAC,MAAM,CAAC,IAAI,QAAQ,CAAA;AAChD,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,cAAc,CAAC,MAAc,EAAE,GAAW;IACxD,OAAO,IAAI,CAAC,GAAG,EAAE,WAAW,EAAE,SAAS,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAA;AACrE,CAAC;AAED;;;;;;;;;;GAUG;AACH,MAAM,CAAC,KAAK,UAAU,eAAe,CACnC,MAAqB,EACrB,MAAwB,EACxB,GAAW,EACX,OAAuB,EAAE;IAEzB,0EAA0E;IAC1E,yDAAyD;IACzD,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,GAAG,UAAU,EAAE,GAAG,MAAM,CAAA;IACnD,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,UAAU,CAAC,CAAA;IACjE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,MAAM,eAAe,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,CAAC,CAAA;IACpE,0EAA0E;IAC1E,0EAA0E;IAC1E,yEAAyE;IACzE,EAAE;IACF,wEAAwE;IACxE,4EAA4E;IAC5E,sEAAsE;IACtE,2BAA2B;IAC3B,wEAAwE;IACxE,sEAAsE;IACtE,iCAAiC;IACjC,EAAE;IACF,4EAA4E;IAC5E,6EAA6E;IAC7E,MAAM,KAAK,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE,CACnC,qBAAqB,CAAC,IAAI,EAAE,SAAS,EAAE,IAAI,IAAI,IAAI,CAAC,CACrD,CAAA;IACD,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,CAAA;AAC3C,CAAC"}
1
+ {"version":3,"file":"pull.js","sourceRoot":"","sources":["../../src/context/pull.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AAEhC,OAAO,EACL,wBAAwB,GAEzB,MAAM,0BAA0B,CAAA;AACjC,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAoC5E;;;;;GAKG;AACH,MAAM,UAAU,iBAAiB,CAAC,MAAc;IAC9C,OAAO,mBAAmB,CAAC,MAAM,CAAC,IAAI,QAAQ,CAAA;AAChD,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,cAAc,CAAC,MAAc,EAAE,GAAW;IACxD,OAAO,IAAI,CAAC,GAAG,EAAE,WAAW,EAAE,SAAS,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAA;AACrE,CAAC;AAED;;;;;;;;;;GAUG;AACH,MAAM,CAAC,KAAK,UAAU,eAAe,CACnC,MAAqB,EACrB,MAAwB,EACxB,GAAW,EACX,OAAuB,EAAE;IAEzB,0EAA0E;IAC1E,yDAAyD;IACzD,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,GAAG,UAAU,EAAE,GAAG,MAAM,CAAA;IACnD,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,MAAM,MAAM,CAAC,WAAW,CAAC,UAAU,CAAC,CAAA;IACjE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,MAAM,eAAe,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,CAAC,CAAA;IACpE,0EAA0E;IAC1E,0EAA0E;IAC1E,yEAAyE;IACzE,EAAE;IACF,2EAA2E;IAC3E,+EAA+E;IAC/E,sEAAsE;IACtE,2BAA2B;IAC3B,wEAAwE;IACxE,sEAAsE;IACtE,iCAAiC;IACjC,EAAE;IACF,4EAA4E;IAC5E,6EAA6E;IAC7E,MAAM,QAAQ,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE,CACtC,wBAAwB,CAAC,IAAI,EAAE,SAAS,EAAE,IAAI,IAAI,IAAI,CAAC,CACxD,CAAA;IACD,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,CAAA;AAC9C,CAAC"}
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Which bundles a note read asks about, and which repo it asks for.
2
+ * Which bundles a comment read asks about, and which repo it asks for.
3
3
  *
4
4
  * **Written once because the two on-demand readers need the same answer** —
5
- * the `notes` verb and the `list_notes` tool — and a reader that resolved it
6
- * differently would report a different set of waiting notes than the one the
5
+ * the `comments` verb and the `list_comments` tool — and a reader that resolved it
6
+ * differently would report a different set of waiting comments than the one the
7
7
  * repo actually receives.
8
8
  *
9
9
  * A repo's delivery set is the **union** of the subscriptions its committed
@@ -13,18 +13,18 @@
13
13
  * phase already does.
14
14
  *
15
15
  * **The session-start hook deliberately does not come through here, and the
16
- * two have to agree.** It announces notes for the same set, but the docs phase
16
+ * two have to agree.** It announces comments for the same set, but the docs phase
17
17
  * has already resolved that union a moment earlier in the same run, so calling
18
18
  * this would spend a second `resolveSubscriptions` round trip in front of the
19
19
  * user's first turn to recompute what is already in hand. The duplication is
20
20
  * the *resolution*, not the rule: a change here to what counts as delivered —
21
21
  * an offline fallback, a caching layer, a new scope — does not reach the hook
22
- * on its own, and has to be carried to `announceNoteLines` by hand. Stated
22
+ * on its own, and has to be carried to `announceCommentLines` by hand. Stated
23
23
  * rather than left for the next reader to discover, because nothing fails when
24
24
  * the two drift; the announcement just stops describing the repo.
25
25
  */
26
26
  import type { ContextClient } from '../mcp/client.js';
27
- export type NoteScope = {
27
+ export type CommentScope = {
28
28
  /** The bundles to ask about, de-duplicated. Empty when this repo receives none. */
29
29
  bundleIds: string[];
30
30
  /**
@@ -32,7 +32,7 @@ export type NoteScope = {
32
32
  *
33
33
  * **Null means this repo cannot be announced to**, because there is nothing
34
34
  * to key the per-repo count under and an uncapped announcement is the
35
- * repeating broadcast the cap exists to end. Reading the notes still works:
35
+ * repeating broadcast the cap exists to end. Reading the comments still works:
36
36
  * that read is capped by nothing and needs no scope key. The fix for a repo
37
37
  * in this state is `mossbear init`, which is what writes the id.
38
38
  */
@@ -41,7 +41,7 @@ export type NoteScope = {
41
41
  * Why the account half of the union is missing, when it is.
42
42
  *
43
43
  * Named rather than swallowed: a repo relying on account-scoped
44
- * subscriptions would otherwise be told "no notes are waiting" by a failed
44
+ * subscriptions would otherwise be told "no comments are waiting" by a failed
45
45
  * request, and a silently short answer here is indistinguishable from an
46
46
  * empty inbox.
47
47
  */
@@ -52,7 +52,7 @@ export type NoteScope = {
52
52
  *
53
53
  * **The second way this answer goes short, and it needs its own field
54
54
  * rather than folding into `unresolved`.** Both leave the reader with fewer
55
- * notes than they have, but the remedies are different sentences — one is
55
+ * comments than they have, but the remedies are different sentences — one is
56
56
  * "the dashboard could not be reached", the other is "fix or remove this
57
57
  * file" — and naming a cause the branch can tell apart is the whole of what
58
58
  * makes an error worth printing. The docs phase and `pull` already name this
@@ -62,11 +62,11 @@ export type NoteScope = {
62
62
  configMalformed: boolean;
63
63
  };
64
64
  /**
65
- * Resolve the bundles and the repo id a note read should use, from this
65
+ * Resolve the bundles and the repo id a comment read should use, from this
66
66
  * checkout.
67
67
  *
68
68
  * On a failed resolve the committed ids are still used: they address their
69
69
  * bundles offline, and answering from half the union beats answering nothing.
70
70
  */
71
- export declare function noteScopeForRepo(client: ContextClient, cwd: string): Promise<NoteScope>;
72
- //# sourceMappingURL=notes-scope.d.ts.map
71
+ export declare function commentScopeForRepo(client: ContextClient, cwd: string): Promise<CommentScope>;
72
+ //# sourceMappingURL=comments-scope.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comments-scope.d.ts","sourceRoot":"","sources":["../../src/docs/comments-scope.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AAKH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAErD,MAAM,MAAM,YAAY,GAAG;IACzB,mFAAmF;IACnF,SAAS,EAAE,MAAM,EAAE,CAAA;IACnB;;;;;;;;OAQG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB;;;;;;;OAOG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAA;IACzB;;;;;;;;;;;;OAYG;IACH,eAAe,EAAE,OAAO,CAAA;CACzB,CAAA;AAED;;;;;;GAMG;AACH,wBAAsB,mBAAmB,CACvC,MAAM,EAAE,aAAa,EACrB,GAAG,EAAE,MAAM,GACV,OAAO,CAAC,YAAY,CAAC,CA8BvB"}
@@ -1,9 +1,9 @@
1
1
  /**
2
- * Which bundles a note read asks about, and which repo it asks for.
2
+ * Which bundles a comment read asks about, and which repo it asks for.
3
3
  *
4
4
  * **Written once because the two on-demand readers need the same answer** —
5
- * the `notes` verb and the `list_notes` tool — and a reader that resolved it
6
- * differently would report a different set of waiting notes than the one the
5
+ * the `comments` verb and the `list_comments` tool — and a reader that resolved it
6
+ * differently would report a different set of waiting comments than the one the
7
7
  * repo actually receives.
8
8
  *
9
9
  * A repo's delivery set is the **union** of the subscriptions its committed
@@ -13,26 +13,26 @@
13
13
  * phase already does.
14
14
  *
15
15
  * **The session-start hook deliberately does not come through here, and the
16
- * two have to agree.** It announces notes for the same set, but the docs phase
16
+ * two have to agree.** It announces comments for the same set, but the docs phase
17
17
  * has already resolved that union a moment earlier in the same run, so calling
18
18
  * this would spend a second `resolveSubscriptions` round trip in front of the
19
19
  * user's first turn to recompute what is already in hand. The duplication is
20
20
  * the *resolution*, not the rule: a change here to what counts as delivered —
21
21
  * an offline fallback, a caching layer, a new scope — does not reach the hook
22
- * on its own, and has to be carried to `announceNoteLines` by hand. Stated
22
+ * on its own, and has to be carried to `announceCommentLines` by hand. Stated
23
23
  * rather than left for the next reader to discover, because nothing fails when
24
24
  * the two drift; the announcement just stops describing the repo.
25
25
  */
26
26
  import { deliveryBundles, repoBundleIds } from './delivery.js';
27
27
  import { readRepoDocsConfig, readRepoProjectId } from './repo-config.js';
28
28
  /**
29
- * Resolve the bundles and the repo id a note read should use, from this
29
+ * Resolve the bundles and the repo id a comment read should use, from this
30
30
  * checkout.
31
31
  *
32
32
  * On a failed resolve the committed ids are still used: they address their
33
33
  * bundles offline, and answering from half the union beats answering nothing.
34
34
  */
35
- export async function noteScopeForRepo(client, cwd) {
35
+ export async function commentScopeForRepo(client, cwd) {
36
36
  const [repoDocs, { projectId }] = await Promise.all([
37
37
  readRepoDocsConfig(cwd),
38
38
  readRepoProjectId(cwd),
@@ -63,4 +63,4 @@ export async function noteScopeForRepo(client, cwd) {
63
63
  };
64
64
  }
65
65
  }
66
- //# sourceMappingURL=notes-scope.js.map
66
+ //# sourceMappingURL=comments-scope.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comments-scope.js","sourceRoot":"","sources":["../../src/docs/comments-scope.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AAEH,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,eAAe,CAAA;AAC9D,OAAO,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAA;AA0CxE;;;;;;GAMG;AACH,MAAM,CAAC,KAAK,UAAU,mBAAmB,CACvC,MAAqB,EACrB,GAAW;IAEX,MAAM,CAAC,QAAQ,EAAE,EAAE,SAAS,EAAE,CAAC,GAAG,MAAM,OAAO,CAAC,GAAG,CAAC;QAClD,kBAAkB,CAAC,GAAG,CAAC;QACvB,iBAAiB,CAAC,GAAG,CAAC;KACvB,CAAC,CAAA;IACF,0EAA0E;IAC1E,yEAAyE;IACzE,gBAAgB;IAChB,MAAM,aAAa,GAAG,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAA;IACtE,MAAM,eAAe,GAAG,QAAQ,CAAC,SAAS,CAAA;IAE1C,IAAI,CAAC;QACH,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,oBAAoB,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC,CAAA;QAChF,OAAO;YACL,SAAS,EAAE,eAAe,CAAC,QAAQ,EAAE,aAAa,CAAC,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;YAC9E,SAAS;YACT,UAAU,EAAE,IAAI;YAChB,eAAe;SAChB,CAAA;IACH,CAAC;IAAC,OAAO,GAAG,EAAE,CAAC;QACb,OAAO;YACL,wEAAwE;YACxE,sEAAsE;YACtE,gCAAgC;YAChC,SAAS,EAAE,aAAa,CAAC,aAAa,CAAC;YACvC,SAAS;YACT,UAAU,EAAE,GAAG,YAAY,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC;YAC5D,eAAe;SAChB,CAAA;IACH,CAAC;AACH,CAAC"}
@@ -1,8 +1,8 @@
1
1
  /**
2
- * The CLI's read of the note channel: `GET /api/v1/context/notes` and
3
- * `POST /api/v1/context/notes/announcements`.
2
+ * The CLI's read of the comment channel: `GET /api/v1/context/comments` and
3
+ * `POST /api/v1/context/comments/announcements`.
4
4
  *
5
- * **One client, three callers.** The `notes` verb, the `list_notes` tool and
5
+ * **One client, three callers.** The `comments` verb, the `list_comments` tool and
6
6
  * the session-start hook are three ways into the same two requests, and the
7
7
  * headers, the status handling and the response validation would otherwise be
8
8
  * three places to drift. The same reasoning as the guide-history client beside
@@ -14,14 +14,14 @@
14
14
  * and the server counts it as one. Announcing prints a number and no bodies,
15
15
  * so it delivers nothing and is capped instead — per reader, per repo, on the
16
16
  * server, because a count kept in the checkout resets with the clone and a
17
- * count kept on the note is shared by every reader.
17
+ * count kept on the comment is shared by every reader.
18
18
  *
19
19
  * Responses go through the protocol's own parsers, so a drifting server
20
20
  * contract fails here rather than putting an unvalidated payload in front of
21
21
  * an agent.
22
22
  */
23
- import { type AnnounceItemNotesResponse, type ItemNotesResponse } from '@mossbear/protocol';
24
- export type ItemNotesRequestOptions = {
23
+ import { type AnnounceItemCommentsResponse, type ItemCommentsResponse } from '@mossbear/protocol';
24
+ export type ItemCommentsRequestOptions = {
25
25
  dashboardUrl: string;
26
26
  token: string;
27
27
  /**
@@ -33,10 +33,11 @@ export type ItemNotesRequestOptions = {
33
33
  * `git clone`.
34
34
  */
35
35
  bundleIds: readonly string[];
36
+ since?: string;
36
37
  /** Override fetch for tests. Defaults to globalThis.fetch. */
37
38
  fetchImpl?: typeof fetch;
38
39
  };
39
- export type AnnounceItemNotesOptions = ItemNotesRequestOptions & {
40
+ export type AnnounceItemCommentsOptions = ItemCommentsRequestOptions & {
40
41
  /**
41
42
  * This repo's committed `project.id` — the scope the announcement count is
42
43
  * kept under.
@@ -47,21 +48,27 @@ export type AnnounceItemNotesOptions = ItemNotesRequestOptions & {
47
48
  projectId: string;
48
49
  };
49
50
  /**
50
- * Every open note waiting for this reader in this repo.
51
+ * Every open comment waiting for this reader in this repo.
51
52
  *
52
53
  * A deliberate read, so nothing about it is capped — and the server counts it
53
- * as a delivery, which is what lets a note's author tell an ignored request
54
+ * as a delivery, which is what lets a comment's author tell an ignored request
54
55
  * from an undelivered one.
55
56
  */
56
- export declare function fetchItemNotes(options: ItemNotesRequestOptions): Promise<ItemNotesResponse>;
57
+ export declare function fetchItemComments(options: ItemCommentsRequestOptions): Promise<ItemCommentsResponse>;
58
+ /** Resolve one listed comment and leave the agent's account of its change. */
59
+ export declare function resolveItemComment(options: Pick<ItemCommentsRequestOptions, 'dashboardUrl' | 'token' | 'fetchImpl'> & {
60
+ id: string;
61
+ note: string;
62
+ bundleIds: readonly string[];
63
+ }): Promise<void>;
57
64
  /**
58
- * Ask how many notes are waiting, and be counted as having said so.
65
+ * Ask how many comments are waiting, and be counted as having said so.
59
66
  *
60
67
  * `open` is the true number waiting and is what a reader is shown; `announced`
61
68
  * is how many were still under the per-repo cap, and it is what decides
62
69
  * whether to say anything at all. Zero means this reader has already been told
63
- * about every one of them as often as the cap allows — the notes are still
64
- * there, and `fetchItemNotes` is where they still are.
70
+ * about every one of them as often as the cap allows — the comments are still
71
+ * there, and `fetchItemComments` is where they still are.
65
72
  */
66
- export declare function announceItemNotes(options: AnnounceItemNotesOptions): Promise<AnnounceItemNotesResponse>;
67
- //# sourceMappingURL=item-notes-client.d.ts.map
73
+ export declare function announceItemComments(options: AnnounceItemCommentsOptions): Promise<AnnounceItemCommentsResponse>;
74
+ //# sourceMappingURL=item-comments-client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"item-comments-client.d.ts","sourceRoot":"","sources":["../../src/docs/item-comments-client.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAEH,OAAO,EAGL,KAAK,4BAA4B,EACjC,KAAK,oBAAoB,EAC1B,MAAM,oBAAoB,CAAA;AAK3B,MAAM,MAAM,0BAA0B,GAAG;IACvC,YAAY,EAAE,MAAM,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;IACb;;;;;;;OAOG;IACH,SAAS,EAAE,SAAS,MAAM,EAAE,CAAA;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,8DAA8D;IAC9D,SAAS,CAAC,EAAE,OAAO,KAAK,CAAA;CACzB,CAAA;AAED,MAAM,MAAM,2BAA2B,GAAG,0BAA0B,GAAG;IACrE;;;;;;OAMG;IACH,SAAS,EAAE,MAAM,CAAA;CAClB,CAAA;AAED;;;;;;GAMG;AACH,wBAAsB,iBAAiB,CACrC,OAAO,EAAE,0BAA0B,GAClC,OAAO,CAAC,oBAAoB,CAAC,CAe/B;AAED,8EAA8E;AAC9E,wBAAsB,kBAAkB,CACtC,OAAO,EAAE,IAAI,CAAC,0BAA0B,EAAE,cAAc,GAAG,OAAO,GAAG,WAAW,CAAC,GAAG;IAClF,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,SAAS,MAAM,EAAE,CAAA;CAC7B,GACA,OAAO,CAAC,IAAI,CAAC,CAef;AAED;;;;;;;;GAQG;AACH,wBAAsB,oBAAoB,CACxC,OAAO,EAAE,2BAA2B,GACnC,OAAO,CAAC,4BAA4B,CAAC,CAoBvC"}