mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-17 17:56:46 +00:00
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:
parent
7440bd8c6a
commit
6bff95886c
@ -26,6 +26,7 @@ class CommandsComponent(Component):
|
|||||||
self.command_files = [
|
self.command_files = [
|
||||||
"analyze.md",
|
"analyze.md",
|
||||||
"build.md",
|
"build.md",
|
||||||
|
"implement.md",
|
||||||
"cleanup.md",
|
"cleanup.md",
|
||||||
"design.md",
|
"design.md",
|
||||||
"document.md",
|
"document.md",
|
||||||
@ -435,4 +436,4 @@ class CommandsComponent(Component):
|
|||||||
self.logger.debug(f"Could not remove old commands directory: {e}")
|
self.logger.debug(f"Could not remove old commands directory: {e}")
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.logger.warning(f"Error during command migration: {e}")
|
self.logger.warning(f"Error during command migration: {e}")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user