Skip to content

Fix runtime attribution env signatures#161

Closed
chubes4 wants to merge 1 commit into
mainfrom
fix/runtime-signature-env
Closed

Fix runtime attribution env signatures#161
chubes4 wants to merge 1 commit into
mainfrom
fix/runtime-signature-env

Conversation

@chubes4
Copy link
Copy Markdown
Member

@chubes4 chubes4 commented May 28, 2026

Summary

Verification

  • ./tests/runtime-signature.sh
  • for f in **/*.sh(.); do bash -n "$f" || exit 1; done
  • homeboy test --path /Users/chubes/Developer/wp-coding-agents@fix-runtime-signature-env --extension wordpress reached plugin install/activation, then reported no PHPUnit files discovered for this repo.

Evidence

  • Kimaki source review: cli/src/opencode.ts exports operational process env such as KIMAKI_DATA_DIR, KIMAKI_LOCK_PORT, KIMAKI_PARENT_LOCK_PORT, and KIMAKI_OPENCODE_PROCESS, not session/thread attribution vars.
  • OpenCode source review: packages/opencode/src/util/opencode-process.ts defines and ensures OPENCODE_RUN_ID; source search found no OPENCODE_SESSION_ID.
  • Live Kimaki/OpenCode tool env smoke showed OPENCODE_RUN_ID present and no OPENCODE_SESSION_ID/KIMAKI_SESSION_ID/KIMAKI_THREAD_ID/KIMAKI_THREAD_URL.

AI assistance

  • AI assistance: Yes
  • Tool(s): OpenCode (GPT-5.5)
  • Used for: Source/runtime verification, patch drafting, tests, and PR preparation; Chris remains responsible for review and merge.

@chubes4
Copy link
Copy Markdown
Member Author

chubes4 commented May 28, 2026

Superseded by integration PR #162, which combines the Kimaki 0.13 cleanup work and resolves the overlapping bridge/test conflicts.

@chubes4 chubes4 closed this May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Verify and fix Kimaki/OpenCode runtime signature attribution env vars

1 participant