You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
After #798 is merged, the
build:promptsstep (npm run build:prompts) is a no-op — prompts are now loaded from disk at runtime instead of being compiled intosrc/generated/prompts.tsat 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
build:promptsorgenerate-prompts"build:prompts"script frompackage.jsonContext
scripts/generate-prompts.mjswas deletedsrc/generated/prompts.tsno longer existssrc/generated/was removed from.gitignorebuild,dev:main,dev:main:prod-data, andvalidate:pushscripts already had theirbuild:promptsreferences removed in Core prompts #798