RFC: lifecycle, kernel management, system, and hook bridge event contracts - #15
Closed
joshuajbouw wants to merge 1 commit into
Closed
joshuajbouw wants to merge 1 commit into
joshuajbouw wants to merge 1 commit into
Conversation
joshuajbouw
force-pushed
the
rfc/hook-lifecycle-protocol
branch
2 times, most recently
from
March 16, 2026 14:36
670cd71 to
3133aa1
Compare
…tract RFCs Replaces the capsule-centric hook lifecycle RFC with four granular event contract specifications: - lifecycle.v1 events: all 42+ lifecycle event types with metadata schema - kernel management events: astrid.v1.request/response management API - system events: capsules_loaded, watchdog, health, bus lag, client connect - hook bridge events: lifecycle-to-hook translation and result publishing Each RFC specifies topic patterns, message schemas, behavioral requirements, and error handling for its namespace.
joshuajbouw
force-pushed
the
rfc/hook-lifecycle-protocol
branch
from
March 16, 2026 16:36
3133aa1 to
372531e
Compare
Member
Author
|
Closing — the design evolved significantly during v0.5.0 implementation. The provides/requires model was replaced by |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Event contract RFCs for kernel infrastructure and observability:
0000-lifecycle-v1-events.md- all 42+ lifecycle event types with metadata schema (astrid.v1.lifecycle.*)0000-kernel-management-v1-events.md- management API request/response (astrid.v1.request.*,astrid.v1.response.*)0000-system-v1-events.md- capsules_loaded, watchdog, health, bus lag, client connect (system.v1.*,client.v1.*)0000-hook-bridge-v1-events.md- lifecycle-to-hook translation (hook.v1.*)Each RFC specifies topic patterns, message schemas, behavioral requirements, and error handling.