feat: switch aoe to git.naps.pt/yolo fork
Fork carries two patches on v1.14.1+: worktree_info on plain add (grouping) and reaping agent processes that survive tmux teardown. Also brings upstream the settings drift the mutable-file guard caught: fable model, secret-guard hook chain, verbose, confirm_delete. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -62,7 +62,7 @@ auto_resume_on_restart = true
|
||||
auto_stop_idle_secs = 0
|
||||
click_action = "live_send"
|
||||
confirm_before_quit = false
|
||||
confirm_delete = false
|
||||
confirm_delete = true
|
||||
conversation_summary = false
|
||||
default_attach_mode = "tmux"
|
||||
delete_to_trash = false
|
||||
|
||||
@@ -99,6 +99,15 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": "Bash|Write|Edit|MultiEdit|NotebookEdit",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "sh -c 'for H in ~/.claude/hooks/secret-guard.py /home/naps62/tea/agent-skills/hooks/secret-guard.py /home/naps62/tea/agent-skills/worktrees/week-review-2026-w34/hooks/secret-guard.py; do [ -e \"$H\" ] && exec \"$H\"; done; exit 0'"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"hooks": [
|
||||
{
|
||||
@@ -243,5 +252,7 @@
|
||||
},
|
||||
"sandbox": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"model": "claude-fable-5[1m]",
|
||||
"verbose": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user