Skip to content

fix: invalidate daemon reuse after runtime source changes#361

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

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

Conversation

@thymikee
Copy link
Copy Markdown
Contributor

@thymikee thymikee commented Apr 7, 2026

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
Copy link
Copy Markdown

github-actions bot commented Apr 7, 2026

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