From 305c534402aec42114a8318b9c26aa3c1cac44e4 Mon Sep 17 00:00:00 2001 From: lmiranda Date: Sun, 1 Feb 2026 14:05:02 -0500 Subject: [PATCH] docs: add RFC commands to README and bump projman version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add 5 RFC commands to projman Commands line in README.md - Bump projman version 3.3.0 → 3.4.0 in marketplace.json Co-Authored-By: Claude Opus 4.5 --- .claude-plugin/marketplace.json | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 1a62daa..a9a2d55 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,7 +11,7 @@ "plugins": [ { "name": "projman", - "version": "3.3.0", + "version": "3.4.0", "description": "Sprint planning and project management with Gitea integration", "source": "./plugins/projman", "author": { diff --git a/README.md b/README.md index 51b746c..edd2c45 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ AI-guided sprint planning with full Gitea integration. Transforms a proven 15-sp - Branch-aware security (development/staging/production) - Pre-sprint-close code quality review and test verification -**Commands:** `/sprint-plan`, `/sprint-start`, `/sprint-status`, `/sprint-close`, `/labels-sync`, `/setup`, `/review`, `/test`, `/debug`, `/suggest-version`, `/proposal-status`, `/clear-cache` +**Commands:** `/sprint-plan`, `/sprint-start`, `/sprint-status`, `/sprint-close`, `/labels-sync`, `/setup`, `/review`, `/test`, `/debug`, `/suggest-version`, `/proposal-status`, `/clear-cache`, `/rfc-create`, `/rfc-list`, `/rfc-review`, `/rfc-approve`, `/rfc-reject` #### [git-flow](./plugins/git-flow) *NEW in v3.0.0* **Git Workflow Automation**