docs: fix custom command path in mapping table

- Corrected the file path in commands.md mapping table from
  '<project>/commands/git/commit.md' to '<project>/.qwen/commands/git/commit.md'
- Removed trailing blank line in sandbox.md code block

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
joeytoday 2026-02-27 12:51:05 +08:00
parent 8cead5a469
commit ec178b782f
2 changed files with 6 additions and 5 deletions

View file

@ -139,10 +139,10 @@ Priority Rules: Project commands > User commands (project command used when name
#### File Path to Command Name Mapping Table
| File Location | Generated Command | Example Call |
| -------------------------- | ----------------- | --------------------- |
| `~/.qwen/commands/test.md` | `/test` | `/test Parameter` |
| `<project>/commands/git/commit.md` | `/git:commit` | `/git:commit Message` |
| File Location | Generated Command | Example Call |
| ---------------------------------------- | ----------------- | --------------------- |
| `~/.qwen/commands/test.md` | `/test` | `/test Parameter` |
| `<project>/.qwen/commands/git/commit.md` | `/git:commit` | `/git:commit Message` |
Naming Rules: Path separator (`/` or `\`) converted to colon (`:`)
@ -167,7 +167,7 @@ Use {{args}} for parameter injection.
### TOML File Format (Deprecated)
> [!warning]
>
>
> **Deprecated:** TOML format is still supported but will be removed in a future version. Please migrate to Markdown format.
| Field | Required | Description | Example |