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
chore(folders): drop the dead workflow-folder write helpers
createFolderRecord, updateFolderRecord and deleteFolderRecord in
lib/workflows/utils.ts had no production callers — the only references
were mock entries in @sim/testing that no test consumed. They were a
second, less safe implementation of folder writes (no lock check, no
audit) shadowing the real one in orchestration/folder-lifecycle.ts.
Removing them leaves folder-lifecycle.ts as the single orchestration
chokepoint and cuts the live workflow_folder write sites from 15 to 11.
0 commit comments