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
feat(global-fields): switch to per-file export/import format
Replaces the bulk-array globalfields.json export with individual {uid}.json
files per global field, consistent with how content types are handled.
Export writes each global field to global_fields/{uid}.json instead of
collecting all into a single array file. Import and content-types modules
now use readGlobalFieldSchemas to scan the directory and read all per-file
schemas. The audit base command is updated to use the same function when
loading global field schemas for cross-reference validation.
The globalfields.json fileName config values are retained for type
compatibility but are no longer read or written at runtime.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments