Orginize
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Unified version for booter NDJSON telemetry, boot phase events, and var-log mirrors.
|
||||
* Bump when adding required fields or changing semantics (see docs/reference/kernel-extensions.md).
|
||||
*/
|
||||
export const BARE_OS_LIFECYCLE_SCHEMA_VERSION = 10
|
||||
|
||||
/** Legacy field still emitted for older parsers; prefer {@link BARE_OS_LIFECYCLE_SCHEMA_VERSION}. */
|
||||
export const BARE_OS_TELEMETRY_SCHEMA_VERSION = 10
|
||||
Reference in New Issue
Block a user