@productbrain/cli 0.1.0-beta.5397 → 0.1.0-beta.5402

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.
@@ -36,15 +36,15 @@ export interface CollectionMeta {
36
36
  * (see src/__tests__/collection-registry-seed-drift.test.ts). Two carve-outs
37
37
  * have no canonical counterpart and are excluded from the pin:
38
38
  * - `work-packages → BET` (BET-230 rename backward compat; canonical maps only WP).
39
- * - `objectives → KEY` (P1 review PRRT_kwDORS4ils6cUz6M, WP-686 S6): the canonical
40
- * registry flipped `objectives`'s idPrefix from KEY to OBJ in place (S5, TASK-91)
41
- * rather than adding a parallel row, so there is no canonical KEY entry to pin
42
- * against — but a version-skewed CLI running OFFLINE (this SEED's only use case)
43
- * against a workspace whose live `collections.idPrefix` is still KEY (prod's own
44
- * id-rewrite is a deferred, founder-run operation per
45
- * docs/migration-deferrals/wp686_key_to_obj_prefix_rewrite.md it has not
46
- * necessarily run yet) still needs `pb capture "KEY: ..."` to route to
47
- * `objectives`, same reasoning as the BET alias above.
39
+ * - `objectives → KEY` (P1 review PRRT_kwDORS4ils6cUz6M, WP-686 S6; rationale corrected PR
40
+ * #824, 2026-09-04): the canonical registry flipped `objectives`'s idPrefix from KEY to OBJ
41
+ * in place (S5, TASK-91) rather than adding a parallel row, so there is no canonical KEY
42
+ * entry to pin against — but a version-skewed CLI running OFFLINE (this SEED's only use
43
+ * case) against a STALE local cache or export predating the fleet-wide id-rewrite (now
44
+ * `applied` everywhere live-scope-subset, live:8 dead:0, per artifact generatedAt
45
+ * 2026-09-04T19:43:27.412Z; wp686_key_to_obj_prefix_rewrite.md no longer exists) can still
46
+ * see `KEY`, so `pb capture "KEY: ..."` still needs to route to `objectives`, same reasoning
47
+ * as the BET alias above.
48
48
  */
49
49
  export declare const SEED: CollectionMeta[];
50
50
  /**
@@ -21,15 +21,15 @@ import { kernelCall } from './client.js';
21
21
  * (see src/__tests__/collection-registry-seed-drift.test.ts). Two carve-outs
22
22
  * have no canonical counterpart and are excluded from the pin:
23
23
  * - `work-packages → BET` (BET-230 rename backward compat; canonical maps only WP).
24
- * - `objectives → KEY` (P1 review PRRT_kwDORS4ils6cUz6M, WP-686 S6): the canonical
25
- * registry flipped `objectives`'s idPrefix from KEY to OBJ in place (S5, TASK-91)
26
- * rather than adding a parallel row, so there is no canonical KEY entry to pin
27
- * against — but a version-skewed CLI running OFFLINE (this SEED's only use case)
28
- * against a workspace whose live `collections.idPrefix` is still KEY (prod's own
29
- * id-rewrite is a deferred, founder-run operation per
30
- * docs/migration-deferrals/wp686_key_to_obj_prefix_rewrite.md it has not
31
- * necessarily run yet) still needs `pb capture "KEY: ..."` to route to
32
- * `objectives`, same reasoning as the BET alias above.
24
+ * - `objectives → KEY` (P1 review PRRT_kwDORS4ils6cUz6M, WP-686 S6; rationale corrected PR
25
+ * #824, 2026-09-04): the canonical registry flipped `objectives`'s idPrefix from KEY to OBJ
26
+ * in place (S5, TASK-91) rather than adding a parallel row, so there is no canonical KEY
27
+ * entry to pin against — but a version-skewed CLI running OFFLINE (this SEED's only use
28
+ * case) against a STALE local cache or export predating the fleet-wide id-rewrite (now
29
+ * `applied` everywhere live-scope-subset, live:8 dead:0, per artifact generatedAt
30
+ * 2026-09-04T19:43:27.412Z; wp686_key_to_obj_prefix_rewrite.md no longer exists) can still
31
+ * see `KEY`, so `pb capture "KEY: ..."` still needs to route to `objectives`, same reasoning
32
+ * as the BET alias above.
33
33
  */
34
34
  // WP-690 S7 (TASK-120, twice-corrected): pinned to
35
35
  // convex/lib/seedClassificationRegistry.ts's corrected 30 -> 27 list (see that file's header for
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@productbrain/cli",
3
- "version": "0.1.0-beta.5397",
3
+ "version": "0.1.0-beta.5402",
4
4
  "description": "Product Brain — Chain knowledge and write-back CLI",
5
5
  "type": "module",
6
6
  "bin": {