Files
cleveragents-core/features
HAL9000 de996894b2
CI / benchmark-publish (pull_request) Has been skipped
CI / push-validation (pull_request) Successful in 53s
CI / helm (pull_request) Successful in 1m2s
CI / build (pull_request) Successful in 1m21s
CI / quality (pull_request) Successful in 1m52s
CI / unit_tests (pull_request) Failing after 1m54s
CI / lint (pull_request) Failing after 2m9s
CI / typecheck (pull_request) Successful in 2m9s
CI / e2e_tests (pull_request) Failing after 1m49s
CI / benchmark-regression (pull_request) Failing after 1m37s
CI / security (pull_request) Successful in 2m17s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / integration_tests (pull_request) Failing after 2m11s
CI / status-check (pull_request) Failing after 4s
feat(invariants): implement Invariant data model and database schema
Implement the Invariant SQLAlchemy ORM model in
cleveragents.infrastructure.database.models.InvariantModel with fields
id (UUID), description (text), created_at (timestamp), and is_active (bool).

Added Alembic migration m3_001_invariants_table that creates the
invariants table with an index on is_active for efficient active-invariant
queries. Includes both upgrade and downgrade paths.

BDD Behave unit tests cover invariant creation, persistence, filtering by
is_active, deactivation, and schema validation. Robot Framework integration
tests provide smoke testing of the implementation contract.

ISSUES CLOSED: #8524
2026-05-08 11:21:10 +00:00
..