Every entry is pinned to the commit reviewed on 2026-09-15 and passed, at that commit: `hermes plugins validate` (declared tools/hooks/middleware match registrations, no built-in tool collisions) in both the main venv and a bare `pip install -e .` venv, `tools.plugin_guard.scan_plugin` with a non-dangerous verdict, a self-updater grep over every .js file, and a vendor-credential-store write grep over every .py file. Capabilities and requires_env are copied from each plugin.yaml; category was assigned by hand.
19 lines
588 B
YAML
19 lines
588 B
YAML
name: mnemosyne-dashboard
|
|
repo: https://github.com/wysie/mnemosyne-dashboard
|
|
sha: a918e5e0841fdc85baad7ab582432b2b7499b2f2
|
|
description: Local-only web dashboard for browsing and visualising Mnemosyne memories, triples, stats,
|
|
and consolidation history.
|
|
maintainer: wysie
|
|
tier: community
|
|
category: desktop
|
|
docs_url: https://github.com/wysie/mnemosyne-dashboard#readme
|
|
capabilities:
|
|
provides_tools:
|
|
- mnemosyne_dashboard_config
|
|
- mnemosyne_dashboard_start
|
|
- mnemosyne_dashboard_status
|
|
- mnemosyne_dashboard_stop
|
|
provides_hooks: []
|
|
provides_middleware: []
|
|
requires_env: []
|