fix(runtime): remove stale attribution env signatures#156
Closed
chubes4 wants to merge 1 commit into
Closed
Conversation
Member
Author
|
Superseded by integration PR #162, which combines the Kimaki 0.13 cleanup work and resolves the overlapping bridge/test conflicts. |
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\n- remove unsupported Kimaki session/thread runtime-signature registration and unregister stale Kimaki blocks during install/upgrade\n- narrow OpenCode runtime signature registration to the observed
OPENCODE_RUN_IDenv var\n- update runtime-signature docs/tests to reject staleKIMAKI_*andOPENCODE_SESSION_IDcontracts\n- make the mu-plugin rewrite tests portable on macOS by avoiding multi-line awk -v values and Linux-only stat/md5 helpers\n\nCloses https://github.com/Extra-Chill/wp-coding-agents/issues/149\n\nUpstream Kimaki support request: https://github.com/remorses/kimaki/issues/137\n\n## Verification\n- inspected Kimaki 0.13.0 source: OpenCode server env includes Kimaki process/config plumbing but notKIMAKI_SESSION_ID,KIMAKI_THREAD_ID, orKIMAKI_THREAD_URL\n- inspected live OpenCode tool env: per-run attribution env present asOPENCODE_RUN_ID; no Kimaki session/thread vars orOPENCODE_SESSION_IDobserved\n-bash tests/runtime-signature.sh\n-bash tests/opencode-wrapper-removal.sh\n-bash tests/bridge-render.sh\n-bash tests/post-upgrade-restore.sh\n-bash tests/cli-channel-perms.sh\n-bash tests/datamachine-kimaki-adapter.sh\n-for test in tests/*.sh; do echo "==> "; bash ""; done\n-node tests/dm-agent-sync.mjs\n-git diff --check\n\n## AI assistance\n- AI assistance: Yes\n- Tool(s): OpenCode (GPT-5.5)\n- Used for: Inspected the issue and Kimaki/OpenCode env contracts, drafted the code/docs/tests changes, ran verification, and prepared this PR for Chris to review.