threadnote 0.3.8 → 0.4.0
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 +4 -1
- package/dist/mcp_server.cjs +4082 -999
- package/dist/threadnote.cjs +856 -69
- package/docs/agent-instructions.md +34 -3
- package/docs/share.md +151 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Threadnote
|
|
2
2
|
|
|
3
|
-
`threadnote` is a safe local workflow for using OpenViking as shared, agent-neutral context for development work.
|
|
3
|
+
`threadnote` is a safe local workflow for using [OpenViking](https://openviking.ai/) as shared, agent-neutral context for development work.
|
|
4
4
|
It is intentionally scoped to curated docs, memories, skills, and handoffs. It is not a source-navigation replacement,
|
|
5
5
|
and it does not index whole repositories by default.
|
|
6
6
|
|
|
@@ -306,6 +306,9 @@ This is it! Start working with your agents as usual. The agent will automaticall
|
|
|
306
306
|
succeeds.
|
|
307
307
|
- `forget`: removes a `viking://` URI.
|
|
308
308
|
- `export-pack` / `import-pack`: moves local context through `.ovpack` files.
|
|
309
|
+
- `share init|status|sync|publish|unpublish|list|remove`: opts a curated subset of durable memories into a team git
|
|
310
|
+
repo so teammates can pull them. Personal handoffs and preferences stay local. See `docs/share.md` for the full
|
|
311
|
+
workflow and the publish-time scrubber rules.
|
|
309
312
|
|
|
310
313
|
## Source Checkout
|
|
311
314
|
|