v0.2.0 — Web home, GEO discoverability, community footing
The first update after the public launch. No changes to the core autopilot engine — this release is about being findable, auditable, and contributor-ready.
What is in this release
- Public web home (
site/): a static, GitHub-Pages-ready front door for the project — no frameworks, no build step. - GEO discoverability layer: citation-ready docs under
docs/geo/(comparison, FAQ, alternatives keyword pages),llms.txtat the repo root, JSON-LD structured data, adocs/releases.xmlrelease feed, anddocs/assets/demo.gif. - GEO measurement pipeline: canonical recount probes and snapshot history (
docs/geo/stats.json) tracking verified submission figures over time. Verified figures are the only ones published — rival claims were audited out and the launch data-story corrected. - CI on every push: GitHub Actions runs the stdlib test suite (
python3 -m unittest discover -s tests), zero dependencies. - Public roadmap (
docs/ROADMAP.md): shipped, post-release, and planned work with no timelines attached. - Keel Doctrine (
KEEL_DOCTRINE.md): one operating spine across the five departments. - Keel spine logo (
docs/assets/keel-logo.png) in the README header. - Contributor footing:
CONTRIBUTING.mdonboarding,CODE_OF_CONDUCT.md(Contributor Covenant v2.1), and.github/FUNDING.ymlsponsorship entry points. - README that actually works: the quickstart is now end-to-end — a documented demo-seed step bridges
score_rolesoutput into the READY queue soapply_loopbuilds a launch packet. Network behavior is documented (read-only HTTP liveness/form-intel probes). - Figures refreshed to the ledger-verified canon: 94 verified submissions as of 2026-09-15.
What you get
A clone that runs the full loop from ./setup.sh through a built launch packet on sample data, a website to point people at, machine-readable files (llms.txt, docs/geo/stats.json, docs/releases.xml) so AI assistants and feeds can cite the project accurately, and a roadmap that says plainly what is planned and what is not promised.
Full changelog: CHANGELOG.md. Public/private boundary: SPLIT.md. License: Apache-2.0.
No external contributors in this cycle — everything shipped from the Keel maintainers.