mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
- Added Phase 2: Test-Cycle Execution documentation outlining the process for dynamic test-fix execution, including agent roles, core responsibilities, intelligent strategy engine, and progressive testing. - Introduced new PowerShell scripts for analyzing TypeScript errors, focusing on error categorization and reporting. - Created end-to-end tests for the Help Page, ensuring content visibility, documentation navigation, internationalization support, and accessibility compliance.
30 lines
915 B
JSON
30 lines
915 B
JSON
{
|
|
"id": "commands/issue/issue-new",
|
|
"title": "issue:new",
|
|
"description": "Create new issue with automatic categorization",
|
|
"source": "@site/docs/commands/issue/issue-new.md",
|
|
"sourceDirName": "commands/issue",
|
|
"slug": "/commands/issue/issue-new",
|
|
"permalink": "/docs/commands/issue/issue-new",
|
|
"draft": false,
|
|
"unlisted": false,
|
|
"editUrl": "https://github.com/ccw/docs/tree/main/docs/commands/issue/issue-new.md",
|
|
"tags": [],
|
|
"version": "current",
|
|
"sidebarPosition": 1,
|
|
"frontMatter": {
|
|
"title": "issue:new",
|
|
"sidebar_label": "issue:new",
|
|
"sidebar_position": 1,
|
|
"description": "Create new issue with automatic categorization"
|
|
},
|
|
"sidebar": "docs",
|
|
"previous": {
|
|
"title": "/codex-coordinator",
|
|
"permalink": "/docs/commands/general/codex-coordinator"
|
|
},
|
|
"next": {
|
|
"title": "issue:discover",
|
|
"permalink": "/docs/commands/issue/issue-discover"
|
|
}
|
|
} |