28 lines
1.1 KiB
YAML
28 lines
1.1 KiB
YAML
name: memory-rewind
|
|
repo: https://github.com/AhmetArif0/hermes-memory-rewind
|
|
sha: 130ec1fff681624fc2f12aad9c16fda69efdef1e
|
|
subdir: memory-rewind
|
|
description: >-
|
|
Automatic version history for the built-in memory (MEMORY.md, USER.md), SOUL.md and skills/
|
|
(including curator-archived skills): browse, diff and restore any past version with
|
|
`hermes memory-rewind`. Works alongside the built-in memory; not a memory provider.
|
|
Disclosure — runs the local git binary (isolated from the user's git config, hooks and
|
|
signing) to keep a bare repository in $HERMES_HOME/plugin-data/memory-rewind/; reads only the
|
|
tracked files (never .env, auth.json, databases or skills/.hub/); rewrites tracked files only
|
|
when the user runs `restore`; no network.
|
|
maintainer: AhmetArif0
|
|
tier: community
|
|
category: general
|
|
requires_hermes: ">=0.21.5"
|
|
docs_url: https://github.com/AhmetArif0/hermes-memory-rewind
|
|
version: "1.0.0"
|
|
platforms: []
|
|
capabilities:
|
|
provides_tools: []
|
|
provides_hooks:
|
|
- on_session_start
|
|
- post_tool_call
|
|
- on_session_end
|
|
provides_middleware: []
|
|
requires_env: []
|