@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/letta.js +903 -327
- package/package.json +1 -1
- package/skills/working-in-parallel/SKILL.md +4 -0
package/package.json
CHANGED
|
@@ -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
|