Files
Claude-Code-Workflow/ccw/docs-site/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-commands-general-ccw-mdx-f48.json
catlog22 5cfeb59124 feat: add configuration backup, sync, and version checker services
- 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.
2026-02-05 17:32:31 +08:00

30 lines
881 B
JSON

{
"id": "commands/general/ccw",
"title": "/ccw",
"description": "Main CCW workflow coordinator for intelligent command orchestration",
"source": "@site/docs/commands/general/ccw.mdx",
"sourceDirName": "commands/general",
"slug": "/commands/general/ccw",
"permalink": "/docs/commands/general/ccw",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/general/ccw.mdx",
"tags": [],
"version": "current",
"sidebarPosition": 1,
"frontMatter": {
"title": "/ccw",
"sidebar_label": "/ccw",
"sidebar_position": 1,
"description": "Main CCW workflow coordinator for intelligent command orchestration"
},
"sidebar": "docs",
"previous": {
"title": "Overview",
"permalink": "/docs/overview"
},
"next": {
"title": "/ccw-plan",
"permalink": "/docs/commands/general/ccw-plan"
}
}