-
Notifications
You must be signed in to change notification settings - Fork 1
chore: remove all deprecated skill references #22
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -110,13 +110,9 @@ flow-code/ | |||||
| │ ├── setup.md, sync.md, uninstall.md | ||||||
| ├── skills/ # 18 skill implementations | ||||||
|
||||||
| ├── skills/ # 18 skill implementations | |
| ├── skills/ # Skill implementations (excerpt shown; repository currently contains additional entries) |
Copilot
AI
Apr 7, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the Mermaid sequence diagram, the note says the preferred invocation is /flow-code:run fn-N, but the next line shows /flow-code:run "description" while subsequent flowctl calls assume an existing epic id fn-N. Please make these examples consistent (either demonstrate starting from a description or resuming an existing epic id).
| User->>Run: /flow-code:run "description" | |
| User->>Run: /flow-code:run fn-N |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Although this section positions
/flow-code:runas the core workflow, later in CLAUDE.md there are still explicit legacy references to/flow-code:work(e.g. "/flow-code:run(or legacy/flow-code:work)" and resume guidance suggesting/flow-code:work <id>). If the PR goal is to remove deprecated references entirely, those later mentions should be updated to/flow-code:runtoo.