Skip to content

Commit de28173

Browse files
committed
Create package.json
1 parent 2e0e3c1 commit de28173

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "pi-agenticoding",
3+
"version": "0.1.0",
4+
"description": "Context management primitives for the pi coding agent — spawn, ledger, handoff",
5+
"license": "MIT",
6+
"keywords": ["pi-package"],
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/earendil-works/pi-agenticoding.git"
10+
},
11+
"peerDependencies": {
12+
"@earendil-works/pi-ai": "*",
13+
"@earendil-works/pi-agent-core": "*",
14+
"@earendil-works/pi-coding-agent": "*",
15+
"@earendil-works/pi-tui": "*",
16+
"typebox": "*"
17+
},
18+
"pi": {
19+
"extensions": ["./index.ts"]
20+
}
21+
}

0 commit comments

Comments
 (0)