fix: issue #7 #8

Closed
xiaoju wants to merge 0 commits from fix/issue-7-rename-generator-to-workflow into master
Owner

What

Rename legacy Generator symbols to Workflow-consistent naming in develop-sense and develop-workflow workflows.

Why

These two workflows still used old naming conventions (buildSenseGenerator, BuildSenseGeneratorDeps, etc.) that were inconsistent with the rest of the codebase. Pure mechanical rename, no behavior change.

Changes

  • workflows/develop-sense/build.ts: BuildSenseGeneratorDepsBuildDevelopSenseDeps, buildSenseGeneratorbuildDevelopSenseWorkflow
  • workflows/develop-sense/index.ts: updated import and call site
  • workflows/develop-workflow/build.ts: BuildWorkflowGeneratorDepsBuildDevelopWorkflowDeps, buildWorkflowGeneratorbuildDevelopWorkflow
  • workflows/develop-workflow/index.ts: updated import and call site

Ref

Fixes #7

## What Rename legacy `Generator` symbols to `Workflow`-consistent naming in `develop-sense` and `develop-workflow` workflows. ## Why These two workflows still used old naming conventions (`buildSenseGenerator`, `BuildSenseGeneratorDeps`, etc.) that were inconsistent with the rest of the codebase. Pure mechanical rename, no behavior change. ## Changes - `workflows/develop-sense/build.ts`: `BuildSenseGeneratorDeps` → `BuildDevelopSenseDeps`, `buildSenseGenerator` → `buildDevelopSenseWorkflow` - `workflows/develop-sense/index.ts`: updated import and call site - `workflows/develop-workflow/build.ts`: `BuildWorkflowGeneratorDeps` → `BuildDevelopWorkflowDeps`, `buildWorkflowGenerator` → `buildDevelopWorkflow` - `workflows/develop-workflow/index.ts`: updated import and call site ## Ref Fixes https://git.shazhou.work/xiaoju/nerve-workspace/issues/7
xiaoju closed this pull request 2026-04-29 11:02:34 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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