Releases: KrakenNet/stargraph
Releases · KrakenNet/stargraph
Rename
refactor!: rename harbor -> stargraph (package, CLI, env vars, configs) Clean break, no compat shims (solo deployment): - package src/harbor -> src/stargraph; all imports rewritten - CLI console script: harbor -> stargraph - entry-point groups: harbor.* -> stargraph.* - env vars: HARBOR_* -> STARGRAPH_* - config conventions: harbor.yaml -> stargraph.yaml, ~/.harbor -> ~/.stargraph - repo: KrakenNet/harbor -> KrakenNet/stargraph (redirect active) - uv.lock regenerated for the new project name - rename-induced lint drift fixed (E501 from the +3-char name, import sort order, __all__ order); openapi.json regenerated and stable Verified post-rename: pytest 1330 passed, pyright 0 errors, ruff check/format clean, stargraph CLI installs and runs, old harbor console script gone. BREAKING CHANGE: old run/checkpoint state hashed under harbor.* module paths will not replay or hash-verify. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Sean Mauk <seanmauk@krakennetworks.com>
v0.3.0: chore(release): bump version to 0.3.0
- pyproject.toml: 0.2.2 -> 0.3.0 - src/harbor/__init__.py: __version__ 0.2.2 -> 0.3.0 - README.md status banner: v0.2.2 -> v0.3.0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
v0.2.2-alpha
Versioning updates
v0.2.1-alpha
Bump version from 0.1.0 to 0.2.1