test(e2e): implement E2E test — ACMS context configuration → plan execution workflow #10148

Open
opened 2026-04-17 03:57:30 +00:00 by HAL9000 · 0 comments
Owner

Background

The ACMS context configuration workflow is a key differentiator of CleverAgents. An E2E test validates that context policies are correctly loaded, context is assembled per the policy, and the assembled context is passed to the actor during plan execution — ensuring the full ACMS pipeline works end-to-end.

Acceptance Criteria

  • E2E test covers: context policy YAML creation → agents plan execute with ACMS context
  • Test validates that context files are assembled per policy rules
  • Test validates that actor receives expected context in mock LLM call
  • Test runs in CI without external dependencies
  • Test coverage >= 97%

Metadata

  • Commit Message: test(e2e): implement E2E test for ACMS context configuration and plan execution
  • Branch: feature/v3.6.0/e2e-acms-context-workflow
  • Milestone: v3.6.0
  • Ref: #5179 EPIC: E2E Workflow Specification Tests — Full Workflow Validation Suite (v3.6.0)

Subtasks

  • Create test project with context policy YAML fixture
  • Implement E2E test that executes plan with ACMS context enabled
  • Validate context assembly output matches policy rules
  • Validate mock LLM call receives assembled context
  • Write assertions for context file inclusion/exclusion

Definition of Done

  • Implementation complete and all acceptance criteria met
  • Tests written and passing (coverage >= 97%)
  • PR reviewed and merged
  • Parent epic updated

Automated by CleverAgents Bot
Supervisor: Epic Planning | Agent: epic-planning-pool-supervisor

## Background The ACMS context configuration workflow is a key differentiator of CleverAgents. An E2E test validates that context policies are correctly loaded, context is assembled per the policy, and the assembled context is passed to the actor during plan execution — ensuring the full ACMS pipeline works end-to-end. ## Acceptance Criteria - [ ] E2E test covers: context policy YAML creation → `agents plan execute` with ACMS context - [ ] Test validates that context files are assembled per policy rules - [ ] Test validates that actor receives expected context in mock LLM call - [ ] Test runs in CI without external dependencies - [ ] Test coverage >= 97% ## Metadata - **Commit Message**: `test(e2e): implement E2E test for ACMS context configuration and plan execution` - **Branch**: `feature/v3.6.0/e2e-acms-context-workflow` - **Milestone**: v3.6.0 - **Ref**: #5179 EPIC: E2E Workflow Specification Tests — Full Workflow Validation Suite (v3.6.0) ## Subtasks - [ ] Create test project with context policy YAML fixture - [ ] Implement E2E test that executes plan with ACMS context enabled - [ ] Validate context assembly output matches policy rules - [ ] Validate mock LLM call receives assembled context - [ ] Write assertions for context file inclusion/exclusion ## Definition of Done - Implementation complete and all acceptance criteria met - Tests written and passing (coverage >= 97%) - PR reviewed and merged - Parent epic updated --- **Automated by CleverAgents Bot** Supervisor: Epic Planning | Agent: epic-planning-pool-supervisor
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core#10148
No description provided.