feat: initialize monorepo with package.json for CCW workflow platform

This commit is contained in:
catlog22
2026-02-03 14:42:20 +08:00
parent 5483a72e9f
commit 39b80b3386
267 changed files with 99597 additions and 2658 deletions

View File

@@ -1,6 +1,11 @@
{
"title": "Home",
"description": "Dashboard overview and statistics",
"dashboard": {
"title": "Dashboard",
"description": "Overview of your workflow sessions and task statistics",
"refreshTooltip": "Refresh dashboard data"
},
"stats": {
"activeSessions": "Active Sessions",
"totalTasks": "Total Tasks",
@@ -16,6 +21,11 @@
"openIssues": "Open Issues",
"quickActions": "Quick Actions"
},
"widgets": {
"workflowStatus": "Workflow Status",
"activity": "Activity Timeline",
"taskTypes": "Task Types"
},
"emptyState": {
"noSessions": {
"title": "No Sessions Found",
@@ -48,6 +58,24 @@
"title": "CLI Integration",
"description": "Using CCW commands and CLI tool integration",
"heading": "CLI Integration"
},
"commands": {
"title": "Commands Reference",
"description": "Browse 40+ commands across workflow, issue, CLI, and memory categories"
},
"commandsOverview": {
"title": "Commands Documentation",
"description": "Explore all available CCW commands with detailed documentation and examples"
},
"workflowsOverview": {
"title": "Workflow Guides",
"description": "Interactive guides for all 15 workflow levels from ultra-lightweight to intelligent"
},
"quickStart": {
"title": "Quick Start",
"description": "Get up and running with CCW in minutes",
"guide": "Getting Started Guide",
"faq": "Frequently Asked Questions"
}
},
"errors": {