Skip to content

Releases: KrakenNet/stargraph

Rename

08 Jun 13:50

Choose a tag to compare

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

14 May 15:28

Choose a tag to compare

- 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

01 May 22:04

Choose a tag to compare

Versioning updates

v0.2.1-alpha

01 May 21:22
3a056f1

Choose a tag to compare

Bump version from 0.1.0 to 0.2.1