Skip to content

Tags: capysc/capy-cli

Tags

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: Capy CLI v0.9.1 (#280)

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(status): silent-reconcile local==remote when pin is missing (CAP-…

…307) (#273)

compareSecrets treated a variable as synced only when pinned, local, and
remote hashes all agreed. On a fresh/renamed branch with no pinned slice in
keep.lock, pinnedHash is undefined, so every variable was flagged as a diff
and both showLocal/showRemote went true — telling the user to "push local
values" even when local and remote already matched byte-for-byte.

Add a tightly-scoped silent reconcile: when pinned is absent AND local ===
remote (both present), skip the row and don't flip the direction hints. There
is nothing to push (remote already holds the value) or pull. The pin is
adopted naturally via the existing "Everything is up to date!" path when no
other variable differs. Genuine divergence (local !== remote) still surfaces.

Adds unit coverage for reconcile, genuine divergence, mixed sets, and
local-only new vars.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: Capy CLI v0.8.0 (#256)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: Capy CLI v0.7.0 (#246)

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: Capy CLI v0.6.1 (#228)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: Capy CLI v0.6.0 (#218)

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: Capy CLI v0.5.1 (#216)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: Capy CLI v0.5.0 (#204)

* release: Capy CLI v0.5.0 (#304)

* revert: latchkey-small runner back to ubuntu-latest (#206)

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: Capy CLI v0.4.2 (#290) (#195)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(cli): remove strict keep.lock version check (#191)