Carry argv-native WordPress transport through Kimaki memory sync - #491
Closed
chubes4 wants to merge 1 commit into
Closed
Carry argv-native WordPress transport through Kimaki memory sync#491chubes4 wants to merge 1 commit into
chubes4 wants to merge 1 commit into
Conversation
Render DATAMACHINE_WP_TRANSPORT_JSON from the canonical argv into Kimaki systemd and launchd environments, parse that JSON array once in dm-agent-sync, and spawn the executable directly with argv plus Data Machine arguments. Keep DATAMACHINE_WP_CMD only as an isolated shipped-install fallback.
Member
Author
|
Superseded by #492. This candidate was published after its Homeboy Cook had already been recorded as terminally cancelled with zero attempted tasks, executions, artifacts, or candidate evidence. The lifecycle/fencing defect is tracked in Extra-Chill/homeboy#13777. #492 was completed in an isolated worktree and preserves systemd JSON quoting for both compact and whitespace-bearing argv. AI assistance: OpenAI GPT-5.6 Sol via OpenCode compared both candidates, traced the post-cancellation publication, and selected the replacement under Chris’s direction. |
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
DATAMACHINE_WP_TRANSPORT_JSONfrom the canonical WordPress CLI argv into Kimaki systemd and launchd environmentsdm-agent-syncinput boundarysh -cWordPress pathDATAMACHINE_WP_CMDonly as an isolated shipped-install fallback and replace it on unit upgradeCloses #490.
Verification
bash -n bridges/kimaki.sh tests/bridge-render.sh tests/kimaki-no-default-channel.shgit diff --checkbash tests/bridge-render.shbun tests/dm-agent-sync.mjsbash tests/kimaki-no-default-channel.shAI assistance