{
  "name": "agentic-artifacts",
  "protocol": "Agent-Native Research Artifact (ARA-style)",
  "fetchedAt": "2026-06-20",
  "source": "local project manifest",
  "entry": "agentic-artifacts/",
  "root": "agentic-artifacts/PAPER.md",
  "principles": [
    {
      "id": "progressive-disclosure",
      "implementation": "The homepage fetches a compact manifest first; PAPER.md indexes deeper logic, src, trace, and evidence files."
    },
    {
      "id": "cross-layer-binding",
      "implementation": "Each manifest item records the layer it belongs to and the files it binds to."
    },
    {
      "id": "dead-ends-preserved",
      "implementation": "trace/exploration_tree.yaml keeps rejected routing paths as first-class nodes."
    },
    {
      "id": "provenance-tracking",
      "implementation": "Entries use ARA provenance tags: user, ai-suggested, ai-executed, and user-revised."
    }
  ],
  "layers": [
    {
      "id": "paper",
      "path": "agentic-artifacts/PAPER.md",
      "role": "Root manifest and layer index"
    },
    {
      "id": "logic",
      "path": "agentic-artifacts/logic/",
      "role": "Claims, experiment plans, and router architecture"
    },
    {
      "id": "src",
      "path": "agentic-artifacts/src/",
      "role": "Environment and evaluation configuration"
    },
    {
      "id": "trace",
      "path": "agentic-artifacts/trace/",
      "role": "Exploration graph with dead ends"
    },
    {
      "id": "evidence",
      "path": "agentic-artifacts/evidence/",
      "role": "Result tables and figure pointers"
    }
  ],
  "items": [
    {
      "id": "paper-root",
      "title": "PAPER.md root manifest",
      "type": "root",
      "layer": "paper",
      "status": "entry-ready",
      "href": "agentic-artifacts/PAPER.md",
      "provenance": "user-revised",
      "bindsTo": [
        "logic/claims.md",
        "logic/experiments.md",
        "src/environment.md",
        "trace/exploration_tree.yaml",
        "evidence/tables/ood_results.csv"
      ],
      "description": "Compact entry point for deciding which router artifact layer to load next."
    },
    {
      "id": "acrouter",
      "title": "ACRouter reference implementation",
      "type": "router",
      "layer": "logic",
      "status": "entry-ready",
      "href": "agentic-artifacts/logic/solution/architecture.md",
      "provenance": "user-revised",
      "bindsTo": [
        "src/configs/router_eval.md",
        "trace/exploration_tree.yaml",
        "evidence/tables/score_matrix.md"
      ],
      "description": "Reference surface for the Orchestrator, Verifier, and Memory modules used by the C-A-F loop."
    },
    {
      "id": "coderouterbench",
      "title": "CodeRouterBench splits",
      "type": "benchmark",
      "layer": "logic",
      "status": "entry-ready",
      "href": "agentic-artifacts/logic/experiments.md",
      "provenance": "user-revised",
      "bindsTo": [
        "src/environment.md",
        "evidence/tables/score_matrix.md",
        "evidence/tables/ood_results.csv"
      ],
      "description": "Single-turn coding dimensions, deterministic probing/test split metadata, and OOD agentic-programming stream."
    },
    {
      "id": "score-matrix",
      "title": "Verified model score matrix",
      "type": "evaluation",
      "layer": "evidence",
      "status": "entry-ready",
      "href": "agentic-artifacts/evidence/tables/score_matrix.md",
      "provenance": "user-revised",
      "bindsTo": [
        "logic/claims.md",
        "src/configs/router_eval.md"
      ],
      "description": "Per-task observations for eight model candidates, including score, cost, and regret-ready reward fields."
    },
    {
      "id": "verifier-traces",
      "title": "Verifier traces",
      "type": "feedback",
      "layer": "trace",
      "status": "entry-ready",
      "href": "agentic-artifacts/trace/exploration_tree.yaml",
      "provenance": "user-revised",
      "bindsTo": [
        "logic/solution/architecture.md",
        "evidence/tables/score_matrix.md"
      ],
      "description": "Sandbox and rule-signal traces that can be fed back into router memory after each task."
    },
    {
      "id": "agentic-ood",
      "title": "Agentic programming OOD set",
      "type": "stream",
      "layer": "logic",
      "status": "entry-ready",
      "href": "agentic-artifacts/logic/experiments.md",
      "provenance": "user-revised",
      "bindsTo": [
        "evidence/tables/ood_results.csv",
        "evidence/figures/README.md"
      ],
      "description": "Held-out repository-level tasks for checking router transfer; updated GPT-5.4 resolves 75.00% on the 176-task split."
    },
    {
      "id": "ood-gpt54",
      "title": "Updated GPT-5.4 OOD result",
      "type": "evaluation",
      "layer": "evidence",
      "status": "entry-ready",
      "href": "agentic-artifacts/evidence/tables/ood_results.csv",
      "provenance": "user-revised",
      "bindsTo": [
        "logic/claims.md",
        "logic/experiments.md",
        "evidence/figures/README.md"
      ],
      "description": "132/176 resolved on the OOD agentic-programming split, with $41.04 total logged backend cost."
    },
    {
      "id": "dead-ends",
      "title": "Exploration and dead-end ledger",
      "type": "trace",
      "layer": "trace",
      "status": "entry-ready",
      "href": "agentic-artifacts/trace/exploration_tree.yaml",
      "provenance": "ai-executed",
      "bindsTo": [
        "logic/experiments.md",
        "logic/solution/constraints.md"
      ],
      "description": "Rejected static, prompt-only, and cost-blind routing paths are preserved so agents do not rediscover them."
    },
    {
      "id": "pricing",
      "title": "Pricing and cost cards",
      "type": "cost",
      "layer": "src",
      "status": "entry-ready",
      "href": "agentic-artifacts/src/configs/router_eval.md",
      "provenance": "user-revised",
      "bindsTo": [
        "evidence/tables/ood_results.csv",
        "logic/claims.md"
      ],
      "description": "Model pricing metadata and local-router serving cost assumptions used by cost-aware regret evaluation."
    }
  ]
}
