cohvu 0.2.11 → 0.2.12
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 +1 -1
- package/dist/instructions.js +10 -8
- package/dist/instructions.js.map +1 -1
- package/package.json +1 -1
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.\n\nThen just keep using it. `note` isn't something you do once or twice \u2014 it's something you do 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. A quick thought is better than a thorough summary. Think \"I
|
|
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.\n\nThen just keep using it. `note` isn't something you do once or twice \u2014 it's something you do 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. A quick thought is better than a thorough summary. Think \"I think the migration approach is risky \u2014 two formats means every read path branches\", \"this pivot makes sense, the original structure was fighting the user's workflow\", \"not sure this will scale but it's the right starting point\" \u2014 your own perspective on the work, 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. \"The user is focused on X because Y\" or \"the real concern here is Z\" \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
|
@@ -21,14 +21,16 @@ twice — it's something you do continually, as naturally as \
|
|
|
21
21
|
reading a file or running a command. Every time you think \
|
|
22
22
|
something, understand something, or feel something about the \
|
|
23
23
|
work — put it in the graph. A quick thought is better than a \
|
|
24
|
-
thorough summary. Think "I
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
24
|
+
thorough summary. Think "I think the migration approach is \
|
|
25
|
+
risky — two formats means every read path branches", "this \
|
|
26
|
+
pivot makes sense, the original structure was fighting the \
|
|
27
|
+
user's workflow", "not sure this will scale but it's the right \
|
|
28
|
+
starting point" — your own perspective on the work, not just \
|
|
29
|
+
a record of what happened. Small, honest, frequent. Don't wait \
|
|
30
|
+
until you're certain and don't try to be thorough. The graph \
|
|
31
|
+
needs lots of small honest contributions, not occasional \
|
|
32
|
+
polished ones. A rough note that gets refined later beats a \
|
|
33
|
+
perfect note you never wrote.
|
|
32
34
|
|
|
33
35
|
What matters is what lives nowhere else — not what you changed \
|
|
34
36
|
(that's in git), but why. Your reasoning. What felt off. What \
|
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;;;AAoDnE,sCAEC;AApDY,QAAA,kBAAkB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mDA6CiB,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"}
|