Skip to content

Perenna v0.4.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 11:01
1a8cef2

Automated release for Perenna v0.4.0.

Persistent Git synchronization settings

  • A successful perenna sync setup <repository-url> now saves the selected
    Git remote in the Perenna home. Future Perenna processes use that preference
    automatically, while PERENNA_GIT_REMOTE remains an explicit process-level
    override.
  • perenna sync disable saves local-only mode without deleting the repository's
    Git remote. perenna sync status reports the effective selection and calls
    out an existing remote that still needs a choice between enabling
    synchronization and remaining local-only.
  • After upgrading the package, refresh a separately installed perenna-memory
    Skill with perenna skill install --agent codex --replace or
    perenna skill install --agent claude-code --replace. Combined plugin users
    should follow the
    plugin update guide.

See the
Git synchronization reference
for precedence, credentials, status output, and recovery behavior.

Changelog

Changes since v0.3.0:

  • docs: distinguish memory from specifications (#25) (a5373e9)
  • docs: resolve memory authority review (#26) (7205cfe)
  • docs: add MemPalace to comparison table (#27) (cf56db3)
  • feat(sync): persist Git synchronization preference (#29) (48883ea)
  • release: prepare 0.4.0 (#31) (1a8cef2)

Full diff