v0.3.0 Stable¶
This file is the tracked release notes source for the Phase 4 closeout and Phase 5 entry release. It keeps the GitHub release, the Pages release page, the README, and the roadmap telling the same story.
Canonical public page: releases/v0-3-0.md
Release Positioning¶
Skylattice is still a local-first, CLI-first runtime. v0.3.0 Stable marks a milestone change in operator workflow, not a jump to hosted automation.
This release closes the Phase 4 loop with stronger GitHub collaboration sync observability, then opens Phase 5 with tracked radar scheduling and source abstraction.
What Changed Since v0.2.2¶
- task-agent now inspects branch-scoped PR state before sync and records richer remote-target recovery metadata
- PR sync results now expose number, URL, state, draft status, sync mode, and dedupe identity for inspection and resume guidance
- issue-comment recovery now reports the target issue plus whether a matching dedupe comment is already present
- radar now has tracked schedule config plus Windows-first schedule rendering and
radar schedule run - radar discovery now depends on a stable source protocol and evidence persists provider identity
What This Release Is¶
This is a minor stable release because it changes the operational baseline in two durable ways:
- memory-aware, recovery-aware task runs now carry a more explicit remote collaboration tail
- radar now has the first tracked local automation foundation without adding an in-repo daemon
5-Minute Verification Path¶
python -m pip install -e .[dev]python -m skylattice.cli doctorpython -m pytest -qpython -m compileall src/skylatticepython -m mkdocs build --strict
Optional operator checks:
python -m skylattice.cli radar schedule showpython -m skylattice.cli radar schedule render --target windows-task
What To Cite And Share¶
- Pages homepage:
https://yscjrh.github.io/skylattice/ - what-is page:
https://yscjrh.github.io/skylattice/what-is-skylattice/ - proof page:
https://yscjrh.github.io/skylattice/proof/ - stable release page:
https://yscjrh.github.io/skylattice/releases/v0-3-0/ - repository:
https://github.com/YSCJRH/skylattice
Known Limits¶
- task execution is still text-native and does not perform AST-aware refactors
- meaningful task planning still depends on
OPENAI_API_KEY - radar discovery still has only one live provider: GitHub
- schedule integration is Windows-first in this slice and relies on local OS task registration
- automatic promotion remains constrained to whitelisted tracked paths
Suggested GitHub Release Body Shape¶
- what Skylattice is
- what changed since v0.2.2
- what works today
- recovery-aware GitHub collaboration sync
- radar schedule foundation and source abstraction
- 5-minute verification path
- known limits
- feedback wanted