Public Meridian standard · current

Public Agent Standard Publication

This standard defines the source, metadata, safety and URL contract for the
small set of Meridian standards that may be published to
agents.meridianstack.dev. It is the repository-side contract for a future
static publisher; it does not deploy or serve the site.

Authority and opt-in

The canonical source remains a Markdown or MDX document in docs/standards/.
The file .config/meridian/policies/public-agent-standards.json is the
explicit publication manifest. A document is publishable only when both the
manifest and its frontmatter opt it in:

No private documentation, credentials, provider payloads, access policy or
hosted-site state belongs in this publication surface. Public classification is
an explicit review decision, not an inference from a filename or directory.

Stable URLs and discovery

The publisher derives all public routes from the manifest identifier. For an
entry with ID example-standard, the routes are:

The machine index is derived output. It must expose the stable ID, title,
status, classification, source revision and both document URLs; it must not
become a second source tree or expose repository paths that are not needed by
consumers.

Renames and supersession

Published IDs are durable public identifiers. A rename is represented by a new
manifest entry plus supersedes and redirectFrom values on the new entry.
The old ID remains a redirect target and is never silently reused for a
different standard. Redirect IDs must be unique, must use the same lowercase
kebab-case grammar as current IDs, and must not collide with a current ID.

Removing a document from the manifest is therefore not a rename. It is a
deliberate retirement that must preserve a redirect or an explicit unavailable
record when the public URL has already been released.

Safety gate

The validator fails closed unless every manifest entry is classified exactly as
public-agent-standard and carries the reviewed-public safety decision in
both manifest and frontmatter. It also rejects common credential material,
including private-key blocks, GitHub tokens, live Stripe keys, AWS access-key
identifiers and JWT-shaped bearer values.

Reviewers must still check the meaning of the content: the automated gate is a
minimum safety boundary, not permission to publish private operational detail.

Deterministic validation

Repository CI runs the TypeScript owner in
tools/governance/repository-quality and rejects:

The validator sorts findings and derived entries before reporting them, so the
same source produces the same result locally and in CI.

This contract is the implementation record for ISSUE #1774.

Download raw Markdown · Standards index