test(e2e): verify M5 success criteria — ACMS and large-project context #456

Merged
brent.edwards merged 6 commits from test/m5-e2e-verification into master 2026-02-28 02:44:07 +00:00
Member

Summary

Robot Framework E2E test suite exercising the complete M5 success criteria verification sequence.

Changes

  • robot/helper_m5_e2e_verification.py — Python helper with 9 subcommands
  • robot/m5_e2e_verification.robot — Robot Framework test suite with 9 test cases

Acceptance Criteria Covered

  • Robot test creates a project with a 10,000+ file repository
  • Robot test registers and links a large git-checkout resource
  • Robot test verifies indexing completes without timeout
  • Assertions verify context window management works (hot/warm/cold tiers)
  • Assertions verify ACMS v1 pipeline produces scoped context output

Test Subcommands

Subcommand What it verifies
project-create-large Project creation with 10K+ file repo, resource linking
resource-register-link Multiple resource registration and linking
indexing-complete Resource link round-trip, re-fetch, location preserved
context-tier-config ContextConfig hot/warm/cold tier management
context-policy-set-show Policy persistence round-trip via SQL helpers
acms-phase-inheritance View inheritance chain (default→strategize→execute→apply)
acms-scoped-context Scoped output per phase with narrowing size limits
context-policy-clear Clear view → inheritance fallback
context-view-validation Size limit validation, VALID_PHASES, invalid phase rejection

Verification

  • nox -s lint — passes
  • nox -s typecheck — passes
  • All 9 subcommands verified passing locally

ISSUE CLOSED: #406

## Summary Robot Framework E2E test suite exercising the complete M5 success criteria verification sequence. ## Changes - `robot/helper_m5_e2e_verification.py` — Python helper with 9 subcommands - `robot/m5_e2e_verification.robot` — Robot Framework test suite with 9 test cases ## Acceptance Criteria Covered - [x] Robot test creates a project with a 10,000+ file repository - [x] Robot test registers and links a large git-checkout resource - [x] Robot test verifies indexing completes without timeout - [x] Assertions verify context window management works (hot/warm/cold tiers) - [x] Assertions verify ACMS v1 pipeline produces scoped context output ## Test Subcommands | Subcommand | What it verifies | |---|---| | `project-create-large` | Project creation with 10K+ file repo, resource linking | | `resource-register-link` | Multiple resource registration and linking | | `indexing-complete` | Resource link round-trip, re-fetch, location preserved | | `context-tier-config` | ContextConfig hot/warm/cold tier management | | `context-policy-set-show` | Policy persistence round-trip via SQL helpers | | `acms-phase-inheritance` | View inheritance chain (default→strategize→execute→apply) | | `acms-scoped-context` | Scoped output per phase with narrowing size limits | | `context-policy-clear` | Clear view → inheritance fallback | | `context-view-validation` | Size limit validation, VALID_PHASES, invalid phase rejection | ## Verification - `nox -s lint` — passes - `nox -s typecheck` — passes - All 9 subcommands verified passing locally ISSUE CLOSED: #406
test(e2e): verify M5 success criteria — ACMS and large-project context
All checks were successful
CI / benchmark-publish (pull_request) Has been skipped
CI / build (pull_request) Successful in 17s
CI / lint (pull_request) Successful in 21s
CI / quality (pull_request) Successful in 20s
CI / security (pull_request) Successful in 54s
CI / typecheck (pull_request) Successful in 56s
CI / integration_tests (pull_request) Successful in 4m21s
CI / unit_tests (pull_request) Successful in 10m21s
CI / docker (pull_request) Successful in 39s
CI / benchmark-regression (pull_request) Successful in 22m20s
CI / coverage (pull_request) Successful in 1h5m5s
fd1612c38f
Robot Framework E2E test suite exercising the complete M5 success
criteria verification sequence:

