threadnote 1.2.0 → 1.3.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 +8 -0
- package/dist/mcp_server.cjs +2175 -1022
- package/dist/threadnote.cjs +1076 -18
- package/docs/agent-instructions.md +6 -0
- package/docs/index.html +11 -0
- package/docs/share.md +102 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,8 +20,16 @@ threadnote mcp-install claude --apply # or codex / cursor / copilot
|
|
|
20
20
|
threadnote doctor --dry-run
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
+
New to Threadnote? Ask your agent **"what can I do with Threadnote?"** — it calls the
|
|
24
|
+
`threadnote_guide` MCP tool, which returns a short walkthrough tailored to your setup
|
|
25
|
+
(server health, configured share teams, seeded projects) and offers to run each step
|
|
26
|
+
with you. The walkthrough only loads when you ask, so it never sits in context otherwise.
|
|
27
|
+
|
|
23
28
|
## Real-World Uses
|
|
24
29
|
|
|
30
|
+
**Not sure what Threadnote can do?**
|
|
31
|
+
Ask your agent _"what can I do with Threadnote?"_ — it calls `threadnote_guide`, which returns a tour tailored to your setup and offers to run each step (recall a handoff, save a durable note, set up team sharing). The walkthrough loads only when you ask.
|
|
32
|
+
|
|
25
33
|
**Want to continue work in a fresh agent session?**
|
|
26
34
|
`threadnote install` adds user-level Codex, Claude, Cursor, and Copilot instructions so new agents automatically recall recent handoffs and relevant memories before they start changing code.
|
|
27
35
|
|