docs(adr): ADR-0076 rev.5 — kernel review + ObjectStackProtocol segmentation (D8/D9)#2423
Merged
Merged
Conversation
…ol segmentation (D8/D9) Per maintainer preference (fewer ADRs), the deep kernel-architecture review is folded into ADR-0076 rather than a separate ADR: - D8 (ratify): the engine is a clean, governance-free primitive — protect it; no protocol/metadata/governance logic may enter it. - D9 (new): the central wire contract `ObjectStackProtocol` is a 70-method, 11-domain god-interface (60/70 optional; no consumer uses >11%). Segment it per ISP into DataProtocol + MetadataProtocol + optional capability protocols, keeping a composed alias for back-compat. Spec/type-level + incremental; the impl restructure + rename ride the cross-repo window with D7/Step 2. Adds a TL;DR point and three open questions. Docs only; empty changeset. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Jul 13, 2026
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.
What
Folds the deep kernel-architecture review into ADR-0076 (rev.5) — per maintainer preference for fewer ADRs — instead of a separate ADR.
Added
objectql) is a clean, governance-free primitive (verified: zero RLS/RBAC/owner/tenant inengine.ts; all pluggable via middleware/hooks). Protect it; no protocol/metadata/governance logic may enter it.ObjectStackProtocolis a 70-method, 11-domain god-interface (60/70 optional; no consumer uses >11%). Decision: segment per ISP intoDataProtocol+MetadataProtocol+ optional capability protocols (Analytics/Feed/Realtime/Notification/View/…), keepingObjectStackProtocol = DataProtocol & MetadataProtocol & Partial<…>as a back-compat alias. Spec/type-level + incremental; impl restructure +metadata-protocolrename ride the cross-repo window with D7/Step 2.Scope
Docs only — edits
docs/adr/0076-objectql-core-tiering.md(Status → rev.5). No code. Empty changeset.🤖 Generated with Claude Code