Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.37 KB

File metadata and controls

39 lines (26 loc) · 1.37 KB

GuardMesh Roadmap

Phase 1: Public alpha

  • complete the file-based policy and request flow
  • stabilize the CLI
  • ship examples and schemas
  • document the core decision semantics clearly

Phase 2: Better authoring and safety

  • add policy linting and richer validation errors
  • add more expressive selectors and condition operators
  • add rule testing fixtures for pack authors
  • add baseline automated tests in CI

Phase 2 has now partially started in the alpha codebase through pack linting, executable pack expectations, and a small first wave of additional selectors.

Phase 3: Reusable policy packs

  • introduce pack composition and shared fragments
  • support opinionated starter packs for common agent boundaries
  • improve schema tooling for editor integration

Phase 3 has now been lightly seeded through file-based extends, but not yet through a full reusable bundle format.

Phase 4: Runtime adapters

  • expose a small programmatic API for integration middleware
  • add adapters for common agent runtimes and gateways
  • improve structured logging hooks and trace correlation

Phase 5: Governance-aware integrations

  • connect decisions with approval systems
  • support contract-aware and capability-aware inputs
  • add trace-aware risk signals where they improve bounded decisions

The roadmap is intentionally incremental. GuardMesh should remain small and legible as it grows.