Under the hood
Useful2 Signal0
Your saved workflows can be listed and stored through a storage backend rather than plain files.
What's wrong with this entry?
Anonymous. No account, no email.
What
User workflows can be enumerated and saved via storage keys instead of directory scans and file writes.
Details
- discovery pages through
listEntries, counting near-miss extensions, oversize files and unreadable files - saving uses
mode: 384and adds anifAbsentprecondition when not overwriting; anAlreadyExistsresult raises the existing name-collision error - cache invalidation and
tengu_workflow_savedtelemetry after a save were factored into a shared helper used by both the file and backend paths
Evidence
could not be read through the storage backend
Strings lifted out of the shipped bundle, so the claim above can be checked against them.