Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/workflows/readme-derive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# SPDX-License-Identifier: MPL-2.0
# README single-source derivation (ADR-004): README.adoc is canonical;
# README.md is derived for the Glama MCP directory (Markdown-only renderer).
# This caller delegates to the standards reusable, which reads the
# [publishing.readme] declaration in .machine_readable/*/ECOSYSTEM.a2ml,
# regenerates README.md behind a vocabulary gate, and fails-and-tells if the
# committed README.md is stale relative to README.adoc.
name: README Derive

on:
push:
branches: [main, master]
paths:
- README.adoc
- README.md
- .machine_readable/**/ECOSYSTEM.a2ml
pull_request:
paths:
- README.adoc
- README.md
- .machine_readable/**/ECOSYSTEM.a2ml

permissions:
contents: read

jobs:
readme-derive:
# Pinned to the standards commit that introduced readme-derive-reusable.yml.
# Repin to include hyperpolymath/standards#476 (anchor-ID convention guard)
# once it lands on main; this repo's README.adoc already satisfies it.
uses: hyperpolymath/standards/.github/workflows/readme-derive-reusable.yml@db12a6ad3ef9076d5f7bdcf98d7d15cf8547555a
12 changes: 12 additions & 0 deletions .machine_readable/6a2/ECOSYSTEM.a2ml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,15 @@ seed-nodes = [
]
dns-status = "hyperpolymath.dev undelegated — registrar action needed (see container/fly/DNS-SETUP.adoc); *.fly.dev hostnames operative"
federation-protocol = "Umoja gossip (X25519 + ChaCha20-Poly1305, UDP 9999, IPv6)"

# ── Publishing (ADR-004: README single-source derivation) ──────────────────
# README.adoc is canonical; README.md is DERIVED (GENERATED banner) for Glama,
# which renders Markdown only. Regenerated + freshness-checked by the
# readme-derive workflow. Never hand-edit README.md.
[publishing.readme]
canonical = "README.adoc"
derive = true
format = "gfm"
path = "README.md"
consumer = "glama"
reason = "Glama MCP directory renders Markdown only; canonical README.adoc renders as raw markup there"
Loading
Loading