Add pi.dev configuration

Requires `DEEPSEEK_API_TOKEN` env variable
This commit is contained in:
Claudio Ortolina
2026-04-28 15:25:34 +01:00
parent 597cc89821
commit 870b35787f
3 changed files with 11 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
*
!.gitignore
+8
View File
@@ -0,0 +1,8 @@
{
"skills": [
"../.claude/skills"
],
"packages": [
"npm:pi-mcp-adapter"
]
}
+1
View File
@@ -28,6 +28,7 @@ shellcheck = 'latest'
fd = 'latest'
litestream = 'latest'
"npm:backlog.md" = 'latest'
"npm:@mariozechner/pi-coding-agent" = 'latest'
[task_config]
includes = ["scripts"]