{
  "schema_version": "1.0",
  "process": {
    "name": "aDNA Enhancement Proposal",
    "abbreviation": "AEP",
    "constitution": "https://adna.network/community/proposals/aep-1/",
    "archive": "https://adna.network/community/proposals/",
    "governed_by": "ADR-055",
    "agent_authorship": "permitted, disclosure required",
    "ratification": "human only",
    "median_review_days": null
  },
  "states": [
    {
      "id": "draft",
      "meaning": "Written down and numbered, not yet under review.",
      "terminal": false,
      "count": 0
    },
    {
      "id": "review",
      "meaning": "Under public review; a sponsor is shepherding it.",
      "terminal": false,
      "count": 1
    },
    {
      "id": "accepted",
      "meaning": "Decided yes; implementation may begin.",
      "terminal": false,
      "count": 0
    },
    {
      "id": "final",
      "meaning": "Implemented and enforced by a check that fails when the rule is violated.",
      "terminal": true,
      "count": 1
    },
    {
      "id": "rejected",
      "meaning": "Reviewed and declined, with the reason recorded.",
      "terminal": true,
      "count": 0
    },
    {
      "id": "withdrawn",
      "meaning": "Retracted by its author before a decision.",
      "terminal": true,
      "count": 0
    },
    {
      "id": "superseded",
      "meaning": "Replaced by a later proposal, which is named on it.",
      "terminal": true,
      "count": 0
    },
    {
      "id": "dormant",
      "meaning": "Nobody is shepherding it; revivable by anyone.",
      "terminal": false,
      "count": 0
    }
  ],
  "count": 2,
  "proposals": [
    {
      "number": 1,
      "title": "The aDNA Enhancement Proposal process",
      "status": "final",
      "url": "https://adna.network/community/proposals/aep-1/",
      "authors": [
        "Stanley Sekar"
      ],
      "sponsor": "Stanley Sekar",
      "authored_by_agent": "agent_rosetta (Claude)",
      "ratified_by": "Stanley Sekar, Founding Architect",
      "ratified_date": "2026-08-20",
      "conformance_check": "site/tests/gates/gate-37-proposal-process.spec.ts",
      "supersedes": null,
      "superseded_by": null,
      "implements_adr": "ADR-055",
      "discussion_url": "https://github.com/aDNA-Network/aDNA/issues",
      "created": "2026-08-20",
      "history": [
        {
          "date": "2026-08-20",
          "state": "draft",
          "note": "Drafted as the constitution of the process it describes."
        },
        {
          "date": "2026-08-20",
          "state": "review",
          "note": "Reviewed against the proposal anatomy of PEPs, TC39, EIPs and the MCP SEP process."
        },
        {
          "date": "2026-08-20",
          "state": "accepted",
          "note": "Ratified by Stanley Sekar, Founding Architect, as ADR-055."
        },
        {
          "date": "2026-08-20",
          "state": "final",
          "note": "gate-37 landed — the process is enforced by a check that fails when it is violated."
        }
      ]
    },
    {
      "number": 2,
      "title": "Canonical URL casing and permanent redirects",
      "status": "review",
      "url": "https://adna.network/community/proposals/aep-2/",
      "authors": [
        "Stanley Sekar"
      ],
      "sponsor": "Stanley Sekar",
      "authored_by_agent": "agent_rosetta (Claude)",
      "ratified_by": null,
      "ratified_date": null,
      "conformance_check": null,
      "supersedes": null,
      "superseded_by": null,
      "implements_adr": null,
      "discussion_url": "https://github.com/aDNA-Network/aDNA/issues",
      "created": "2026-08-20",
      "history": [
        {
          "date": "2026-08-20",
          "state": "draft",
          "note": "Filed under AEP-1 as the first substantive proposal. No sponsor."
        },
        {
          "date": "2026-08-20",
          "state": "review",
          "note": "Sponsored by Stanley Sekar, who agreed to shepherd it through review."
        }
      ]
    }
  ]
}