diff --git a/implementation_plan.md b/implementation_plan.md index b79f2928..e7f9f00f 100644 --- a/implementation_plan.md +++ b/implementation_plan.md @@ -219,6 +219,7 @@ Each phase item includes mandatory **Code**, **Document**, and **Tests** bullets - [x] Replace placeholder source, benchmark, and unit test files with real CLI `--help` and `--version` implementations plus their unit tests and benchmarks. - [x] Update documentation references (README, contribution guides, docs) to use CleverAgents naming and CLI commands. - [x] Record outstanding branding or scaffolding follow-ups discovered during the port in Phase 0 Notes and add new checklist items in appropriate phases. + - [ ] Replace placeholder test in `robot/cli.robot` with an actual benchmark that full tests the CLI and remove the "hello world" example that is there. - [ ] Ensure `nox -e coverage_report` fails with an error code when run if code coverage is reported below 85%, but passes when above 85%. - [ ] Bring unit test code coverage above 85% - [ ] Once code coverage is above 85% ensure `nox -e coverage_report` now passes as expected, if it does not fix it so it passes.