v0.2.2 Stable¶
This file is the tracked release notes source for the stable follow-up that packages Skylattice's external authority kit. It keeps the GitHub release, the Pages release page, the README, and the outreach assets telling the same story.
Canonical public page: releases/v0-2-2.md
Release Positioning¶
Recommended GitHub repository description:
Local-first AI agent runtime for persistent memory, governed repo tasks, and Git-native self-improvement.
Recommended repository topics:
local-firstai-agentagent-frameworkmemorysqliteclifastapideveloper-toolsgithubpersonal-agent
What Changed Since v0.2.1¶
- the external authority kit is now part of the stable release surface instead of living only on
main - the repository now tracks a 30-day authority program, a posting runbook, reusable directory blurbs, and refined launch drafts
- the post-release discoverability review is now part of the stable public record
What This Release Is¶
Skylattice is still an early-stage runtime. This release does not expand runtime APIs or autonomy. It stabilizes the outward-facing distribution layer that helps people discover, cite, and explain the project accurately.
It keeps:
- durable memory in local SQLite-backed state
- operator-facing behavior in tracked docs, prompts, configs, and ADRs
- repo work behind explicit approval and validation boundaries
- bounded self-improvement behind reviewable Git paths and rollback metadata
5-Minute Verification Path¶
python -m pip install -e .[dev]python -m skylattice.cli doctorpython -m pytest -qpython tools/run_validation_suite.py- compare local results with
examples/redacted/doctor-output.json
What To Cite And Share¶
- Pages homepage:
https://yscjrh.github.io/skylattice/ - what-is page:
https://yscjrh.github.io/skylattice/what-is-skylattice/ - quick start:
https://yscjrh.github.io/skylattice/quickstart/ - proof page:
https://yscjrh.github.io/skylattice/proof/ - stable release page:
https://yscjrh.github.io/skylattice/releases/v0-2-2/
Known Limits¶
- task execution is text-native and does not perform AST-aware refactors
- meaningful task planning still depends on
OPENAI_API_KEY - radar discovery depends on
GITHUB_TOKEN - automatic promotion remains constrained to whitelisted tracked paths
- the project is not yet a hosted control plane or a broad integration framework
Suggested GitHub Release Body Shape¶
- what Skylattice is
- what changed since v0.2.1
- what works today
- 5-minute verification path
- proof assets and sample outputs
- what the authority kit adds
- known limits
- feedback wanted