refactor: extract @uncaged/workflow-util-agent + smart prompt

- New package: spawn-cli + build-agent-prompt shared utils
- Smart prompt: start + meta summaries for middle steps + last step full
- Cursor/Hermes adapters now import from util-agent (no duplicate code)
- 109 tests pass, biome clean

Closes #14
小橘 <xiaoju@shazhou.work>
This commit is contained in:
2026-05-06 07:17:59 +00:00
parent db5cbd49e2
commit 2a71454c10
24 changed files with 254 additions and 169 deletions
+2 -1
View File
@@ -9,6 +9,7 @@
"test": "bun test"
},
"dependencies": {
"@uncaged/workflow": "workspace:*"
"@uncaged/workflow": "workspace:*",
"@uncaged/workflow-util-agent": "workspace:*"
}
}