HOPS Ops Command Center

Catalog, RAG index, Cloudflare Workers AI agent specs, and todo board for keeping HOPS research, pilots, Cloudflare deployments, and memory-fabric work organized.

129local indexed assets
986RAG chunks
2/2GitHub repos reachable
7/7Cloudflare checks passing

Suggested Todos

  1. P0 Deploy ops dashboard to Cloudflare Pages
    The dashboard is generated locally and ready for Pages once Cloudflare auth is available.
  2. P1 Attach customer pilot datasets
    Paid pilots need bounded customer data slices with agreed baselines and acceptance metrics.
  3. P1 Verify Cloudflare Workers AI binding on Pages
    The agent prefers env.AI.run with @cf/moonshotai/kimi-k2.6 and falls back to local RAG if the binding is missing.
  4. P2 Promote repo-local Codex plugin to home-level plugin
    This makes the memory fabric skill/MCP available across all future projects.

Cloudflare AI Agent Mesh

atlas-catalog-agent

Maintain the Cloudflare/GitHub/local asset catalog and detect stale deployments.

@cf/moonshotai/kimi-k2.6

pilot-ops-agent

Track paid pilot readiness, test status, buyer-facing proof artifacts, and next actions.

@cf/moonshotai/kimi-k2.6

research-synthesis-agent

Organize research notes, mathematical claims, benchmark evidence, and claim discipline.

@cf/moonshotai/kimi-k2.6

memory-fabric-agent

Use the HOPS MCP memory fabric to remember decisions and retrieve prior context with provenance.

@cf/moonshotai/kimi-k2.6

Sample RAG Hits

  1. plugins/hops-memory-fabric/skills/hops-memory-fabric/SKILL.md#0 score 0.427

    --- name: hops-memory-fabric description: Use when working with the local HOPS memory fabric, paid pilot suite, Fractal Memory Pyramid, provenance-bound HMKs, resonant execution routing, or when asked to remember/retrieve decisions with provenance using the HOPS MCP tools. --- # HOPS Memory Fabric Use this skill when the user asks to improve Codex with HOPS memory, run paid-pilot proofs, route tasks semantically, or persist/retrieve project decisions. ## Workflow 1. Prefer the `hops-memory-fabric` MCP tools when available: - `hops_remember`: store key/value memory with actor/trust/tool provenance. - `hops_retrieve`: recover stored memory through the Fractal Memory Pyramid. - `hops_verify_pro

  2. plugins/hops-memory-fabric/.codex-plugin/plugin.json#0 score 0.415

    { "name": "hops-memory-fabric", "version": "0.1.0", "description": "Local HOPS memory fabric tools for tiered memory, provenance HMKs, resonant routing, and pilot proof regeneration.", "author": { "name": "Ghostmesh", "email": "local@example.invalid", "url": "https://localhost.invalid/hops-memory-fabric" }, "homepage": "https://localhost.invalid/hops-memory-fabric", "repository": "local", "license": "Proprietary", "keywords": [ "hops", "memory", "mcp", "hypervectors" ], "skills": "./skills/", "mcpServers": "./.mcp.json", "interface": { "displayName": "HOPS Memory Fabric", "shortDescription": "Memory-native pilot and routing tools", "longDescription": "A local Codex plugin exposing the HOPS m

  3. plugins/hops-memory-fabric/skills/hops-memory-fabric/agents/openai.yaml#0 score 0.387

    interface: display_name: "HOPS Memory Fabric" short_description: "Use local HOPS memory and pilot tools" brand_color: "#2563EB" default_prompt: "Use $hops-memory-fabric to remember this decision with provenance and route the next task." dependencies: tools: - type: "mcp" value: "hops-memory-fabric" description: "Local HOPS memory fabric MCP server" policy: allow_implicit_invocation: true

  4. plugins/hops-memory-fabric/.codex-plugin/plugin.json#1 score 0.332

    PolicyURL": "https://localhost.invalid/privacy", "termsOfServiceURL": "https://localhost.invalid/terms", "defaultPrompt": [ "Use $hops-memory-fabric to remember this decision with provenance.", "Use $hops-memory-fabric to route this task to the best execution node.", "Use $hops-memory-fabric to regenerate the paid-pilot proof package." ], "brandColor": "#2563EB" } }

  5. results/memory_fabric/live_memory.json#0 score 0.314

    [ { "key": "hops_platform_state", "value": "paid pilot suite plus HOPS memory fabric plugin and MCP server are implemented and tests pass", "actor": "user", "trust": "high", "tool": "codex" } ]

Ask The Work Agent

Query the deployed RAG agent. Future Codex sessions can use /api/catchup to get oriented quickly.

Ready.

Audit Files

asset_catalog.json · rag_index.json · kimi_agents.json