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

12
.pi/settings.json Normal file
View File

@@ -0,0 +1,12 @@
{
"enableSkillCommands": true,
"extensions": [
"./extensions/trellis/index.ts"
],
"skills": [
"./skills"
],
"prompts": [
"./prompts"
]
}