Files
Claude-Code-Workflow/ccw/docs-site/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-workflows-level-2-rapid-mdx-19b.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

29 lines
972 B
JSON

{
"id": "workflows/level-2-rapid",
"title": "Level 2 - Rapid Workflows",
"description": "Lightweight planning and bug diagnosis workflows for single-module features",
"source": "@site/docs/workflows/level-2-rapid.mdx",
"sourceDirName": "workflows",
"slug": "/workflows/level-2-rapid",
"permalink": "/docs/workflows/level-2-rapid",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/ccw/docs/tree/main/docs/workflows/level-2-rapid.mdx",
"tags": [],
"version": "current",
"sidebarPosition": 3,
"frontMatter": {
"title": "Level 2 - Rapid Workflows",
"description": "Lightweight planning and bug diagnosis workflows for single-module features",
"sidebar_position": 3
},
"sidebar": "docs",
"previous": {
"title": "Level 1: Ultra Lightweight",
"permalink": "/docs/workflows/level-1-ultra-lightweight"
},
"next": {
"title": "Level 3: Standard",
"permalink": "/docs/workflows/level-3-standard"
}
}