refactor(cli)!: complete app-owned profile startup

This commit is contained in:
Turtle
2026-08-09 18:23:25 +08:00
parent 7e3a82eacc
commit d4ccfbd80f
97 changed files with 260 additions and 224 deletions

View File

@@ -25,7 +25,7 @@ export const name = 'headless-runner'
/** Core services required before the one-shot turn can start. */
export const inject = ['agentDefaultModel', 'agents', 'sessions']
/** Plugin config: the task, patched in by the launcher. */
/** Plugin config: the task resolved from this app's injected startup service. */
export interface Config {
/** The prompt text for the single run. */
task: string

View File

@@ -33,10 +33,7 @@
"path": "../../support/invariants"
},
{
"path": "../../ui/cmdline"
},
{
"path": "../web-app"
"path": "../../boot/cmdline"
}
]
}