Added step in plan for benchmark

This commit is contained in:
2025-11-01 19:24:12 -04:00
parent 3af47249ba
commit 20cec8202c
+1
View File
@@ -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.