From 4e2f3e4a2fdf168532c8a23f05688ccd2de6e6b1 Mon Sep 17 00:00:00 2001 From: taxbax Date: Sun, 20 Sep 2026 10:13:02 -0700 Subject: [PATCH] catalog: add meeting-overlay and profile-pane entries Salvaged from #116324 (maintainerCanModify=false); contributor map added. --- contributors/emails/taxbax@gmail.com | 1 + plugin-catalog/meeting-overlay.yaml | 14 ++++++++++++++ plugin-catalog/profile-pane.yaml | 14 ++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 contributors/emails/taxbax@gmail.com create mode 100644 plugin-catalog/meeting-overlay.yaml create mode 100644 plugin-catalog/profile-pane.yaml diff --git a/contributors/emails/taxbax@gmail.com b/contributors/emails/taxbax@gmail.com new file mode 100644 index 0000000000..b3aeda2aba --- /dev/null +++ b/contributors/emails/taxbax@gmail.com @@ -0,0 +1 @@ +taxbax diff --git a/plugin-catalog/meeting-overlay.yaml b/plugin-catalog/meeting-overlay.yaml new file mode 100644 index 0000000000..abeb5eea7d --- /dev/null +++ b/plugin-catalog/meeting-overlay.yaml @@ -0,0 +1,14 @@ +name: meeting-overlay +repo: https://github.com/taxbax/meeting-overlay +sha: 2c7859f1407f516c543d4409abab98d9b2e8928a +description: "Disclosure — sends meeting transcripts to Nous inference with your Hermes login (fallback OpenRouter key from ~/.hermes/.env; optional OCTOPUS_DESK_URL); installs a launchd agent that records mic/system audio; writes and deletes under your Obsidian vault; macOS + source install only. Native desktop pane showing the live meeting transcript, answer, and daemon status." +maintainer: taxbax +tier: community +category: desktop +capabilities: + provides_tools: [] + provides_hooks: [] + provides_middleware: [] + requires_env: [] +platforms: +- macos diff --git a/plugin-catalog/profile-pane.yaml b/plugin-catalog/profile-pane.yaml new file mode 100644 index 0000000000..e3df6c339f --- /dev/null +++ b/plugin-catalog/profile-pane.yaml @@ -0,0 +1,14 @@ +name: profile-pane +repo: https://github.com/taxbax/profile-pane +sha: 2b480df77307e263df800dac03c220d009c0fae8 +description: "Disclosure — copies .env key values (and opt-in auth.json backups) between profiles; rewrites other profiles' SOUL, memory and config.yaml. Cross-profile config pane with copy+manifest reconcile and per-group scope." +maintainer: taxbax +tier: community +category: desktop +capabilities: + provides_tools: [] + provides_hooks: [] + provides_middleware: [] + requires_env: [] +platforms: +- macos