1. Background
Qwen Code Cli, one of the AI coding assistants supported by spec-kit, has recently undergone a format system update:
- Deprecated the original .toml format for configuration/interaction files
- Fully switched to Markdown as the core format for configuration and interaction
The current spec-kit codebase still retains logic for adapting to Qwen Code Cli’s TOML format, leading to compatibility issues (e.g., configuration parsing failures) when using the latest version of Qwen Code Cli.
2. Desired Changes
To align with Qwen Code Cli’s format update, we request the following adjustments to spec-kit:
3. Additional Context
Qwen Code Cli Version: v0.10.0
https://qwenlm.github.io/qwen-code-docs/en/users/features/commands/#4-custom-commands
1. Background
Qwen Code Cli, one of the AI coding assistants supported by spec-kit, has recently undergone a format system update:
The current spec-kit codebase still retains logic for adapting to Qwen Code Cli’s TOML format, leading to compatibility issues (e.g., configuration parsing failures) when using the latest version of Qwen Code Cli.
2. Desired Changes
To align with Qwen Code Cli’s format update, we request the following adjustments to spec-kit:
3. Additional Context
Qwen Code Cli Version: v0.10.0
https://qwenlm.github.io/qwen-code-docs/en/users/features/commands/#4-custom-commands