docs: add Trellis planning and project specs

This commit is contained in:
2026-07-01 06:27:55 -07:00
parent 7f227c5f2a
commit aafd9caaac
349 changed files with 55801 additions and 0 deletions

24
.cursor/hooks.json Normal file
View File

@@ -0,0 +1,24 @@
{
"version": 1,
"hooks": {
"preToolUse": [
{
"command": "python3 .cursor/hooks/inject-subagent-context.py",
"matcher": "Task|Subagent",
"timeout": 30
}
],
"sessionStart": [
{
"command": "python3 .cursor/hooks/session-start.py",
"timeout": 30
}
],
"beforeShellExecution": [
{
"command": "python3 .cursor/hooks/inject-shell-session-context.py",
"timeout": 5
}
]
}
}