Skip to content

v0.2.0 — Web home, GEO discoverability, community footing

Latest

Choose a tag to compare

@KeelDev-tech KeelDev-tech released this 16 Sep 01:35
· 46 commits to main since this release

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.txt at the repo root, JSON-LD structured data, a docs/releases.xml release feed, and docs/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.md onboarding, CODE_OF_CONDUCT.md (Contributor Covenant v2.1), and .github/FUNDING.yml sponsorship entry points.
  • README that actually works: the quickstart is now end-to-end — a documented demo-seed step bridges score_roles output into the READY queue so apply_loop builds 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.