diff --git a/data/plugins/envsitter-guard.yaml b/data/plugins/envsitter-guard.yaml index c5b0f53..86d98e2 100644 --- a/data/plugins/envsitter-guard.yaml +++ b/data/plugins/envsitter-guard.yaml @@ -1,4 +1,5 @@ name: Envsitter Guard repo: https://github.com/boxpositron/envsitter-guard tagline: Prevent .env leaks -description: OpenCode plugin that prevents agents/tools from reading or editing sensitive .env* files, while still allowing safe inspection via EnvSitter (keys + deterministic fingerprints; never values). +description: | + OpenCode plugin that prevents agents/tools from reading or editing sensitive .env* files, while still allowing safe inspection via EnvSitter (keys + deterministic fingerprints; never values). diff --git a/data/projects/open-agent.yaml b/data/projects/open-agent.yaml new file mode 100644 index 0000000..7745c62 --- /dev/null +++ b/data/projects/open-agent.yaml @@ -0,0 +1,5 @@ +name: Open Agent +repo: https://github.com/Th0rgal/openagent +tagline: Self-hosted control plane +description: | + Self-hosted control plane for OpenCode agents with isolated Linux workspaces (systemd-nspawn), git-backed Library configuration, and multi-platform dashboards (Next.js web, SwiftUI iOS).