892ccab8d5
Port RFC #351 frontmatter markdown to uwf-* path: - tryFrontmatterFastPath(): parse → validate → JSON Schema check via json-cas - Happy path skips LLM extract, fallback to existing extract() - buildOutputFormatInstruction(): generates deliverable format from JSON Schema - Injected into agent context before execution - Scope reminder: 'Focus exclusively on YOUR role's deliverable' - 14 new tests (vitest) Closes #355
35 lines
659 B
JSON
35 lines
659 B
JSON
{
|
|
"name": "@uncaged/uwf-agent-kit",
|
|
"version": "0.1.0",
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"bun": "./src/index.ts",
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/json-cas": "^0.3.0",
|
|
"@uncaged/json-cas-fs": "^0.3.0",
|
|
"@uncaged/uwf-protocol": "workspace:^",
|
|
"@uncaged/workflow-util": "workspace:^",
|
|
"dotenv": "^16.6.1",
|
|
"yaml": "^2.8.4"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|