# Mosaic wake component — VERSION metadata manifest (Gate B).
#
# EPIC #892, W2 of the wake/heartbeat canon.
#
# SCOPE — THIS FILE IS VERSION METADATA ONLY. It declares the wake component's
# semantic version and the RANGE of watch-list schema versions it supports. It
# does NOT authorize file/path ownership: path-ownership remains the sole domain
# of packages/mosaic/framework/framework-manifest.txt (Gate A). Do not read any
# ownership meaning into this file.
#
# Format: KEY=VALUE, one per line. '#' and blank lines ignored.

# Component identity + semantic version (the store+drain lib + ack-wrapper).
component=wake
version=0.1.0

# Watch-list schema this component consumes, and the INCLUSIVE range of
# schema_version values it supports. A wake-watch-list.json whose schema_version
# falls outside [schema_min, schema_max] is rejected by the component (fail-loud),
# never silently coerced.
schema=wake-watch-list
schema_min=1
schema_max=1

# W2 pieces shipped by this component version (informational):
#   store.sh   A2 — three-cursor durable store + drain lib.
#   ack.sh     A4 — RECEIVED/CONSUMED ack-wrapper (local-write + async ship).
# Out of W2 scope (later waves): detector (W4), digest renderer/HMAC (W3),
# FN-oracle/reconciler (W5), beacon (W6), installer (W7).
