From 83094598c509faf2127b969e902b65ee7aa96332 Mon Sep 17 00:00:00 2001 From: lmiranda Date: Wed, 21 Jan 2026 16:47:57 -0500 Subject: [PATCH] fix: remove conflicting reference file instruction from labels-sync The command description still said "updates the local reference file" which caused the agent to prompt about creating a reference file. Updated to clarify: no local files are created or modified. Co-Authored-By: Claude Opus 4.5 --- plugins/projman/commands/labels-sync.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/projman/commands/labels-sync.md b/plugins/projman/commands/labels-sync.md index 1f70569..406c756 100644 --- a/plugins/projman/commands/labels-sync.md +++ b/plugins/projman/commands/labels-sync.md @@ -1,10 +1,10 @@ --- -description: Synchronize label taxonomy from Gitea and update suggestion logic +description: Fetch and validate label taxonomy from Gitea, create missing required labels --- # Sync Label Taxonomy from Gitea -This command synchronizes the label taxonomy from Gitea (organization + repository labels) and updates the local reference file used by the label suggestion logic. +This command fetches the current label taxonomy from Gitea (organization + repository labels), validates that required labels exist, and creates any missing ones. Labels are fetched dynamically - no local files are created or modified. ## Why Label Sync Matters -- 2.49.1