docs(adr): supersede ADR-0011 with ADR-0012 — json-family implemented (V-L2-F3)#152
Merged
Merged
Conversation
… V-L2-F3) Reconcile the decision record with main. V-L2-F3 (#146, shipped in #148) deliberately reversed the V-L2-F2 json *drop* and implemented a JSON-family sidecar backend (plain / JSON-LD / NDJSON) with full SQLite-parity octad runtime and a real storage abstraction (sidecar::StorageKind + a format-independent SidecarData codec). That landed on main just before the V-L2-F2 wrap-up docs (#149), leaving ADR-0011, the CHANGELOG, and the README contradicting the code. - docs(adr): add ADR-0012 documenting the V-L2-F3 reversal + implementation; mark ADR-0011 "Superseded by ADR-0012" (retained as the historical record of the F2 decision, which did ship in #144). - docs(changelog): replace the intra-cycle "Removed: drop json" entry with an "Added: JSON-family sidecar backend" entry reflecting the net state. - docs(readme): the legacy [tier1.provenance] example now lists "sqlite | postgres | json". Docs only; no code change. fmt/clippy/test (142) green on main. https://claude.ai/code/session_01Ux144vBDdySvLUqUrCgkT4
🔍 Hypatia Security ScanFindings: 82 issues detected
View findings[
{
"reason": "Action perpolymath/standards/.github/workflows/governance-reusable.yml@main\n needs attention",
"type": "unpinned_action",
"file": "governance.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Action actions/checkout@v4 needs attention",
"type": "unpinned_action",
"file": "rust-ci.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Action dtolnay/rust-toolchain@stable needs attention",
"type": "unpinned_action",
"file": "rust-ci.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Action Swatinem/rust-cache@v2 needs attention",
"type": "unpinned_action",
"file": "rust-ci.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Action actions/checkout@v4 needs attention",
"type": "unpinned_action",
"file": "rust-ci.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Action dtolnay/rust-toolchain@master needs attention",
"type": "unpinned_action",
"file": "rust-ci.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "high"
},
{
"reason": "Action Swatinem/rust-cache@v2 needs attention",
"type": "unpinned_action",
"file": "rust-ci.yml",
"action": "pin_sha",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in boj-build.yml",
"type": "missing_timeout_minutes",
"file": "boj-build.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in casket-pages.yml",
"type": "missing_timeout_minutes",
"file": "casket-pages.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in casket-pages.yml",
"type": "missing_timeout_minutes",
"file": "casket-pages.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
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.
Docs-only reconciliation of a merge race. No code changes.
What happened
While the V-L2-F2 wrap-up (#149, ADR-0011 documenting the json drop) was in flight, the maintainer merged #148 for #146 (V-L2-F3), which deliberately reverses that drop and implements a JSON-family sidecar backend (plain / JSON-LD / NDJSON) with full SQLite-parity octad runtime and a real storage abstraction (
sidecar::StorageKind+ a format-independentSidecarDatacodec). #149 merged seconds later, so ADR-0011 / CHANGELOG / README landed onmaincontradicting the code that #148 had just added.This PR
Removed: drop jsonentry is replaced by anAdded: JSON-family sidecar backendentry (the net state for the release).sqlite | postgres | json.Validation
main(with feat(sidecar): JSON-family storage backend — plain / JSON-LD / NDJSON (V-L2-F3, #146) #148) + these docs:cargo fmt --check,cargo clippy --all-targets -- -D warnings,cargo test(142 pass) all green.Follows up #112 / #144 / #147 / #149 (V-L2-F2) and #146 / #148 (V-L2-F3).
Generated by Claude Code