feat(context): unify declarative context reload - #1887
Merged
Conversation
limityan
force-pushed
the
yanzhn/unified-context-reload
branch
from
July 30, 2026 09:09
0dd1b82 to
43ad7fa
Compare
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.
Problem
Declarative context can change while a BitFun session remains open, but users currently have separate or incomplete refresh paths. Skills can be refreshed independently, while workspace instructions may remain cached until a later lifecycle event. Shared TUI also needs the same behavior without creating a second runtime owner.
What changed
/reload [skills|instructions]./reloadrefreshes the existing Skill Registry and invalidates the current Session instruction cache./reload skillsand/reload instructionstarget one existing owner./reload-skillsremains a hidden input compatibility alias only.AGENTS.override.md/AGENTS.mdBehavioral boundary
Safety and performance
Validation
cargo check --workspacecargo check -p bitfun-services-integrations --features remote-ssh-concretecargo test -p bitfun-agent-runtime-ipc(37 passed)cargo test -p bitfun-cli --no-runcargo test -p bitfun-cli --test product_assembly_cli(11 passed)node --test scripts/check-core-boundaries.test.mjs(16 passed)git diff --checkIndependent adversarial reviews found and verified fixes for unsupported-surface routing, no-follow/bounded remote reads, cache races, SFTP generation isolation, the rebased IPC version collision, Shared TUI capability copy, and CLI deployment adapter isolation. The final review reported no remaining P0-P2 findings.