feat: switch aoe to git.naps.pt/yolo fork
CI / lint (push) Successful in 33s
CI / eval (push) Successful in 2m8s

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:
Miguel Palhas
2026-08-21 19:55:22 +01:00
parent 1b52576097
commit 42fa03ec0e
4 changed files with 23 additions and 13 deletions
+1 -1
View File
@@ -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
+12 -1
View File
@@ -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
}