{
  "spec_version": "0.1",
  "last_updated": "2026-05-04",
  "human_url": "https://prxy.monster/monster-log/",
  "purpose": "Dated public AI coding-agent incidents mapped to prxy.monster modules and status.",
  "entries": [
    {
      "date": "2026-03-19",
      "signal": "Claude Code auto-compaction regression report: user intent and corrections dropped after compaction.",
      "source_url": "https://github.com/anthropics/claude-code/issues/36068",
      "module": "compaction-bridge",
      "status": "production",
      "response": "Preserve explicit user intent across compression boundaries."
    },
    {
      "date": "2026-03-16",
      "signal": "MCP tool definitions consuming 55,000+ tokens before the first user message.",
      "source_url": "https://www.apideck.com/blog/mcp-server-eating-context-window-cli-alternative",
      "module": "mcp-optimizer",
      "status": "production",
      "response": "Prune MCP tool definitions to relevant candidates before the model sees the request."
    },
    {
      "date": "2026-03-26",
      "signal": "Claude Code users reporting rapid rate-limit drain.",
      "source_url": "https://www.macrumors.com/2026/03/26/claude-code-users-rapid-rate-limit-drain-bug/",
      "module": "semantic-cache, exact-cache",
      "status": "production",
      "response": "Reduce repeated provider work for repeated prompts and repeated context."
    },
    {
      "date": "2026-04",
      "signal": "Public reports of AI coding-tool budgets outrunning forecasts.",
      "source_url": "https://www.benzinga.com/markets/tech/26/04/51828848/ubers-anthropic-ai-push-hits-wall-cto-says-budget-struggles-despite-spend",
      "module": "cost-guard",
      "status": "production",
      "response": "Enforce per-key daily and monthly spend ceilings before runaway agent loops become runaway invoices."
    },
    {
      "date": "2026-04",
      "signal": "Claude Code subscription availability and pricing tests.",
      "source_url": "https://clskillshub.com/blog/claude-code-pro-pricing-test-april-2026",
      "module": "MIT local edition",
      "status": "production",
      "response": "Keep the gateway pipeline runnable on customer-controlled infrastructure."
    },
    {
      "date": "2026-02-20",
      "signal": "Cloudflare Code Mode demonstrated a fixed low-token MCP surface for a large API.",
      "source_url": "https://blog.cloudflare.com/code-mode-mcp/",
      "module": "tool-cache",
      "status": "preview",
      "response": "Observe repeated MCP tool calls today; active tool-result caching remains preview."
    }
  ],
  "qualification_rules": [
    "Incident must be public and linkable.",
    "Incident must affect coding agents, MCP tooling, context preservation, or provider spend.",
    "Response must be module-shaped: prune, cache, remember, cap, preserve, route, or guard.",
    "Status must be production, preview, planned, deprecated."
  ]
}
