mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
- Implemented ConfigBackupService for backing up local configuration files. - Added ConfigSyncService to download configuration files from GitHub with remote-first conflict resolution. - Created VersionChecker to check application version against the latest GitHub release with caching. - Introduced security validation utilities for input validation to prevent common vulnerabilities. - Developed utility functions to start and stop Docusaurus documentation server.
25 lines
677 B
JSON
25 lines
677 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/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/workflows/level-5-intelligent"
|
|
}
|
|
} |