Files
Claude-Code-Workflow/ccw/docs-site/.docusaurus/docusaurus-plugin-content-docs/default/site-i-18-n-zh-docusaurus-plugin-content-docs-current-overview-mdx-8a7.json
catlog22 01459a34a5 Add tests for CLI command generation and model alias resolution
- Implement `test-cli-command-gen.js` to verify the logic of `buildCliCommand` function.
- Create `test-e2e-model-alias.js` for end-to-end testing of model alias resolution in `ccw cli`.
- Add `test-model-alias.js` to test model alias resolution for different models.
- Introduce `test-model-alias.txt` for prompt testing with model alias.
- Develop `test-update-claude-command.js` to test command generation for `update_module_claude`.
- Create a test file in `test-update-claude/src` for future tests.
2026-02-05 20:17:10 +08:00

29 lines
922 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"id": "overview",
"title": "欢迎使用 CCW",
"description": "CCW 是一个专业的工作流自动化平台,结合了 AI 驱动的智能与结构化开发工作流。凭借 40+ 命令和 15 个集成工作流CCW 彻底改变了您构建、测试和交付软件的方式。",
"source": "@site/i18n/zh/docusaurus-plugin-content-docs/current/overview.mdx",
"sourceDirName": ".",
"slug": "/overview",
"permalink": "/docs/zh/overview",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/ccw/docs/tree/main/docs/overview.mdx",
"tags": [],
"version": "current",
"sidebarPosition": 1,
"frontMatter": {
"title": "欢迎使用 CCW",
"sidebar_label": "概览",
"sidebar_position": 1
},
"sidebar": "docs",
"previous": {
"title": "首页",
"permalink": "/docs/zh/"
},
"next": {
"title": "/ccw",
"permalink": "/docs/zh/commands/general/ccw"
}
}