CERTIFICATION

CERTIFICATION

CERTIFICATION is COMPLIANCE made portable. Git is the certification engine. A tag is a badge. A badge is a tag. 255 or reject.

TAG CONVENTION

Tag Convention

`` cert/{USER}/{TIER}/{YYYY-MM-DD} `

Examples:

  • cert/DEXTER/FULL/2026-02-25
  • cert/ILYA/ENTERPRISE/2026-02-25
  • cert/YANA/AGENT/2026-02-25`
TIER MAPPING

Tier Mapping

Tiers are discovered from DESIGN.md — never hardcoded. Certification levels map 1:1 to MAGIC tiers.

TierScoreCertification LevelProof
COMMUNITY35CONTRIBUTORCANON.md + VOCAB.md + structure
BUSINESS43DEVELOPER+ {SCOPE}.md spec
ENTERPRISE63CERTIFIED DEVELOPER+ ROADMAP.md + COVERAGE.md
AGENT127SENIOR DEVELOPER+ LEARNING.md (growth evidence)
FULL255PRINCIPAL+ LANG (inherits and extends DESIGN)
PROOF CHAIN

Proof Chain

USER scope exists in GOV tree with VITAE.md (identity evidence) magic validate runs on USER scope — returns tier score Score maps to certification level (tier table parsed from DESIGN.md) git tag -s cert/{USER}/{TIER}/{YYYY-MM-DD} — signed, immutable TAGS.md row appended — auditable registry build-surfaces discovers cert tags → compiles _data/developers.json FOUNDATION/DEVELOPERS renders certified developer directory

VERIFICATION

Verification

Anyone can verify a certification:

``bash git checkout cert/{USER}/{TIER}/{DATE} magic validate {USER_SCOPE_PATH}

Returns same tier score — reproducible

``

SIGNING

Signing

Founder signs (git tag -s) until CI automation is established. Future: Ed25519 via VAULT.

*CERTIFICATION COMPLIANCE MAGIC*
TALK AUTO