rebase generation
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "toir-generation-context",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"generate:api-summary": "node tools/generate-api-summary.mjs",
|
||||
"generate:openapi": "node tools/api-summary-to-openapi.mjs --out openapi.json",
|
||||
@@ -8,6 +9,12 @@
|
||||
"validate:generation:runtime": "node tools/validate-generation.mjs --run-runtime",
|
||||
"validate:generation:artifacts": "node tools/validate-generation.mjs --artifacts-only",
|
||||
"eval:generation": "node tools/eval/run-evals.mjs",
|
||||
"install-hooks": "node tools/install-hooks.mjs"
|
||||
"install-hooks": "node tools/install-hooks.mjs",
|
||||
"orchestrate": "node --import tsx/esm tools/orchestrator.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@anthropic-ai/claude-agent-sdk": "^0.2.0",
|
||||
"tsx": "^4.19.3",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user