Files
dotfiles/pi/.pi/agent/prompts/test/package.json
T
2026-07-27 08:46:32 +02:00

11 lines
356 B
JSON

{
"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"
}
}