{
  "markdown": "# SEAR\n\nSEAR is the Self Evolving Agent Retrainer: a public launch surface, a read-only ChatGPT app via MCP, and an installable CLI for operator-grade release inspection.\n\n## What ships\n\n- `apps/web`: Next.js 16 site with SEO metadata, `robots.txt`, `sitemap.xml`, `sitemap.txt`, `llms.txt`, benchmark pages, and a remote MCP endpoint at `/api/mcp`\n- `packages/sear-cli`: installable `sear` CLI with `doctor`, `overview`, `benchmarks`, `sitemap`, and raw `request get`\n- `.codex/skills/sear`: companion skill for future Codex threads\n\n## Local workflow\n\n```bash\npnpm install\npnpm build\npnpm test\npnpm bench\npnpm install:cli\nsear --json doctor\n```\n\n`sear doctor` defaults to the live deployment at `https://sear.genesisconductor.io`. For a local dev server, pass an explicit base URL:\n\n```bash\npnpm dev\nsear --base-url http://localhost:3000 --json doctor\n```\n\n## Cloudflare deploy\n\nSEAR is configured to run on Cloudflare Workers at `https://sear.genesisconductor.io`.\n\n```bash\npnpm preview:cloudflare\npnpm deploy:cloudflare\n```\n\nThe app deploys from `apps/web` via the OpenNext adapter and Wrangler, with the custom domain attached in `apps/web/wrangler.jsonc`.\n\n## ChatGPT app\n\nThe remote MCP endpoint is exposed at `/api/mcp`. Connect it from ChatGPT developer mode over HTTPS after deployment.\n",
  "bytes": 1297,
  "sha": "8166421d288f337006d1bb9e07d28e5574b3049eebe61ce2b357e01a54d5573e",
  "repo_slug": "igor-holt/sear",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_igor_holt_sear_1a1f71e3/readme"
}