test: cover raven 1.0 acceptance cases across session/providers/logging/tui#87
Merged
Merged
Conversation
…ng/tui Add automated coverage for the automatable rows of the Raven 1.0 acceptance test set (Confluence 2249556392). Tests only, no product code changed. Python: - session fork empty-source CLI nonzero exit; live-task cancel via SubagentManager.cancel_by_session; /stop dual-dispatch pin; tui_rpc stub absence pins (no per-task progress / no single-task stop). - provider registry count (19) + pinned name set + 4 backend classes; anthropic wire-format keys; codex responses-endpoint shape; bedrock warning-suppress stub (no converse path). - logging: no `logs` subcommand pin; no opentelemetry dependency pin. ui-tui: - TodoPanel render / completed-total count / status glyph / collapse; input-history store; @-path completion. Rows describing superseded behaviour (session lock-free write, single global lock, tui_rpc todo server-push, editor fill-back) are deliberately not asserted: current main refutes them and existing tests already pin the corrected behaviour. Co-authored-by: Claude (claude-opus-4-8) <noreply@anthropic.com>
11f35ec to
2fffabd
Compare
vichua213-crypto
approved these changes
Jul 3, 2026
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
Automated test coverage for the automatable rows of the Raven 1.0 acceptance test set (Confluence page "Raven1.0 special test"). Tests only — no product code changed.
Python:
SubagentManager.cancel_by_session;/stopdual-dispatch pin (scheduler + subagents); tui_rpc stub absence pins (no per-task progress endpoint, no single-task stop).logssubcommand pin; noopentelemetrydependency pin.ui-tui:
@-path completion.Rows describing superseded behaviour are deliberately not asserted, because current
mainrefutes them and existing tests already pin the corrected behaviour:Type
Verification
Ran in a clean worktree built with
uv sync --extra channels --extra toolsand a realnpm ci+ hermes-ink/ui-tui builds:uv run pytest <10 touched files>-> 169 passeduv run ruff check <10 touched files>-> all checks passedui-tui
npx vitest run <3 touched files>-> 42 passedui-tui
tsc --noEmit-> cleanRe-run green after rebase onto latest
origin/main.Relevant tests pass locally
Relevant lint / type checks pass locally
User-facing docs or screenshots are updated when needed
Risk
Related Issues
N/A