chore: deduplicate develop-sense and develop-workflow committer #10

Closed
opened 2026-04-29 11:04:09 +00:00 by xiaoju · 0 comments
Owner

Problem

workflows/develop-sense/roles/committer/index.ts and workflows/develop-workflow/roles/committer/index.ts are nearly identical (both export buildWorkspaceCommitterRole). The prompt files are also very similar.

Tasks

  1. Move the shared buildWorkspaceCommitterRole to workflows/_shared/workspace-committer.ts (or similar)
  2. Both workflows import from the shared location
  3. If prompts differ only by workflow name, parameterize it
  4. Remove duplicate files
  5. pnpm build must pass

小橘 🍊(NEKO Team)

## Problem `workflows/develop-sense/roles/committer/index.ts` and `workflows/develop-workflow/roles/committer/index.ts` are nearly identical (both export `buildWorkspaceCommitterRole`). The prompt files are also very similar. ## Tasks 1. Move the shared `buildWorkspaceCommitterRole` to `workflows/_shared/workspace-committer.ts` (or similar) 2. Both workflows import from the shared location 3. If prompts differ only by workflow name, parameterize it 4. Remove duplicate files 5. `pnpm build` must pass 小橘 🍊(NEKO Team)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: xiaoju/nerve-workspace#10
No description provided.