docs(backlog): B5 — event-sourced ledger RFC (tracks #97)#98
Merged
Knapp-Kevin merged 1 commit intoApr 29, 2026
Merged
Conversation
Logs the architectural suggestion received during PR BicameralAI#93 review as a v1.0.0-candidate RFC. The decision is blocked on whether multi-machine / team sync enters the roadmap; if yes, the RFC is on the critical path, otherwise META_LEDGER + the existing CHANGEFEED on compliance_check already provide ~80% of the cited benefits. Issue BicameralAI#97 carries the full analysis, the proposed v0.14.0 wedge (extend CHANGEFEED to all mutation-bearing tables), and the open questions for the maintainer. This BACKLOG entry is the single-line index reference. Refs BicameralAI#97
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
4 tasks
5 tasks
Merged
5 tasks
jinhongkuan
pushed a commit
that referenced
this pull request
Apr 30, 2026
Logs the architectural suggestion received during PR #93 review as a v1.0.0-candidate RFC. Decision blocked on multi-machine/team-sync roadmap call; if not on the roadmap, META_LEDGER + the existing CHANGEFEED on compliance_check already provide ~80% of the cited benefits. Issue #97 carries the full analysis, the proposed v0.14.0 wedge (extend CHANGEFEED to all mutation-bearing tables), and the open questions for the maintainer. This entry is the single-line BACKLOG index reference. Refs #97
jinhongkuan
pushed a commit
that referenced
this pull request
Apr 30, 2026
Triage release per DEV_CYCLE §10.5. Restores Guided-mode post-commit hook behavior (#124) and ships event vocabulary extension for cross-author replay (#97), alongside earlier carry-forward fixes (#74 Windows ingest, #95 telemetry counters + first-boot consent, #98 RFC docs). Full triage provenance and §10.5.3 adaptation notes in PR #128. CHANGELOG headline reworked: replaces the cherry-picked v0.14.0 dev-side heading with a v0.13.5 triage heading covering all 5 commits. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
[B5]todocs/BACKLOG.md— single-line index entry for the event-sourced-ledger RFC opened as RFC: append-only event-sourced ledger with rebuildable projection #97.Why
A contributor suggestion arrived during PR #93 review (out of scope for that PR): make the runtime ledger append-only event-sourced with SurrealDB/SQLite as a rebuildable projection. After analysis the conclusion was "v1.0.0 territory, blocked on team-sync roadmap call" — not actionable now, but worth tracking.
Issue #97 carries the full analysis, costs/benefits, the proposed v0.14.0 wedge (extend CHANGEFEED to all mutation-bearing tables), and the open questions for Jin. This PR just logs it in BACKLOG so it doesn't get lost.
Linked
Refs #97
Test plan
Plan / Audit / Seal
Plan: trivial; risk:L1 (single-file docs change, single BACKLOG entry).