{
  "name": "eidos-storemetheus",
  "version": "0.1.0",
  "reviewed": "2026-05-31",
  "purpose": "Build governed plugin stores for individuals, teams, and companies.",
  "canonical": {
    "human": "https://storemetheus-production.up.railway.app/",
    "markdown": "https://storemetheus-production.up.railway.app/storemetheus.md",
    "llms": "https://storemetheus-production.up.railway.app/llms.txt",
    "contract": "https://storemetheus-production.up.railway.app/.well-known/storemetheus.json",
    "repo": "https://github.com/eidos-agi/eidos-storemetheus"
  },
  "desiredCanonical": {
    "human": "https://storemetheus.eidosagi.com/",
    "markdown": "https://storemetheus.eidosagi.com/storemetheus.md",
    "llms": "https://storemetheus.eidosagi.com/llms.txt",
    "contract": "https://storemetheus.eidosagi.com/.well-known/storemetheus.json"
  },
  "buildContract": [
    "Name the owner and the audience before writing code.",
    "Decide private, team, or public distribution up front.",
    "Separate source repo, marketplace catalog, installed cache, runtime config, and active session proof.",
    "Ship one store-local creator plugin so users do not have to know Felix by name.",
    "Publish an agent-readable quickstart and a human-readable landing page.",
    "Add a stale-content review cadence for platform docs and installation paths."
  ],
  "storeTemplates": [
    {
      "name": "Company store",
      "path": "private GitHub org repo",
      "creator": "Company Plugin Creator",
      "governance": "owner approval, install allow-list, release notes, audit trail"
    },
    {
      "name": "Client store",
      "path": "client-owned private repo",
      "creator": "Client Plugin Creator",
      "governance": "client scope, no cross-client secrets, transfer-ready docs"
    },
    {
      "name": "Public ecosystem store",
      "path": "public marketplace repo",
      "creator": "Ecosystem Plugin Creator",
      "governance": "security review, contribution policy, pinned releases, support channel"
    }
  ],
  "stores": [
    {
      "name": "Greenmark Store",
      "visibility": "private-blueprint",
      "creator": "Greenmark Plugin Creator",
      "routes": {
        "human": "/stores/greenmark",
        "markdown": "/stores/greenmark.md",
        "contract": "/.well-known/greenmark-store.json",
        "caseStudy": "/docs/case-studies/greenmark-private-plugin-store.md"
      },
      "live": {
        "human": "https://storemetheus-production.up.railway.app/stores/greenmark",
        "markdown": "https://storemetheus-production.up.railway.app/stores/greenmark.md",
        "contract": "https://storemetheus-production.up.railway.app/.well-known/greenmark-store.json"
      }
    }
  ],
  "platformNotes": [
    {
      "name": "Claude Code",
      "fit": "Native plugin marketplaces are the strongest current store primitive.",
      "distribution": "Marketplace JSON, plugins, skills, agents, hooks, MCP servers, and install/update commands.",
      "storemetheusMove": "Make the company store a GitHub-hosted marketplace first, then publish only curated plugins.",
      "sources": [
        "https://code.claude.com/docs/en/plugin-marketplaces",
        "https://code.claude.com/docs/en/discover-plugins"
      ]
    },
    {
      "name": "Codex",
      "fit": "Best current fit is a governed local/plugin workspace with explicit evidence across source, cache, config, and active session.",
      "distribution": "Skills, plugins, MCP servers, AGENTS.md, local app automations, and repo-backed install notes.",
      "storemetheusMove": "Treat Codex as the proving surface for company-specific operating skills and recurring checks.",
      "sources": [
        "https://developers.openai.com/codex/cli",
        "https://developers.openai.com/learn/docs-mcp"
      ]
    },
    {
      "name": "Cursor",
      "fit": "Rules and MCP make Cursor a strong consumer of store-managed context and tools.",
      "distribution": ".cursor/rules, AGENTS.md, MCP configuration, and project-scoped guidance.",
      "storemetheusMove": "Publish compact project rules plus MCP recipes, then keep them tied to the same store source.",
      "sources": [
        "https://cursor.com/docs/rules",
        "https://cursor.com/docs/mcp"
      ]
    },
    {
      "name": "Devin",
      "fit": "Knowledge and Playbooks are the store-shaped assets.",
      "distribution": "Organization knowledge, enterprise knowledge, repo-pinned knowledge, playbooks, automations, and scheduled sessions.",
      "storemetheusMove": "Convert repeated company workflows into small knowledge items and reusable playbooks.",
      "sources": [
        "https://docs.devin.ai/product-guides/knowledge",
        "https://docs.devin.ai/product-guides/creating-playbooks"
      ]
    },
    {
      "name": "Antigravity",
      "fit": "Agent-manager and artifact-review surfaces make it a good target for verifiable store workflows.",
      "distribution": "Rules, workflows, skills, subagents, and task artifacts.",
      "storemetheusMove": "Ship store content as agent-readable workflows and require artifact proof after execution.",
      "sources": [
        "https://antigravity.google/docs/ide-overview?app=antigravity"
      ]
    }
  ],
  "validationSurfaces": [
    "source",
    "marketplace",
    "cache",
    "config",
    "active-session"
  ],
  "creatorPattern": "Each store should expose its own creator plugin, such as Greenmark Plugin Creator or Eidos Plugin Creator. Felix may be the implementation engine behind that user-facing creator.",
  "sources": [
    {
      "label": "Claude Code plugin marketplaces",
      "url": "https://code.claude.com/docs/en/plugin-marketplaces"
    },
    {
      "label": "Claude Code plugin discovery",
      "url": "https://code.claude.com/docs/en/discover-plugins"
    },
    {
      "label": "OpenAI Codex CLI",
      "url": "https://developers.openai.com/codex/cli"
    },
    {
      "label": "OpenAI Docs MCP",
      "url": "https://developers.openai.com/learn/docs-mcp"
    },
    {
      "label": "Cursor rules",
      "url": "https://cursor.com/docs/rules"
    },
    {
      "label": "Cursor MCP",
      "url": "https://cursor.com/docs/mcp"
    },
    {
      "label": "Devin Knowledge",
      "url": "https://docs.devin.ai/product-guides/knowledge"
    },
    {
      "label": "Devin Playbooks",
      "url": "https://docs.devin.ai/product-guides/creating-playbooks"
    },
    {
      "label": "Google Antigravity IDE",
      "url": "https://antigravity.google/docs/ide-overview?app=antigravity"
    }
  ]
}