- Large project creation with 10,000+ simulated files
- Resource registration and linking to a project
- Indexing verification (resource linked, project shows correctly)
- Context tier management (hot/warm/cold) via ContextConfig
- ACMS v1 context policy set/show with persistence round-trip
- Phase view inheritance (default → strategize → execute → apply)
- Scoped context output per ACMS phase with narrowing size limits
- Policy clear and inheritance fallback
- ContextView validation rules (size limits, VALID_PHASES)

Nine subcommands in the Python helper, each printing a sentinel
string on success. All subcommands verified passing locally.

Closes #406
Merge branch 'master' into test/m5-e2e-verification
Some checks failed
CI / lint (pull_request) Successful in 14s
CI / benchmark-publish (pull_request) Has been skipped
CI / quality (pull_request) Successful in 16s
CI / security (pull_request) Successful in 30s
CI / typecheck (pull_request) Successful in 34s
CI / build (pull_request) Successful in 41s
CI / integration_tests (pull_request) Successful in 5m23s
CI / unit_tests (pull_request) Successful in 20m59s
CI / docker (pull_request) Successful in 39s
CI / benchmark-regression (pull_request) Successful in 25m59s
CI / coverage (pull_request) Has been cancelled
8c5fa8ace7
Merge branch 'master' into test/m5-e2e-verification
All checks were successful
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 16s
CI / build (pull_request) Successful in 23s
CI / quality (pull_request) Successful in 37s
CI / typecheck (pull_request) Successful in 42s
CI / security (pull_request) Successful in 56s
CI / integration_tests (pull_request) Successful in 4m50s
CI / unit_tests (pull_request) Successful in 21m2s
CI / docker (pull_request) Successful in 9s
CI / benchmark-regression (pull_request) Successful in 26m7s
CI / coverage (pull_request) Successful in 1h16m25s
8771b195f5
Merge branch 'master' into test/m5-e2e-verification
All checks were successful
CI / benchmark-publish (pull_request) Has been skipped
CI / build (pull_request) Successful in 16s
CI / lint (pull_request) Successful in 21s
CI / quality (pull_request) Successful in 28s
CI / security (pull_request) Successful in 37s
CI / typecheck (pull_request) Successful in 59s
CI / integration_tests (pull_request) Successful in 2m47s
CI / unit_tests (pull_request) Successful in 23m15s
CI / docker (pull_request) Successful in 1m0s
CI / benchmark-regression (pull_request) Successful in 24m40s
CI / coverage (pull_request) Successful in 1h3m40s
742a8c8560
CoreRasurae left a comment

Tests are passing, and everything looks okay to me. Approving

Tests are passing, and everything looks okay to me. Approving
Merge branch 'master' into test/m5-e2e-verification
All checks were successful
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 15s
CI / build (pull_request) Successful in 15s
CI / quality (pull_request) Successful in 19s
CI / security (pull_request) Successful in 30s
CI / typecheck (pull_request) Successful in 32s
CI / integration_tests (pull_request) Successful in 2m43s
CI / unit_tests (pull_request) Successful in 11m12s
CI / docker (pull_request) Successful in 39s
CI / benchmark-regression (pull_request) Successful in 25m8s
CI / coverage (pull_request) Successful in 1h23m51s
192fdd7705
brent.edwards scheduled this pull request to auto merge when all checks succeed 2026-02-27 21:58:24 +00:00
Merge branch 'master' into test/m5-e2e-verification
All checks were successful
CI / lint (pull_request) Successful in 26s
CI / quality (pull_request) Successful in 32s
CI / typecheck (pull_request) Successful in 57s
CI / security (pull_request) Successful in 1m0s
CI / benchmark-publish (pull_request) Has been skipped
CI / build (pull_request) Successful in 25s
CI / integration_tests (pull_request) Successful in 5m29s
CI / benchmark-regression (pull_request) Successful in 21m9s
CI / unit_tests (pull_request) Successful in 32m30s
CI / docker (pull_request) Successful in 38s
CI / coverage (pull_request) Successful in 1h25m20s
d5212c2481
brent.edwards deleted branch test/m5-e2e-verification 2026-02-28 02:44:08 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
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!456
No description provided.