@imunitic/synapse 0.2.12 → 0.2.13
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/package.json +4 -4
- package/synapse-claude.md +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imunitic/synapse",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.13",
|
|
4
4
|
"description": "Memory for Claude Code, Codex CLI, and OpenCode: a durable Obsidian vault plus a per-repo code graph.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"*.conf.template"
|
|
23
23
|
],
|
|
24
24
|
"optionalDependencies": {
|
|
25
|
-
"@imunitic/synapse-darwin-arm64": "0.2.
|
|
26
|
-
"@imunitic/synapse-linux-x64": "0.2.
|
|
27
|
-
"@imunitic/synapse-linux-arm64": "0.2.
|
|
25
|
+
"@imunitic/synapse-darwin-arm64": "0.2.13",
|
|
26
|
+
"@imunitic/synapse-linux-x64": "0.2.13",
|
|
27
|
+
"@imunitic/synapse-linux-arm64": "0.2.13"
|
|
28
28
|
},
|
|
29
29
|
"license": "SEE LICENSE IN LICENSE"
|
|
30
30
|
}
|
package/synapse-claude.md
CHANGED
|
@@ -17,8 +17,11 @@ seeding the vault's foundational bootstrap file warrants a confirmation
|
|
|
17
17
|
step the way an ordinary note-write doesn't.
|
|
18
18
|
|
|
19
19
|
**This is a primary, load-bearing memory system, not an optional nicety.**
|
|
20
|
-
Actively use it — don't wait to be asked
|
|
21
|
-
|
|
20
|
+
Actively use it — don't wait to be asked, and don't wait for a hook to
|
|
21
|
+
remind you either: the periodic nudge below is a backstop for a session
|
|
22
|
+
that runs long and drifts, not the trigger that authorizes writing in the
|
|
23
|
+
first place. You MUST create or update a note whenever, during a session,
|
|
24
|
+
any of the following happens. Before deciding
|
|
22
25
|
which folder, check `Index.md`'s folder list for the matching category —
|
|
23
26
|
don't rely on categories already in memory from earlier in the session,
|
|
24
27
|
since a vault owner's own `Index.md` is the only authority on what exists
|