小橘 f651389ad8 chore(workflows): deduplicate workspace committer role
Extract shared buildWorkspaceCommitterRole into workflows/_shared/workspace-committer.ts
with parameterized conventionalCommitScopeHint and branchCheckoutExample.

Both develop-sense and develop-workflow committer/index.ts now re-export from the
shared module. Duplicate prompt.ts files removed.

Fixes #10
2026-04-29 11:11:51 +00:00

7 lines
171 B
TypeScript

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