From fbe435d278d13983a9b6b5f1dc5b358c47743f64 Mon Sep 17 00:00:00 2001 From: kenryu42 Date: Wed, 7 Jan 2026 23:31:17 +0900 Subject: [PATCH] docs: add cc-safety-net plugin to the ecosystem --- packages/web/src/content/docs/ecosystem.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/web/src/content/docs/ecosystem.mdx b/packages/web/src/content/docs/ecosystem.mdx index 44a73de69e9..a9cccc0d647 100644 --- a/packages/web/src/content/docs/ecosystem.mdx +++ b/packages/web/src/content/docs/ecosystem.mdx @@ -42,6 +42,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw | [opencode-scheduler](https://github.com/different-ai/opencode-scheduler) | Schedule recurring jobs using launchd (Mac) or systemd (Linux) with cron syntax | | [micode](https://github.com/vtemian/micode) | Structured Brainstorm → Plan → Implement workflow with session continuity | | [octto](https://github.com/vtemian/octto) | Interactive browser UI for AI brainstorming with multi-question forms | +| [cc-safety-net](https://github.com/kenryu42/claude-code-safety-net) | Intercept and prevent destructive Git and filesystem commands before execution | ---