Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.2 KB

File metadata and controls

27 lines (20 loc) · 1.2 KB

LLM Warm-up — standards (Developer)

Thin stub. Canonical machine entry: 0-AI-MANIFEST.a2ml. Canonical human entry: README.adoc. Spec index: .machine_readable/REGISTRY.a2ml.

You are working on the standards themselves

  • Find a spec: .machine_readable/REGISTRY.a2ml (id → home → source_hash).
  • Add/move a spec: edit the SPECS table in scripts/build-registry.sh, then just registry (regenerates REGISTRY.a2ml + TOPOLOGY.md). CI rejects a spec change that forgets to regenerate (registry-verify.yml).
  • Language + licence policy (binding): .claude/CLAUDE.md. Licence/SPDX is Manual-Only — flag drift, never edit it.
  • State you must keep current: .machine_readable/6a2/STATE.a2ml.

Key commands

  • just registry — regenerate the spec registry + derived topology
  • just registry-check — fail on drift (what CI runs)
  • just build / just test — build + run the sub-project test suites
  • just doctor / just heal — diagnose / auto-repair

Quick context

  • Licence: see LICENSE (Manual-Only for agents).
  • Part of the Hyperpolymath ecosystem.
  • Architecture map (derived): TOPOLOGY.md. Drift automation: REGISTRY.adoc.