From 25f79c424503c6eb8567a5d50da70c488a5ee99a Mon Sep 17 00:00:00 2001 From: Stephen Benjamin Date: Wed, 29 Oct 2025 15:02:18 -0400 Subject: [PATCH] Update docs for olm plugin --- PLUGINS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/PLUGINS.md b/PLUGINS.md index 745e9c4..ea2b6db 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -9,6 +9,7 @@ This document lists all available Claude Code plugins and their commands in the - [Hello World](#hello-world-plugin) - [Jira](#jira-plugin) - [Must Gather](#must-gather-plugin) +- [Olm](#olm-plugin) - [Openshift](#openshift-plugin) - [Prow Job](#prow-job-plugin) - [Session](#session-plugin) @@ -89,6 +90,15 @@ A plugin to analyze and report on must-gather data See [plugins/must-gather/README.md](plugins/must-gather/README.md) for detailed documentation. +### Olm Plugin + +OLM (Operator Lifecycle Manager) debugging and analysis tools + +**Commands:** +- **`/olm:debug` ` [olm-version]`** - Debug OLM issues using must-gather logs and source code analysis + +See [plugins/olm/README.md](plugins/olm/README.md) for detailed documentation. + ### Openshift Plugin OpenShift development utilities and helpers