Uh oh!
There was an error while loading. Please reload this page.
storage: migrate artifact metadata to SQLite - #1694
Merged
likun666661 merged 1 commit intoJul 31, 2026
Merged
Conversation
likun666661force-pushed
the
agent/artifact-metadata-sqlite
branch
from
July 31, 2026 12:37
39177e9 to
2d4ce8bComparelikun666661
marked this pull request as ready for review
July 31, 2026 12:37
Uh oh!
There was an error while loading. Please reload this page.
14 tasks
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 freeto 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
runtime.sqliteoperational authorityartifacts/metadata.jsonlonce under the artifact writer lock, with fingerprinted journal validation and fail-closed old-writer detectionartifact_recordsfromruntime.sqlite, with legacy JSONL fallbackCrash and migration guarantees
metadata.jsonlVerification
npm --workspace @maka/storage test— 849 passed, 1 skippednpm --workspace @maka/runtime-host test— 414 passedpy_compileThe full local Harbor adapter file also encountered two unrelated environment-sensitive Python 3.9 failures in the Kimi/Codex adapter tests; the modified trajectory path was validated separately.
Part of #1649. The selected-session bundle / backup relational-closure work remains the next planned PR (Stage 5).