added missing implement.md to setup.components (#133)

fix /sc:implement missing from claude code command line

Signed-off-by: Hung Kwan Li <71382503+backpack-0x1337@users.noreply.github.com>
Co-authored-by: Hung Kwan Li <71382503+backpack-0x1337@users.noreply.github.com>
This commit is contained in:
Kwan Li 2025-07-15 18:16:49 +10:00 committed by GitHub
parent 7440bd8c6a
commit 6bff95886c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,7 @@ class CommandsComponent(Component):
self.command_files = [
"analyze.md",
"build.md",
"implement.md",
"cleanup.md",
"design.md",
"document.md",
@ -435,4 +436,4 @@ class CommandsComponent(Component):
self.logger.debug(f"Could not remove old commands directory: {e}")
except Exception as e:
self.logger.warning(f"Error during command migration: {e}")
self.logger.warning(f"Error during command migration: {e}")