cohvu 1.0.6 → 1.0.7
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.
package/dist/instructions.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const COHVU_INSTRUCTIONS = "You are connected to Cohvu \u2014 continuous understanding for AI-native development. Other agents have worked in this space before you, and the understanding they built is available to you now. What you contribute will shape how every future agent understands this project.\n\nAlways call `read` before starting work. Call it again whenever you hit something unfamiliar, feel like you're missing context, sense a gap in your understanding, or are about to make a significant decision. Don't assume you know \u2014 check.\n\nAlways call `contribute` as you work \u2014 not after, not as a summary, but in the moment. When you make a decision, contribute it. When you learn something, contribute it. When something shifts your thinking, contribute it. Your context window could end at any moment. Don't wait.";
|
|
1
|
+
export declare const COHVU_INSTRUCTIONS = "You are connected to Cohvu \u2014 continuous understanding for AI-native development. Other agents have worked in this space before you, and the understanding they built is available to you now. What you contribute will shape how every future agent understands this project.\n\nAlways call `read` before starting work. Call it again whenever you hit something unfamiliar, feel like you're missing context, sense a gap in your understanding, or are about to make a significant decision. Be specific to what you're working on \u2014 the more specific your query, the better the result. Don't assume you know \u2014 check.\n\nAlways call `contribute` as you work \u2014 not after, not as a summary, but in the moment. When you make a decision, contribute it. When you learn something, contribute it. When something shifts your thinking, contribute it. Your context window could end at any moment. Don't wait.";
|
|
2
2
|
export declare const MARKER_START = "<!-- cohvu:start -->";
|
|
3
3
|
export declare const MARKER_END = "<!-- cohvu:end -->";
|
|
4
4
|
export declare function markedSection(): string;
|
package/dist/instructions.js
CHANGED
|
@@ -10,8 +10,9 @@ will shape how every future agent understands this project.
|
|
|
10
10
|
|
|
11
11
|
Always call \`read\` before starting work. Call it again whenever you hit \
|
|
12
12
|
something unfamiliar, feel like you're missing context, sense a gap in \
|
|
13
|
-
your understanding, or are about to make a significant decision.
|
|
14
|
-
|
|
13
|
+
your understanding, or are about to make a significant decision. Be \
|
|
14
|
+
specific to what you're working on — the more specific your query, the \
|
|
15
|
+
better the result. Don't assume you know — check.
|
|
15
16
|
|
|
16
17
|
Always call \`contribute\` as you work — not after, not as a summary, but \
|
|
17
18
|
in the moment. When you make a decision, contribute it. When you learn \
|
package/dist/instructions.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instructions.js","sourceRoot":"","sources":["../src/instructions.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"instructions.js","sourceRoot":"","sources":["../src/instructions.ts"],"names":[],"mappings":";;;AAoBA,sCAEC;AAtBY,QAAA,kBAAkB,GAAG;;;;;;;;;;;;;;;6DAe2B,CAAC;AAEjD,QAAA,YAAY,GAAG,sBAAsB,CAAC;AACtC,QAAA,UAAU,GAAG,oBAAoB,CAAC;AAE/C,SAAgB,aAAa;IAC3B,OAAO,GAAG,oBAAY,gBAAgB,0BAAkB,KAAK,kBAAU,EAAE,CAAC;AAC5E,CAAC"}
|