Use kit runtime store writability check - #280
Merged
Merged
Conversation
Daemon auto-start currently carries a Kata-local write probe even though kit owns the runtime-store path and permission rules. Delegate the preflight to RuntimeStore.CheckWritable so symlink, ownership, and private-directory validation cannot drift while Kata retains its operator-facing guidance. Pin the merged kit change by pseudo-version because no semantic release containing the new API exists yet. Generated with Codex Co-authored-by: Codex <codex@openai.com>
roborev: Combined Review (
|
Replace the temporary pseudo-version with the published tag containing RuntimeStore.CheckWritable. Generated with Codex Co-authored-by: Codex <codex@openai.com>
roborev: Combined Review (
|
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.
Kata currently carries its own runtime-directory write probe for daemon auto-start. This delegates that preflight to
daemon.RuntimeStore.CheckWritable, added by kenn-io/kit#72, so Kata follows kit's symlink, ownership, and private-directory validation while keeping its existing operator-facing errors.This updates kit to the tagged
v0.21.3release containing the new API.