@productbrain/cli 0.1.0-beta.1040 → 0.1.0-beta.1054
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.
|
@@ -79,7 +79,7 @@ pb capture "INS: learned that X"
|
|
|
79
79
|
|
|
80
80
|
Close with \`pb session close\` — reviews what was captured, refreshes context for the next session.
|
|
81
81
|
|
|
82
|
-
All captures are drafts. The human reviews and
|
|
82
|
+
All captures are drafts. The human reviews and accepts in Cortex.
|
|
83
83
|
${skillsSection}
|
|
84
84
|
## Governance Summary
|
|
85
85
|
|
|
@@ -122,7 +122,7 @@ pb capture "INS: learned that X"
|
|
|
122
122
|
|
|
123
123
|
Close with \`pb session close\` — reviews what was captured, refreshes context for the next session.
|
|
124
124
|
|
|
125
|
-
All captures are drafts. The human reviews and
|
|
125
|
+
All captures are drafts. The human reviews and accepts in Cortex.
|
|
126
126
|
`;
|
|
127
127
|
}
|
|
128
128
|
export function generateCursorMdc(timestamp, profile) {
|
|
@@ -155,7 +155,7 @@ Start with \`pb session start\`. When you make a decision, discover a tension, o
|
|
|
155
155
|
- \`pb capture "TEN: description"\` — capture a tension
|
|
156
156
|
- \`pb capture "DEC: decided X because Y"\` — capture a decision
|
|
157
157
|
- \`pb capture "INS: learned that X"\` — capture an insight
|
|
158
|
-
Close with \`pb session close\`. All captures are drafts — human reviews and
|
|
158
|
+
Close with \`pb session close\`. All captures are drafts — human reviews and accepts.
|
|
159
159
|
|
|
160
160
|
<!-- ${MARKER} — ${timestamp} -->
|
|
161
161
|
`;
|
|
@@ -207,7 +207,7 @@ Before substantive implementation, review, diagnosis, or security-sensitive reas
|
|
|
207
207
|
## Session lifecycle — close the loop
|
|
208
208
|
|
|
209
209
|
Start with \`pb session start\`. Capture knowledge during work with \`pb capture "text"\`.
|
|
210
|
-
Close with \`pb session close\`. All captures are drafts — human reviews and
|
|
210
|
+
Close with \`pb session close\`. All captures are drafts — human reviews and accepts.
|
|
211
211
|
`;
|
|
212
212
|
// When no enrichment options provided, return base for backward compat
|
|
213
213
|
if (!skills?.length && !rules?.length) {
|