feat(platform): add Qwen Code CLI support via Markdown custom command#185
Open
darion-yaphet wants to merge 1 commit intosafishamsi:v3from
Open
feat(platform): add Qwen Code CLI support via Markdown custom command#185darion-yaphet wants to merge 1 commit intosafishamsi:v3from
darion-yaphet wants to merge 1 commit intosafishamsi:v3from
Conversation
- Install graphify as a slash command at ~/.qwen/commands/graphify.md using the Markdown + YAML frontmatter format recommended by Qwen Code (TOML format is deprecated per official qc-helper docs) - Strip the Claude-flavored frontmatter (name/trigger) from skill.md and rewrap with a single description field for Qwen Code - Write QWEN.md project rules and register a BeforeTool hook in .qwen/settings.json matching read_file|list_directory tool calls - Route graphify install --platform qwen and graphify qwen install subcommands to the new qwen_install() / qwen_uninstall() helpers - Auto-clean legacy graphify.toml left by earlier installs - Add 8 install tests covering Markdown format, frontmatter stripping, idempotency, merge-with-existing QWEN.md, uninstall, and legacy cleanup Verified end-to-end against qwen-code 0.14.2: /graphify is recognized as a slash command and loads the full skill content.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Verified end-to-end against qwen-code 0.14.2: /graphify is recognized as a slash command and loads the full skill content.