You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hyperpolymath edited this page May 28, 2026
·
3 revisions
Hyperpolymath Standards
Organisation-wide standards, specifications, and governance templates for the Hyperpolymath ecosystem.
Quick Start
See the main README for the full standards catalogue.
Key Concepts
6A2 Format Family -- 7 machine-readable project metadata formats in A2ML: STATE, META, ECOSYSTEM, AGENTIC, NEUROSYM, PLAYBOOK, and LANGUAGES. Every hyperpolymath repo must have these in .machine_readable/.
Monorepo architecture -- All A2ML specification satellites (meta-a2ml, playbook-a2ml, agentic-a2ml, neurosym-a2ml, languages-a2ml, axel-protocol, lol) have been absorbed into this monorepo for easier maintenance and atomic cross-spec changes.
Governance framework -- Canonical source for language policy, build system standards (Mustfile/justfile, no Makefiles), licensing framework (PMPL-1.0-or-later), CI/CD enforcement workflows, and reusable CODE_OF_CONDUCT/CONTRIBUTING/SECURITY templates.
Localisation standard (always accompanies i18n work)
CI infrastructure
Reusable workflows -- scorecard-reusable.yml, codeql-reusable.yml, governance-reusable.yml, hypatia-scan-reusable.yml, etc. -- callable from per-repo wrappers so security/compliance gating evolves centrally. SHA-pinned per the security policy.
Language-maturation grades -- ARG (Adoption Readiness Grade) + FRG (Foundations Readiness Grade) under adoption-readiness-grades/ and foundations-readiness-grades/. Per-language profiles live in <repo>/spec/{ARG,FRG}-PROFILE.adoc and are aggregated into the nextgen-languages dashboard. TRG (Trust) + CRG (Compliance) profile templates also live in standards/.
GH Actions budget rebalancing -- ongoing rebalancing of the estate's CI minutes consumption. Canonical caller workflows ship at the conservative-cost defaults (e.g. scorecard weekly Monday 04:23 UTC, not daily). See issue #231 for the scorecard fan-out and issue #233 for the CodeQL policy decision.