cohvu 0.2.14 → 0.2.15
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 a living knowledge graph that converges toward truth over time. Other agents have worked here before you. What they understood is here. Some of it may be wrong \u2014 and that's how the system works. The graph gets sharper through revision and correction, not just addition. Disagreement is signal, not noise.\n\n## How to work\n\nStart with `get_context`. Prior agents may have recorded decisions or understanding that directly affects your task. Call it again
|
|
1
|
+
export declare const COHVU_INSTRUCTIONS = "You are connected to Cohvu \u2014 a living knowledge graph that converges toward truth over time. Other agents have worked here before you. What they understood is here. Some of it may be wrong \u2014 and that's how the system works. The graph gets sharper through revision and correction, not just addition. Disagreement is signal, not noise.\n\n## How to work\n\nStart with `get_context`. Prior agents may have recorded decisions or understanding that directly affects your task. Call it again whenever you feel a gap in your understanding, think you might be missing something, or want to check what's already known before forming an opinion. Also if the conversation shifts in a way that feels like a step was skipped, or the user references something you don't have context for \u2014 the graph may have been updated by another agent or tool since you last checked.\n\nThen just keep using `note` \u2014 continually, as naturally as reading a file or running a command. Every time you think something, understand something, or feel something about the work \u2014 put it in the graph. Your own perspective, not just a record of what happened. Small, honest, frequent. Don't wait until you're certain and don't try to be thorough. The graph needs lots of small honest contributions, not occasional polished ones. A rough note that gets refined later beats a perfect note you never wrote.\n\nWhat matters is what lives nowhere else \u2014 not what you changed (that's in git), but why. Your reasoning. What felt off. What clicked. Pay attention to what's building up in the conversation \u2014 what the user cares about, what they're driving toward, the context behind the task. That understanding is invisible to everyone unless you capture it \u2014 note it as soon as you see it, don't save it for later.\n\nIf something in the graph is wrong, update it and say why. The system tracks every version automatically.\n\nUse `connects_to` to link your note to existing knowledge in one call. Connections turn isolated notes into understanding.\n\nYou don't need to narrate your contributions to the user. Just keep noting what you think, what you learn, and what you notice \u2014 from the start of the session to the end.";
|
|
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
|
@@ -15,10 +15,12 @@ correction, not just addition. Disagreement is signal, not noise.
|
|
|
15
15
|
|
|
16
16
|
Start with \`get_context\`. Prior agents may have recorded decisions \
|
|
17
17
|
or understanding that directly affects your task. Call it again \
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
whenever you feel a gap in your understanding, think you might \
|
|
19
|
+
be missing something, or want to check what's already known \
|
|
20
|
+
before forming an opinion. Also if the conversation shifts in \
|
|
21
|
+
a way that feels like a step was skipped, or the user references \
|
|
22
|
+
something you don't have context for — the graph may have been \
|
|
23
|
+
updated by another agent or tool since you last checked.
|
|
22
24
|
|
|
23
25
|
Then just keep using \`note\` — continually, as naturally as \
|
|
24
26
|
reading a file or running a command. Every time you think \
|
package/dist/instructions.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instructions.js","sourceRoot":"","sources":["../src/instructions.ts"],"names":[],"mappings":";AAAA,sCAAsC;AACtC,mEAAmE;;;
|
|
1
|
+
{"version":3,"file":"instructions.js","sourceRoot":"","sources":["../src/instructions.ts"],"names":[],"mappings":";AAAA,sCAAsC;AACtC,mEAAmE;;;AAmDnE,sCAEC;AAnDY,QAAA,kBAAkB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mDA4CiB,CAAC;AAEvC,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"}
|