v3.3.0
Highlights
@byline/core,@byline/db-postgres,@byline/admin,@byline/host-tanstack-start— decoupled the document-grain system fields (pathand the editorialavailableLocalesset) from the version workflow. Editing them in the admin path / available-locales widgets now writes through a dedicated, non-versioned path that applies the change immediately — it no longer mints a new document version or resets workflow status, matching the document-grain, sticky-across-versions nature of these fields. New surface: theupdateDocumentPath/setDocumentAvailableLocalesstorage commands, theupdateDocumentSystemFieldslifecycle service, and theupdateCollectionDocumentSystemFieldshost server fn. The admin form keeps a single Save button but partitions its dirty state (none/content/direct-write/both) and confirms immediate writes with a modal that reassures editors their content edits still follow the normal revision/publish workflow. Seedocs/I18N.mdanddocs/DOCUMENT-PATHS.md.
All other @byline/* packages bumped to 3.3.0 in lockstep.