Under the hood
Useful1 Signal0
Skill listing and job tracking now go through the storage layer instead of touching files directly.
What's wrong with this entry?
Anonymous. No account, no email.
What
User skill enumeration and job bookkeeping now go through the storage layer instead of reading and writing files directly.
Details
- Skill directory enumeration uses the scoped
listEntries/readAPI, with cursors, an 8-bit size cap check, and plugin-disabled filtering by theplugin.jsonname. - Job order, state and group writes go through sidecar keys.
- The sidecar path is used when a sidecar handle is present; otherwise the old file writes are used.
Evidence
[jobs] v5 sidecar write failed:
Strings lifted out of the shipped bundle, so the claim above can be checked against them.