Skip to content

fix: invalidate daemon reuse after runtime source changes#361

Merged
thymikee merged 1 commit into
mainfrom
codex/issue-359-daemon-runtime-signature
Apr 7, 2026
Merged

fix: invalidate daemon reuse after runtime source changes#361
thymikee merged 1 commit into
mainfrom
codex/issue-359-daemon-runtime-signature

Conversation

@thymikee

@thymikee thymikee commented Apr 7, 2026

Copy link
Copy Markdown
Member

Summary

Invalidate local daemon reuse when imported runtime modules change by replacing the entry-file-only code signature with a shared runtime import-graph fingerprint.
Keep scope to the internal daemon lifecycle path only: the change is limited to daemon startup/reuse metadata and its focused tests, with no CLI surface or docs changes.

Validation

pnpm format
pnpm check:quick
pnpm check:unit

Closes #359

@github-actions

github-actions Bot commented Apr 7, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-04-07 16:29 UTC

@thymikee thymikee merged commit b204c65 into main Apr 7, 2026
16 checks passed
@thymikee thymikee deleted the codex/issue-359-daemon-runtime-signature branch April 7, 2026 16:29
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.

Daemon can keep stale source code across local CLI runs

1 participant