implement durable options tape history

This commit is contained in:
dirtydishes 2026-05-16 17:44:51 -04:00
parent bd60d0d5d5
commit 2abdd24e2c
2 changed files with 389 additions and 0 deletions

26
.codex/hooks.json Normal file
View file

@ -0,0 +1,26 @@
{
"hooks": {
"PreCompact": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "bd prime"
}
]
}
],
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "bd prime"
}
]
}
]
}
}