Skip to content

Remove build:prompts step from CI pipelines #804

@scriptease

Description

@scriptease

After #798 is merged, the build:prompts step (npm run build:prompts) is a no-op — prompts are now loaded from disk at runtime instead of being compiled into src/generated/prompts.ts at build time.

A no-op shim was added to package.json (7189b06c) so existing CI pipelines don't break, but the step should be removed from CI configs entirely since it does nothing.

Relates to #197.

What to do

  1. Search CI workflow files (GitHub Actions, etc.) for references to build:prompts or generate-prompts
  2. Remove those steps
  3. Remove the no-op "build:prompts" script from package.json

Context

  • scripts/generate-prompts.mjs was deleted
  • src/generated/prompts.ts no longer exists
  • src/generated/ was removed from .gitignore
  • The build, dev:main, dev:main:prod-data, and validate:push scripts already had their build:prompts references removed in Core prompts #798
  • The no-op shim only exists for external/cached CI pipelines that haven't been updated yet

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions