@letta-ai/letta-code 0.21.11 → 0.21.12

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@letta-ai/letta-code",
3
- "version": "0.21.11",
3
+ "version": "0.21.12",
4
4
  "description": "Letta Code is a CLI tool for interacting with stateful Letta agents from the terminal.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -59,6 +59,10 @@ git worktree remove <path> # Remove worktree
59
59
  - Long-running task in one session, quick fix needed in another
60
60
  - User wants to continue development while an agent works on a separate feature
61
61
 
62
+ ## Pre-commit Hooks in Worktrees
63
+
64
+ Worktrees share `.git`, but pre-commit hooks may need initialization depending on project setup. After creating a worktree and installing dependencies, verify hooks are active before committing. Check project docs or run the project's hook setup command if needed.
65
+
62
66
  ## Tips
63
67
 
64
68
  - **Check project setup docs before installing** - README, claude.md, project memory block