chore: tidy package manifest and docs (drop .pi artifact in history)

This commit is contained in:
pi
2026-04-11 02:33:10 +01:00
parent 0077379f3d
commit 746b4be4fb
5 changed files with 44 additions and 2 deletions

View File

@@ -1,8 +1,13 @@
{
"name": "pi-subagents",
"version": "0.1.0",
"description": "Pi extension package that runs subagent tasks in separate child sessions and ships the prompts and wrapper code needed to execute those runs.",
"type": "module",
"keywords": ["pi-package"],
"repository": {
"type": "git",
"url": "https://gitea.rwiesner.com/pi/pi-subagents"
},
"scripts": {
"test": "tsx --test src/*.test.ts src/**/*.test.ts"
},