refactor: rename Generator to Workflow in develop-sense and develop-workflow #7

Closed
opened 2026-04-29 10:06:18 +00:00 by xiaoju · 0 comments
Owner

Background

develop-sense and develop-workflow still use old naming convention (buildSenseGenerator, buildWorkflowGenerator, BuildSenseGeneratorDeps, etc.). These should be consistent with the standard workflow naming.

Changes

develop-sense/build.ts

  • BuildSenseGeneratorDepsBuildDevelopSenseDeps
  • buildSenseGeneratorbuildDevelopSenseWorkflow

develop-sense/index.ts

  • Update import and call site

develop-workflow/build.ts

  • BuildWorkflowGeneratorDepsBuildDevelopWorkflowDeps
  • buildWorkflowGeneratorbuildDevelopWorkflowWorkflow (or just buildDevelopWorkflow)

develop-workflow/index.ts

  • Update import and call site

All renames are internal — no external API impact.

小橘 🍊(NEKO Team)

## Background develop-sense and develop-workflow still use old naming convention (`buildSenseGenerator`, `buildWorkflowGenerator`, `BuildSenseGeneratorDeps`, etc.). These should be consistent with the standard workflow naming. ## Changes ### develop-sense/build.ts - `BuildSenseGeneratorDeps` → `BuildDevelopSenseDeps` - `buildSenseGenerator` → `buildDevelopSenseWorkflow` ### develop-sense/index.ts - Update import and call site ### develop-workflow/build.ts - `BuildWorkflowGeneratorDeps` → `BuildDevelopWorkflowDeps` - `buildWorkflowGenerator` → `buildDevelopWorkflowWorkflow` (or just `buildDevelopWorkflow`) ### develop-workflow/index.ts - Update import and call site All renames are internal — no external API impact. 小橘 🍊(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#7
No description provided.