You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Same name overwrites the previous entry (refinement). "+
27
41
"Writes are serialized via a process-local lock; same-name writes overwrite in completion order. "+
28
42
"Always returns the current list of up to date entries.",
29
-
30
-
promptSnippet: "Save or refine a compact continuity entry",
31
-
promptGuidelines: [
32
-
"Continuously maintain the ledger while you work. After meaningful reads, research, analysis, decisions, or milestones, either refine an existing entry, create a compact reusable entry, or consciously skip because nothing reusable was learned.",
33
-
"Prefer refining existing entries over creating many tiny ones. Do not try to make the ledger complete.",
34
-
],
35
-
43
+
...(withHints
44
+
? {
45
+
promptSnippet: "Save or refine a compact continuity entry",
46
+
promptGuidelines: [
47
+
"Continuously maintain the ledger while you work. After meaningful reads, research, analysis, decisions, or milestones, either refine an existing entry, create a compact reusable entry, or consciously skip because nothing reusable was learned.",
48
+
"Prefer refining existing entries over creating many tiny ones. Do not try to make the ledger complete.",
49
+
],
50
+
}
51
+
: {}),
36
52
executionMode: "sequential",
37
-
38
53
parameters: Type.Object({
39
54
name: Type.String({
40
55
description:
41
56
"Kebab-case entry identifier. Using an existing name overwrites that entry (refinement).",
42
57
}),
43
58
content: Type.String({
44
59
description:
45
-
"Compact markdown. Prefer one reusable item per bullet. "+
46
-
"Capture only stable facts, decisions, constraints, progress, and expensive discoveries "+
47
-
"that future work should build on. Truncated at 50KB / 2000 lines.",
60
+
"Compact markdown. Capture only reusable facts, decisions, "+
61
+
"constraints, progress, and expensive discoveries. "+
0 commit comments