feat(cli): add client commands and home-based local runtime defaults

This commit is contained in:
Forgotten
2026-02-20 07:10:58 -06:00
parent 8e3c2fae35
commit 8f3fc077fa
40 changed files with 2284 additions and 138 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"bin": {
"paperclip": "./src/index.ts"
"paperclip": "./dist/index.js"
},
"scripts": {
"dev": "tsx src/index.ts",
@@ -17,6 +17,7 @@
"@paperclip/adapter-codex-local": "workspace:*",
"@paperclip/adapter-utils": "workspace:*",
"@paperclip/db": "workspace:*",
"@paperclip/server": "workspace:*",
"@paperclip/shared": "workspace:*",
"dotenv": "^17.0.1",
"commander": "^13.1.0",