Skip to main content

Automations

Automations are the repo’s operating layer. They validate content, generate derived artifacts, ingest external data, repair deterministic drift, and surface cleanup work. The target architecture is ownerless: every automation should be discoverable, classified, bounded, and repairable.

Automation Taxonomy

The live workflow taxonomy is visible in .github/workflows/:

GitHub Actions Surface

Script Automation Surface

Operational scripts live in operations/scripts/ and follow the script framework taxonomy:

Gate Layers

Ownerless Automation Requirements

Each production automation should declare:

Current Automation Gaps

  • docs-guide/frameworks/github-actions.mdx
  • docs-guide/frameworks/script-framework.mdx
  • docs-guide/policies/infrastructure-principles.mdx
  • docs-guide/catalog/workflows-catalog.mdx
  • docs-guide/catalog/scripts-catalog.mdx
Last modified on May 19, 2026