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

27
.trae/hooks.json Normal file
View File

@@ -0,0 +1,27 @@
{
"version": 1,
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "python3 .trae/hooks/session-start.py",
"timeout": 30
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "python3 .trae/hooks/inject-workflow-state.py",
"timeout": 15
}
]
}
]
}
}