mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-17 02:04:09 +00:00
grind mode baby
This commit is contained in:
parent
aa70afbd7e
commit
ff6e39dd10
17 changed files with 1232 additions and 8 deletions
35
packages/pi-grind/package.json
Normal file
35
packages/pi-grind/package.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"name": "pi-grind",
|
||||
"version": "0.1.0",
|
||||
"description": "Explicit grind mode for pi with durable follow-up continuation in daemon mode",
|
||||
"type": "module",
|
||||
"keywords": [
|
||||
"pi-package"
|
||||
],
|
||||
"license": "MIT",
|
||||
"author": "OpenAI",
|
||||
"main": "./src/index.ts",
|
||||
"files": [
|
||||
"src",
|
||||
"test",
|
||||
"package.json",
|
||||
"README.md"
|
||||
],
|
||||
"pi": {
|
||||
"extensions": [
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mariozechner/pi-agent-core": "*",
|
||||
"@mariozechner/pi-coding-agent": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.3.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^3.2.4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vitest --run"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue