fix(kugetsu): init creates base session in ~/.kugetsu-worktrees and adds context to forked sessions #114
Reference in New Issue
Block a user
Delete Branch "fix/session-context-and-init-worktree"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes
Init worktree directory: During
kugetsu init, cd to~/.kugetsu-worktreesbefore creating base session. This keeps everything inside a predictable directory structure.Fork context: Add
kugetsu_get_fork_context()that provides:Fork message: Prepend context to user message when forking session
Why
78ed3bde7fto8c639e2928lgtm