commit pi sessions

This commit is contained in:
liph
2026-07-27 08:46:32 +02:00
parent 37ea5bb522
commit 44d6863b59
435 changed files with 14054 additions and 125 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "pi-prompt-workflows-tests",
"private": true,
"type": "module",
"description": "Static tests for the .pi/agent/prompts c-* and p-* workflow chain.",
"scripts": {
"test": "node --test --experimental-strip-types test/chain-workflow.test.ts",
"test:file": "node --test --experimental-strip-types test/chain-workflow.test.ts"
}
}