pi: add agent config, themes, subagents, and extensions

This commit is contained in:
Rasyidan Akbar F. 2026-03-11 20:54:51 +07:00
commit b10d457e5f
16 changed files with 5832 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"name": "pi-plan-mode",
"private": true,
"version": "0.1.0",
"type": "module",
"pi": {
"extensions": [
"./index.ts"
]
}
}