mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
feat(adapter): agent instructions file support and docs:dev script
Add instructionsFilePath config to Claude and Codex adapters, allowing agents to load external instruction files appended to the system prompt. Claude uses --append-system-prompt-file; Codex prepends file contents to the prompt. Add docs:dev script for local Mintlify preview. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
02dc46e782
commit
a63e1fd2db
3 changed files with 35 additions and 2 deletions
|
|
@ -15,7 +15,8 @@
|
|||
"db:migrate": "pnpm --filter @paperclip/db migrate",
|
||||
"secrets:migrate-inline-env": "tsx scripts/migrate-inline-env-secrets.ts",
|
||||
"db:backup": "./scripts/backup-db.sh",
|
||||
"paperclip": "node cli/node_modules/tsx/dist/cli.mjs cli/src/index.ts"
|
||||
"paperclip": "node cli/node_modules/tsx/dist/cli.mjs cli/src/index.ts",
|
||||
"docs:dev": "cd docs && npx mintlify dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.7.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue