cleveragents-core/features
Jeffrey Phillips Freeman d0f265ef62
Some checks are pending
CI / lint (push) Waiting to run
CI / typecheck (push) Waiting to run
CI / security (push) Waiting to run
CI / quality (push) Waiting to run
CI / unit_tests (push) Waiting to run
CI / integration_tests (push) Waiting to run
CI / coverage (push) Blocked by required conditions
CI / build (push) Waiting to run
CI / docker (push) Blocked by required conditions
CI / lint (pull_request) Successful in 15s
CI / typecheck (pull_request) Successful in 29s
CI / security (pull_request) Successful in 23s
CI / quality (pull_request) Successful in 15s
CI / integration_tests (pull_request) Successful in 5m3s
CI / build (pull_request) Successful in 15s
CI / unit_tests (pull_request) Successful in 16m30s
CI / coverage (pull_request) Successful in 8m20s
CI / docker (pull_request) Successful in 41s
feat(service): persist plan lifecycle via repositories
2026-02-17 00:37:53 +00:00
..
fixtures/v2 feat: ported in run behavior as a subcommand of actor 2026-02-04 14:43:08 -05:00
mocks Feat: Wire actor invocation context through plan graph/providers and add streaming CLI coverage. 2025-12-24 18:50:34 -05:00
steps feat(service): persist plan lifecycle via repositories 2026-02-17 00:37:53 +00:00
__init__.py feat: continued with phase 2 adding database migration scripts to the mix 2025-11-13 18:25:24 -05:00
action_cli.feature feat(cli): align action commands to spec 2026-02-14 12:16:39 -05:00
action_cli_additional_coverage.feature tests: improved coverage to 97% 2026-02-08 11:33:30 -05:00
action_cli_edge_cases_coverage.feature feat(cli): align action commands to spec 2026-02-14 12:16:39 -05:00
action_cli_spec_alignment.feature feat(cli): align action commands to spec 2026-02-14 12:16:39 -05:00
action_cli_uncovered_lines.feature feat(cli): align action commands to spec 2026-02-14 12:16:39 -05:00
action_model.feature feat(domain): align action model with spec 2026-02-13 09:41:28 -05:00
action_model_branch_coverage.feature feat(domain): align action model with spec 2026-02-13 09:41:28 -05:00
action_repository_coverage.feature feat(domain): align action model with spec 2026-02-13 09:41:28 -05:00
action_repository_error_handling.feature feat(core): add v3 lifecycle models, automation levels, subplan support, and security hardening 2026-02-12 20:19:42 +00:00
action_schema.feature docs(action): add action YAML schema and examples 2026-02-13 19:01:55 +05:30
actor_cli_coverage.feature tests: improved coverage to 97% 2026-02-08 11:33:30 -05:00
actor_config_coverage.feature feat(domain): align plan model with spec 2026-02-12 22:58:15 -05:00
actor_config_new_coverage.feature feat(ci): add nox-based PR validation workflow 2026-02-12 22:01:51 +00:00
actor_registry_coverage.feature test(behave): fix behave tests 2026-02-12 04:47:02 +00:00
actor_registry_full_coverage.feature tests: Further improved test to get that 97% coverage we want 2026-02-12 23:35:53 -05:00
actor_registry_new_coverage.feature feat(ci): add nox-based PR validation workflow 2026-02-12 22:01:51 +00:00
actor_run_cli_coverage.feature tests: improved coverage to 97% 2026-02-08 11:33:30 -05:00
actor_service_coverage.feature Feat: Adding Actors support to database 2025-12-19 12:35:56 -05:00
adr_compliance_checker_coverage.feature tests: Further improved test to get that 97% coverage we want 2026-02-12 23:35:53 -05:00
agent_langgraph_port.feature test(behave): fix behave tests 2026-02-12 04:47:02 +00:00
agents_base_uncovered_lines.feature feat: Ported the bulk of v2 w/tests 2026-01-27 21:55:06 -05:00
aimodelscredentials_coverage.feature feat(cli): added core domains for the models and the start of the database infrastrcture 2025-11-07 17:54:15 -05:00
aimodelserrors_coverage.feature feat(cli): added core domains for the models and the start of the database infrastrcture 2025-11-07 17:54:15 -05:00
aimodelsproviders_coverage.feature feat(cli): added core domains for the models and the start of the database infrastrcture 2025-11-07 17:54:15 -05:00
anthropic_provider.feature Feat: Added OpenAI and Antropic provider support and tests 2025-12-08 23:02:29 -05:00
application_container_coverage.feature Tests: Added regression testing for mock AI mode via env variable 2025-12-10 16:46:55 -05:00
architecture.feature feat(core): add v3 lifecycle models, automation levels, subplan support, and security hardening 2026-02-12 20:19:42 +00:00
auto_debug_cli_coverage.feature Fix: Added streaming to context commands 2025-11-26 23:24:46 -05:00
auto_debug_graph.feature Tests: improved coverage slightly to get us back over 98% 2025-12-22 11:18:57 -05:00
auto_debug_integration.feature Feat: Harden actor configuration handling with unsafe confirmations, graph descriptors, and actor-based plan coverage. 2025-12-23 20:57:14 -05:00
automation_levels.feature feat(core): add v3 lifecycle models, automation levels, subplan support, and security hardening 2026-02-12 20:19:42 +00:00
ci_workflow_validation.feature feat(ci): add nox-based PR validation workflow 2026-02-12 22:01:51 +00:00
cli.feature Updated project plan and added in a few extra unit tests 2025-11-16 22:14:31 -05:00
cli_commands_coverage.feature Feat: Added in plan and project commands and functionality 2025-11-16 20:38:02 -05:00
cli_config_jinja_port.feature test(behave): fix behave tests 2026-02-12 04:47:02 +00:00
cli_coverage.feature Feat: Added in plan and project commands and functionality 2025-11-16 20:38:02 -05:00
cli_internals.feature Feat: Added in plan and project commands and functionality 2025-11-16 20:38:02 -05:00
cli_main_shortcuts.feature Feat: Implemented basics of plan streaming and AutoDebugGraph 2025-11-22 15:23:39 -05:00
cli_output_formats.feature feat(cli): stabilize action/plan output formats 2026-02-14 13:51:12 -05:00
cli_plan_context_commands.feature Feat: Added basic scaffolding for actors 2025-12-23 17:12:16 -05:00
cli_streaming.feature Feat: Wire actor invocation context through plan graph/providers and add streaming CLI coverage. 2025-12-24 18:50:34 -05:00
cli_v2_parity.feature fix(cli,yaml): restore v2 parity and extend coverage 2026-01-17 12:54:03 -05:00
config_parser_coverage.feature feat: Ported the bulk of v2 w/tests 2026-01-27 21:55:06 -05:00
context_analysis_agent_coverage.feature test(behave): fix behave tests 2026-02-12 04:47:02 +00:00
context_analysis_graph_coverage.feature feat(domain): align plan model with spec 2026-02-12 22:58:15 -05:00
context_analysis_new_coverage.feature feat(ci): add nox-based PR validation workflow 2026-02-12 22:01:51 +00:00
context_manager_coverage.feature tests: improved coverage to 97% 2026-02-08 11:33:30 -05:00
context_service.feature Feat: Added in plan and project commands and functionality 2025-11-16 20:38:02 -05:00
context_service_analysis.feature test(behave): fix behave tests 2026-02-12 04:47:02 +00:00
context_service_coverage_gaps.feature feat(domain): align plan model with spec 2026-02-12 22:58:15 -05:00
context_service_new_coverage.feature feat(ci): add nox-based PR validation workflow 2026-02-12 22:01:51 +00:00
context_service_uncovered_lines.feature Feat: Added include and exclude file filters for projects to add files as a resource to a project 2025-12-16 17:20:37 -05:00
context_unit_tests.feature tests: improved coverage to 97% 2026-02-08 11:33:30 -05:00
context_vector_search.feature test(behave): fix behave tests 2026-02-12 04:47:02 +00:00
copy_on_write_sandbox.feature feat(sandbox): add git_worktree and copy_on_write sandbox strategies 2026-02-14 04:01:20 +00:00
core_cli_commands.feature Feat: Added in plan and project commands and functionality 2025-11-16 20:38:02 -05:00
coverage_boost.feature Feat: Added basic scaffolding for actors 2025-12-23 17:12:16 -05:00
coverage_boost_extra.feature feat(cli): add resource commands (core) 2026-02-16 16:46:54 -05:00
coverage_improvements.feature feat(cli): Wrote core CLI commands and tests 2025-11-06 23:51:03 -05:00
coverage_maximum.feature feat(architecture): Added skeleton for phase 1 2025-11-05 15:11:03 -05:00
coverage_threshold_config.feature feat(db): add spec-aligned action and plan tables with migrations, ORM models, and benchmarks 2026-02-13 13:05:20 -05:00
cow_sandbox_coverage_boost.feature feat(repo): add resource repositories 2026-02-16 21:35:54 +00:00
database_infrastructure.feature feat(cli): added core domains for the models and the start of the database infrastrcture 2025-11-07 17:54:15 -05:00
database_integration.feature Feat: Adding Actors support to database 2025-12-19 12:35:56 -05:00
database_models_coverage_boost.feature feat(repo): add resource repositories 2026-02-16 21:35:54 +00:00
database_models_lifecycle_coverage.feature feat(domain): align plan model with spec 2026-02-13 20:34:57 +00:00
database_repositories.feature feat(cli): added core domains for the models and the start of the database infrastrcture 2025-11-07 17:54:15 -05:00
database_repository_coverage.feature Feat: Adding Actors support to database 2025-12-19 12:35:56 -05:00
domain_models.feature test(behave): fix behave tests 2026-02-12 04:47:02 +00:00
edge_case_plan_scenarios.feature feat(domain): align plan model with spec 2026-02-13 20:34:57 +00:00
enums_coverage.feature feat(cli): added core domains for the models and the start of the database infrastrcture 2025-11-07 17:54:15 -05:00
environment.py test(behave): fix behave tests 2026-02-12 04:47:02 +00:00
git_worktree_coverage_boost.feature feat(repo): add resource repositories 2026-02-16 21:35:54 +00:00
git_worktree_sandbox.feature feat(sandbox): add git_worktree and copy_on_write sandbox strategies 2026-02-14 04:01:20 +00:00
google_provider.feature Feats: Added google / Gemini provider 2025-12-09 18:28:14 -05:00
langchain_chat_provider_coverage.feature Feat connected settings to the providers so they no longer provide mock providers 2025-12-10 12:39:07 -05:00
langgraph_bridge_coverage.feature feat: Ported the bulk of v2 w/tests 2026-01-27 21:55:06 -05:00
langgraph_dynamic_router_coverage.feature feat: Ported the bulk of v2 w/tests 2026-01-27 21:55:06 -05:00
langgraph_graph_coverage.feature feat: Ported the bulk of v2 w/tests 2026-01-27 21:55:06 -05:00
langgraph_nodes_additional_coverage.feature feat: Ported the bulk of v2 w/tests 2026-01-27 21:55:06 -05:00
langgraph_nodes_coverage.feature feat: Ported the bulk of v2 w/tests 2026-01-27 21:55:06 -05:00
langgraph_nodes_uncovered_lines.feature feat: Ported the bulk of v2 w/tests 2026-01-27 21:55:06 -05:00
langgraph_state_additional_coverage.feature feat: Ported the bulk of v2 w/tests 2026-01-27 21:55:06 -05:00
langgraph_state_branch_coverage.feature feat: Ported the bulk of v2 w/tests 2026-01-27 21:55:06 -05:00
langsmith_config.feature Added LangSmith tracing 2025-12-05 21:00:46 -05:00
legacy_migrator_coverage.feature feat: continued with phase 2 adding database migration scripts to the mix 2025-11-13 18:25:24 -05:00
main_coverage_complete.feature feat(cli): Wrote core CLI commands and tests 2025-11-06 23:51:03 -05:00
main_module.feature feat(architecture): Added skeleton for phase 1 2025-11-05 15:11:03 -05:00
memory_service_coverage.feature Feat: Added entity management for project tracking 2025-11-30 17:36:52 -05:00
message_router_new_coverage.feature feat(ci): add nox-based PR validation workflow 2026-02-12 22:01:51 +00:00
migration_runner_coverage.feature Feat: Added basic scaffolding for actors 2025-12-23 17:12:16 -05:00
module_coverage.feature feat(cli): Wrote core CLI commands and tests 2025-11-06 23:51:03 -05:00
modules.feature Completed nox code coverage tasks 2025-11-01 20:56:38 -04:00
namespaced_project_model.feature feat(domain): add spec-aligned Resource and Project models 2026-02-13 21:54:31 +00:00
no_sandbox_coverage.feature feat(core): add v3 lifecycle models, automation levels, subplan support, and security hardening 2026-02-12 20:19:42 +00:00
openai_provider.feature Feat connected settings to the providers so they no longer provide mock providers 2025-12-10 12:39:07 -05:00
openrouter_provider.feature Feats: Implemented OpenRouter support 2025-12-09 19:28:24 -05:00
orguserconfig_coverage.feature feat(cli): added core domains for the models and the start of the database infrastrcture 2025-11-07 17:54:15 -05:00
plan_cli_coverage_boost.feature feat(repo): add resource repositories 2026-02-16 21:35:54 +00:00
plan_cli_spec_alignment.feature feat(cli): align plan use/list/status flags 2026-02-14 13:42:02 -05:00
plan_cli_streaming_coverage.feature feat(domain): align plan model with spec 2026-02-12 22:58:15 -05:00
plan_commands_coverage.feature Feat Added ability for PlanService to take per-request providers 2025-12-08 17:45:49 -05:00
plan_commands_uncovered_branches.feature tests: improved coverage to 97% 2026-02-08 11:33:30 -05:00
plan_generation_langgraph_coverage.feature Feat: Finished stage 5, replacing manual retrys and auditing with LangChain based retrys 2025-12-10 20:25:11 -05:00
plan_generation_uncovered_lines.feature Feat: Added include and exclude file filters for projects to add files as a resource to a project 2025-12-16 17:20:37 -05:00
plan_hierarchy_and_failure_handler.feature feat(core): add v3 lifecycle models, automation levels, subplan support, and security hardening 2026-02-12 20:19:42 +00:00
plan_lifecycle_cli_coverage.feature feat(core): add v3 lifecycle models, automation levels, subplan support, and security hardening 2026-02-12 20:19:42 +00:00
plan_lifecycle_commands_coverage.feature tests: Further improved test to get that 97% coverage we want 2026-02-12 23:35:53 -05:00
plan_lifecycle_coverage.feature feat(service): persist plan lifecycle via repositories 2026-02-17 00:37:53 +00:00
plan_lifecycle_helpers_coverage.feature tests: improved coverage to 97% 2026-02-08 11:33:30 -05:00
plan_lifecycle_persistence.feature feat(service): persist plan lifecycle via repositories 2026-02-17 00:37:53 +00:00
plan_lifecycle_service.feature feat(domain): rebaseline plan phases and apply states 2026-02-15 00:12:07 -05:00
plan_lifecycle_service_coverage_boost.feature feat(service): persist plan lifecycle via repositories 2026-02-17 00:37:53 +00:00
plan_model.feature feat(domain): rebaseline plan phases and apply states 2026-02-15 00:12:07 -05:00
plan_model_coverage.feature feat(domain): rebaseline plan phases and apply states 2026-02-15 00:12:07 -05:00
plan_model_uncovered_lines.feature feat(core): add v3 lifecycle models, automation levels, subplan support, and security hardening 2026-02-12 20:19:42 +00:00
plan_phase_migration.feature feat(db): rebaseline plan phase/state enums for Action and Apply terminal states 2026-02-15 06:16:19 +00:00
plan_repository.feature feat(repo): add lifecycle plan repository 2026-02-15 08:29:31 +00:00
plan_service.feature feat(actor): enforce actor-first plan resolution 2026-01-14 17:35:09 -05:00
plan_service_coverage.feature Feat: Started to implement llm providers 2025-11-28 23:52:23 -05:00
plan_service_uncovered_lines.feature feat(actor): enforce actor-first plan resolution 2026-01-14 17:35:09 -05:00
project_commands_coverage.feature Feat: Added include and exclude file filters for projects to add files as a resource to a project 2025-12-16 17:20:37 -05:00
project_repository.feature feat(cli): add resource commands (core) 2026-02-16 16:46:54 -05:00
project_service.feature Chore: Got code coverage up to 98% 2025-11-19 22:40:53 -05:00
project_service_coverage.feature Feat: Added in plan and project commands and functionality 2025-11-16 20:38:02 -05:00
project_tables_migration.feature feat(db): add projects and project links tables 2026-02-15 11:04:18 -05:00
provider_registry_coverage.feature Feats: Implemented OpenRouter support 2025-12-09 19:28:24 -05:00
pure_graph_coverage.feature test: Added some additional pure graph tests 2026-01-28 13:33:45 -05:00
quality_gates_checker_coverage.feature tests: Further improved test to get that 97% coverage we want 2026-02-12 23:35:53 -05:00
reactive_application_coverage.feature tests: improved coverage to 97% 2026-02-08 11:33:30 -05:00
reactive_registry_adapter_coverage.feature feat: Ported the bulk of v2 w/tests 2026-01-27 21:55:06 -05:00
reactive_routing_port.feature feat: Ported the bulk of v2 w/tests 2026-01-27 21:55:06 -05:00
repositories_coverage_boost.feature feat(service): persist plan lifecycle via repositories 2026-02-17 00:37:53 +00:00
resource_cli.feature feat(cli): add resource commands (core) 2026-02-16 16:46:54 -05:00
resource_cli_coverage.feature feat(cli): add resource commands (core) 2026-02-16 16:46:54 -05:00
resource_project_services.feature feat(cli): add resource commands (core) 2026-02-16 16:46:54 -05:00
resource_registry_model.feature feat(domain): add spec-aligned Resource and Project models 2026-02-13 21:54:31 +00:00
resource_registry_tables.feature feat(db): add resource registry tables 2026-02-13 22:46:03 -05:00
resource_repository.feature feat(repo): add resource repositories 2026-02-16 21:35:54 +00:00
resource_type_builtins.feature feat(resource): add git-checkout and fs-directory resource types 2026-02-15 10:44:14 -05:00
resource_type_model.feature feat(resource): add resource type model + schema loader 2026-02-15 15:19:09 +00:00
retry_patterns.feature Chore: Got code coverage up to 98% 2025-11-19 22:40:53 -05:00
route_bridge_coverage.feature feat: Ported the bulk of v2 w/tests 2026-01-27 21:55:06 -05:00
route_bridge_uncovered_lines.feature feat: Ported the bulk of v2 w/tests 2026-01-27 21:55:06 -05:00
route_coverage_comprehensive.feature feat: Ported the bulk of v2 w/tests 2026-01-27 21:55:06 -05:00
routing_adapter_coverage.feature feat: Ported the bulk of v2 w/tests 2026-01-27 21:55:06 -05:00
routing_langgraph_port.feature Finished port of v2 into actors, phase 7.5 complete 2026-02-02 18:46:33 -05:00
sandbox_factory_coverage.feature feat(sandbox): add git_worktree and copy_on_write sandbox strategies 2026-02-14 04:01:20 +00:00
sandbox_manager_coverage.feature feat(core): add v3 lifecycle models, automation levels, subplan support, and security hardening 2026-02-12 20:19:42 +00:00
sandbox_merge_strategies.feature feat(core): add v3 lifecycle models, automation levels, subplan support, and security hardening 2026-02-12 20:19:42 +00:00
scripts.feature Removed sync and install scripts 2025-11-05 18:16:54 -05:00
security_eval.feature feat(core): add v3 lifecycle models, automation levels, subplan support, and security hardening 2026-02-12 20:19:42 +00:00
services_coverage.feature Feat: Added include and exclude file filters for projects to add files as a resource to a project 2025-12-16 17:20:37 -05:00
session_model.feature feat(session): add session domain models and contracts 2026-02-14 03:50:40 +00:00
settings_configuration.feature Feat connected settings to the providers so they no longer provide mock providers 2025-12-10 12:39:07 -05:00
skill_resolution.feature feat(skill): add skill domain model and resolver 2026-02-14 03:54:14 +00:00
stream_router_additional_coverage.feature feat: Ported the bulk of v2 w/tests 2026-01-27 21:55:06 -05:00
stream_router_agent_tool_coverage.feature feat(core): add v3 lifecycle models, automation levels, subplan support, and security hardening 2026-02-12 20:19:42 +00:00
stream_router_coverage.feature test(behave): fix behave tests 2026-02-12 04:47:02 +00:00
stream_router_misc_uncovered.feature tests: improved coverage to 97% 2026-02-08 11:33:30 -05:00
stream_router_new_branches.feature feat(core): add v3 lifecycle models, automation levels, subplan support, and security hardening 2026-02-12 20:19:42 +00:00
stream_router_remaining_coverage.feature feat(core): add v3 lifecycle models, automation levels, subplan support, and security hardening 2026-02-12 20:19:42 +00:00
stream_router_uncovered_paths.feature feat(core): add v3 lifecycle models, automation levels, subplan support, and security hardening 2026-02-12 20:19:42 +00:00
stream_router_unsafe_and_llm_coverage.feature feat(domain): align plan model with spec 2026-02-12 22:58:15 -05:00
streamedchange_coverage.feature feat(cli): added core domains for the models and the start of the database infrastrcture 2025-11-07 17:54:15 -05:00
tool_builtins.feature feat(tool): add built-in file tools 2026-02-14 14:03:28 -05:00
tool_lifecycle_coverage_boost.feature feat(repo): add resource repositories 2026-02-16 21:35:54 +00:00
tool_lifecycle_runtime.feature feat(tool): add tool lifecycle runtime 2026-02-14 18:55:48 +00:00
tool_model.feature feat(tool): add tool and validation domain models 2026-02-14 00:35:04 +00:00
tool_runtime.feature feat(tool): add tool runtime core 2026-02-14 13:46:10 -05:00
uow_lifecycle.feature feat(uow): wire lifecycle repositories 2026-02-15 09:04:17 +00:00
validation_test_fixtures.feature feat(core): add v3 lifecycle models, automation levels, subplan support, and security hardening 2026-02-12 20:19:42 +00:00
vector_store_service.feature Feat: implemented vector store service 2025-12-06 00:23:48 -05:00
yaml_engine_direct_coverage.feature feat(ci): add nox-based PR validation workflow 2026-02-12 22:01:51 +00:00
yaml_template_engine_coverage.feature feat(domain): align plan model with spec 2026-02-12 22:58:15 -05:00