chore: Remove obsolete version.json file

This commit is contained in:
catlog22
2025-10-04 23:42:50 +08:00
parent f574c0da47
commit 25a453d8f8
12 changed files with 0 additions and 18 deletions

View File

@@ -9,7 +9,6 @@ examples:
- /cli:chat --tool qwen --enhance "optimize React component"
- /cli:chat --tool codex "review security vulnerabilities"
allowed-tools: SlashCommand(*), Bash(*)
---
## Purpose

View File

@@ -8,7 +8,6 @@ examples:
- /cli:mode:bug-index --tool qwen --enhance "login not working"
- /cli:mode:bug-index --tool codex --cd "src/auth" "token validation fails"
allowed-tools: SlashCommand(*), Bash(*)
---
# CLI Mode: Bug Index (/cli:mode:bug-index)

View File

@@ -8,7 +8,6 @@ examples:
- /cli:mode:code-analysis --tool qwen --enhance "explain data transformation pipeline"
- /cli:mode:code-analysis --tool codex --cd "src/core" "trace execution path for user registration"
allowed-tools: SlashCommand(*), Bash(*)
---
# CLI Mode: Code Analysis (/cli:mode:code-analysis)

View File

@@ -8,7 +8,6 @@ examples:
- /cli:mode:plan --tool qwen --enhance "plan microservices migration"
- /cli:mode:plan --tool codex --cd "src/auth" "authentication system"
allowed-tools: SlashCommand(*), Bash(*)
---
# CLI Mode: Plan (/cli:mode:plan)