Files
Claude-Code-Workflow/ccw/docs-site/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-faq-mdx-ea3.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

25 lines
683 B
JSON

{
"id": "faq",
"title": "Frequently Asked Questions",
"description": "Common questions about CCW, workflows, commands, and troubleshooting.",
"source": "@site/docs/faq.mdx",
"sourceDirName": ".",
"slug": "/faq",
"permalink": "/docs/zh/faq",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/ccw/docs/tree/main/docs/faq.mdx",
"tags": [],
"version": "current",
"sidebarPosition": 99,
"frontMatter": {
"title": "Frequently Asked Questions",
"sidebar_label": "FAQ",
"sidebar_position": 99
},
"sidebar": "docs",
"previous": {
"title": "Level 5: Intelligent",
"permalink": "/docs/zh/workflows/level-5-intelligent"
}
}