docs: clarify inbound task reply routing#264
Open
zzz163519 wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
CI note: the full |
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
askmerely to report completion--chain,--silence, correction, and provider-vs-business completion semanticsWhy
An agent can finish practical work, return to its prompt, and separately message the original caller without terminalizing the inbound turn. That leaves the original job and mailbox head active. Clear runtime instructions reduce this failure mode while the daemon-side orphan diagnostics in #260 are designed separately.
The user guide also explains that managed
AGENTS.md/CLAUDE.mdcontent is materialized for provider sessions and should not be assumed to hot-reload into an existing session.Related: #260, #261
Validation
/home/calvin/tmp/claude_codex_bridge/.venv/bin/python -m pytest -q test/test_ask_skill_templates.py test/test_project_memory.py17 passed/home/calvin/tmp/claude_codex_bridge/.venv/bin/python -m pytest -q test/test_provider_memory_external_matrix.py test/test_provider_memory_external_context.py test/test_project_memory_real_context.py1 passed, 2 skippedgit diff --checkPDF generation was not run because
latexmkis not installed in the test environment.