小橘 0a9da468f7 refactor: simplify workspace committer — agent infers context from thread
Remove nerveRoot, workflowName, conventionalCommitScopeHint, branchCheckoutExample params.
Signature: createWorkspaceCommitterRole(adapter, extract)
Agent reads thread history to decide branch name, scope, and commit message.

Closes #17
2026-04-29 12:52:56 +00:00

6 lines
133 B
TypeScript

export {
createWorkspaceCommitterRole,
committerMetaSchema,
type CommitterMeta,
} from "../../_shared/workspace-committer.js";