agent-desktop/src
Lahfir 19f2ef4a86 test: register stale_retry_test_support as a non-command helper module
The CLI command-module contract test (every_core_command_module_is_registered_or_declared_helper)
enumerates commands/*.rs and requires each to be a registered command or a
declared helper. The stale_retry_test_support module added in the #8 dedup
(640e8e8) ends in _test_support (not _tests), so it was neither skipped nor
allow-listed and failed CI. Add it to NON_COMMAND_MODULES alongside the sibling
helpers_test_support/wait_test_support entries. Local gap: this is a binary-crate
test that 'cargo test --lib' skips; 'cargo test --workspace' now green.
2026-07-05 14:45:59 -07:00
..
batch refactor: remove dead code and unify duplicated helpers 2026-07-03 03:34:16 -07:00
cli test: register stale_retry_test_support as a non-command helper module 2026-07-05 14:45:59 -07:00
cli_args fix: harden core foundation per whole-branch review 2026-07-04 00:01:56 -07:00
command_policy fix: repair real-app regressions the mock adapter concealed 2026-07-03 18:20:25 -07:00
dispatch fix: repair real-app regressions the mock adapter concealed 2026-07-03 18:20:25 -07:00
tests test: harden review findings — window scoping, serde, offscreen, hit-test naming 2026-07-03 21:05:49 -07:00
Cargo.toml
main.rs fix: harden core foundation per whole-branch review 2026-07-04 00:01:56 -07:00