Design fixture

Endpoint discovery row

Show agents route, purpose, schema, source file, and validation command in one scannable row.

Good Example

A row lists /agent-manifest.json, purpose, /schemas/agent-manifest.schema.json, src/pages/agent-manifest.json.ts, and npm run qa:aeo.

/agent-manifest.json Top-level agent entry manifest /schemas/agent-manifest.schema.json src/pages/agent-manifest.json.ts npm run qa:aeo

Bad Example

A decorative link labeled Manifest with no schema, source owner, validation command, or failure mode.

Ambiguous decorative status without enough context, source, or command evidence.

States

  • default
  • focus
  • long-path-wrapping
  • schema-linked
  • missing-evidence-warning

Responsive Constraint

Long routes and source paths wrap inside the row without document-level horizontal overflow.

Accessibility Constraint

Every route, schema, and source file link has visible text and a focus style.

Agent Check

Can an agent identify the endpoint owner and validation command without searching the repo?

QA Gates

  • npm run qa:browser
  • npm run qa:aeo