diff --git a/references/README.md b/references/README.md index 97ff0a1..b10d26b 100644 --- a/references/README.md +++ b/references/README.md @@ -26,8 +26,9 @@ Every accepted profile should contain: ## Registry -| Profile | Status | Ratify version | Platform version | Gate | -|---|---|---|---|---| +Each profile owns one entry under [`registry/`](registry/README.md). Keeping +entries in separate files lets platform references branch from `main` and merge +independently without competing for a shared table row. ## Lifecycle diff --git a/references/registry/README.md b/references/registry/README.md new file mode 100644 index 0000000..a6c90d0 --- /dev/null +++ b/references/registry/README.md @@ -0,0 +1,11 @@ +# Reference profile registry + +Each accepted platform profile adds one Markdown file to this directory. The +entry names the canonical profile, its review or endorsement status, exact +Ratify and platform versions, and its executable gate. + +One file per platform is intentional: platform references can be developed, +reviewed, and merged independently without editing a shared registry table. + +An entry records evidence; it does not imply that the named platform reviewed, +approved, partnered on, or endorsed the profile unless the entry says so.