threadnote 1.0.0 → 1.1.1

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/README.md CHANGED
@@ -30,6 +30,10 @@ Ask the agent to recall the feature, branch, or repo. Threadnote returns auditab
30
30
  Install the MCP adapter for each agent you use. The user-level instructions tell agents to store a handoff before they pause, so the next agent can search the same local memory layer instead of reconstructing context
31
31
  from chat history.
32
32
 
33
+ The adapter keeps Threadnote workflow tools (`recall_context`, `remember_context`, `share_publish`, and related aliases)
34
+ as the default surface, and also exposes raw OpenViking parity tools with `ov_*` names for native behaviors such as
35
+ code symbol navigation, watch management, raw search/read/list/store/remember, grep/glob, resource import, and forget.
36
+
33
37
  **Working through a long task until the agent context window fills up?**
34
38
  After compaction, the next agent turn can recall the relevant Threadnote memories and handoffs instead of relying only on the compressed conversation summary.
35
39