Skip to content

v0.1.0 — Core Engine Foundation

Pre-release
Pre-release

Choose a tag to compare

@omkarP-bit omkarP-bit released this 24 Jul 09:49

Phase 1 — Core Engine Foundation

  • ACE FastAPI service with OPA integration
  • Multi-artifact parser layer (Kubernetes, Terraform, Dockerfile, Helm)
  • Risk scoring engine (CRITICAL / HIGH / MEDIUM / LOW)
  • OPA client with health checks and policy evaluation
  • First Rego policy bundle (CIS Kubernetes Benchmark)

Phase 2 — OPA Mutation Engine

  • JSON Patch (RFC 6902) self-healing pipeline
  • Deep-copy safety, diff engine, path creation
  • Mutation retry loop (max 3 cycles)

Phase 3 — Agentic AI Layer

  • LangGraph artifact agent with Claude integration
  • MCP tool definitions
  • CVE lookup and drift detection stubs

Infrastructure

  • AWS Lambda handler (Mangum adapter)
  • Terraform deployment definitions
  • Slack + SQS alert channels
  • Prometheus metrics exporter
  • WebSocket live event server
  • GitHub Actions CI (lint → test → build → publish)

CLI

  • ace-compliance CLI via PyPI (pip install ace-compliance)
  • ace scan command with JSON/text output
  • GitHub composite action for pipeline integration