brent.edwards
0ae733d01f
feat(tui): implement help panel (F1) with context-sensitive help
...
Add a dedicated TUI help overlay toggled by F1 and resolve its content from the current prompt mode for main-screen, slash-command, reference, and shell contexts.
Extend Behave and Robot coverage for the new help-panel widget, app wiring, context switching, and toggle behavior.
ISSUES CLOSED : #1013
2026-04-01 21:51:14 +00:00
freemo
051ee7c290
test(coverage): add Behave BDD tests to improve coverage across 52 source files
...
Added 52 new .feature files and corresponding _steps.py files targeting
previously uncovered code paths in the following areas:
- TUI layer: app, commands, persona (state/schema/registry), widgets,
input (shell_exec, reference_parser)
- Application services: plan lifecycle/service/executor, session,
project, repo indexing, correction, checkpoint, actor, llm_actors,
strategy coordinator, resource file watcher, service retry wiring
- CLI commands: session, resource, repl, plan, db, automation_profile
- Domain models: retry_policy, resource_type, cost_budget,
docker_compose_analyzer, detail_level, _sql_string_aware,
_postgresql_helpers
- Core: circuit_breaker, retry_service_patterns
- Infrastructure: repositories, transaction_sandbox, strategy_registry,
plugins/loader, container
- Config: settings
- Agents: plan_generation, context_analysis, auto_debug
- A2A: facade
All new tests follow the Behave/Gherkin BDD standard. Resolved step
definition collisions with unique prefixes. Fixed Alembic fileConfig
logger disabling issue (disable_existing_loggers=False).
ISSUES CLOSED : #1068
2026-03-20 21:22:10 +00:00