@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
|
|
40
|
-
* registry flipped `objectives`'s idPrefix from KEY to OBJ
|
|
41
|
-
* rather than adding a parallel row, so there is no canonical KEY
|
|
42
|
-
* against — but a version-skewed CLI running OFFLINE (this SEED's only use
|
|
43
|
-
* against a
|
|
44
|
-
*
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
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
|
|
25
|
-
* registry flipped `objectives`'s idPrefix from KEY to OBJ
|
|
26
|
-
* rather than adding a parallel row, so there is no canonical KEY
|
|
27
|
-
* against — but a version-skewed CLI running OFFLINE (this SEED's only use
|
|
28
|
-
* against a
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
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
|