feat(wake): W2 — three-cursor durable store + RECEIVED/CONSUMED ack-wrapper + watch-list schema (#903)
Co-authored-by: jason.woltje <jason@diversecanvas.com> Co-committed-by: jason.woltje <jason@diversecanvas.com>
This commit was merged in pull request #903.
This commit is contained in:
29
packages/mosaic/framework/tools/wake/manifest.txt
Normal file
29
packages/mosaic/framework/tools/wake/manifest.txt
Normal file
@@ -0,0 +1,29 @@
|
||||
# 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).
|
||||
Reference in New Issue
Block a user