Sandeep Bazar ocm-mcp-server
GitHub

9. What's Next

The pattern is complete and runnable today. These are the directions that make it stronger, roughly in priority order. Several are good first contributions, see Contributing.

flowchart TD
    now[v0.1.0<br/>complete pattern, laptop to prod] --> near[Near term]
    now --> mid[Mid term]
    now --> long[Longer term]
    near --> n1[demo recording in README]
    near --> n2[published eval results, multi-model]
    near --> n3[upstream proposals filed]
    mid --> m1[OCM cluster-proxy transport]
    mid --> m2[container image on ghcr.io]
    mid --> m3[Helm chart for in-cluster deploy]
    long --> l1[more chaos classes:<br/>node pressure, partitions, noisy neighbors]
    long --> l2[Placement-aware fleet actions]
    long --> l3[policy-pack presets per industry]

Near term #

Mid term #

Shipped: a signed container image (ghcr.io, SBOM + provenance + Cosign) and a Helm chart with a Restricted pod, PVC, NetworkPolicy, and PDB.

Longer term #

How this list is chosen #

Priorities follow evidence. The eval harness surfaces where agents actually fail; those failures decide what safety work matters next. If you hit something the current design cannot express safely, open a feature request with the scenario and it becomes a candidate.

Next: Contributing.