threadnote 1.1.6 → 1.3.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/.threadnoteignore CHANGED
@@ -1,5 +1,7 @@
1
1
  .git/
2
2
  node_modules/
3
+ .claude/worktrees/
4
+ .worktrees/
3
5
  bazel-*/
4
6
  dist/
5
7
  build/
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