Babel v0.1.0
First public pre-1.0 release of the canonical Babel source at gthgomez/Babel.
Commit: 8184bbbbfa818001382fdeaf8e9d51ba8bf6003d
Tag: v0.1.0 (annotated)
What's included
- Canonical public source: prompt layers,
babel-cli(package version 0.1.0), catalog, docs, validation tooling - Security gates: gitleaks, public scrub, content policy (PCONT012 warnings)
- Optional pre-commit hooks; CI is authoritative
- Branch/tag protection, secret scanning, push protection
- Release policy:
docs/guides/RELEASE.md
Consumer pinning
When a product is ready to depend on Babel, pin both:
{
"babel": {
"tag": "v0.1.0",
"sha": "8184bbbbfa818001382fdeaf8e9d51ba8bf6003d"
}
}Product consumer pin is intentionally deferred until Babel has been used more substantially in those products. Shipping this tag makes the tree pinable without claiming full Option A cutover complete.
Pre-1.0 note
Public API and catalog surface are still stabilizing. Breaking changes to contracts may still occur before 1.0.0.
Links
- Changelog:
CHANGELOG.md - Security:
SECURITY.md