v0.2.1 Stable¶
This file is the tracked release notes source for the first non-pre-release Skylattice release. It keeps the GitHub release, the Pages stable release page, the README, and the outreach assets telling the same story.
Canonical public page: releases/v0-2-1.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.0¶
- the first non-pre-release release now provides a conventional latest-release signal
- the English public pages were tightened into answer-first landing pages
- the Chinese mirror pages were rewritten in clean UTF-8 with query-aligned wording
- the repository now tracks outreach assets and a weekly discoverability review loop alongside the public Pages surfaces
What This Release Is¶
Skylattice is still an early-stage runtime, but it now has a stable public baseline for search, citation, and first-run trust.
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-1/
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.0
- what works today
- 5-minute verification path
- proof assets and sample outputs
- why the stable signal matters
- known limits
- feedback wanted