Remove nerveRoot, workflowName, conventionalCommitScopeHint, branchCheckoutExample params. Signature: createWorkspaceCommitterRole(adapter, extract) Agent reads thread history to decide branch name, scope, and commit message. Closes #17
6 lines
133 B
TypeScript
6 lines
133 B
TypeScript
export {
|
|
createWorkspaceCommitterRole,
|
|
committerMetaSchema,
|
|
type CommitterMeta,
|
|
} from "../../_shared/workspace-committer.js";
|