claude-code-workflow 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/agents/action-planning-agent.md +778 -0
- package/.claude/agents/cli-execution-agent.md +270 -0
- package/.claude/agents/cli-explore-agent.md +182 -0
- package/.claude/agents/cli-lite-planning-agent.md +396 -0
- package/.claude/agents/cli-planning-agent.md +558 -0
- package/.claude/agents/code-developer.md +310 -0
- package/.claude/agents/conceptual-planning-agent.md +308 -0
- package/.claude/agents/context-search-agent.md +582 -0
- package/.claude/agents/doc-generator.md +330 -0
- package/.claude/agents/memory-bridge.md +94 -0
- package/.claude/agents/test-context-search-agent.md +399 -0
- package/.claude/agents/test-fix-agent.md +343 -0
- package/.claude/agents/ui-design-agent.md +593 -0
- package/.claude/agents/universal-executor.md +131 -0
- package/.claude/commands/cli/cli-init.md +440 -0
- package/.claude/commands/enhance-prompt.md +93 -0
- package/.claude/commands/memory/code-map-memory.md +687 -0
- package/.claude/commands/memory/docs-full-cli.md +471 -0
- package/.claude/commands/memory/docs-related-cli.md +386 -0
- package/.claude/commands/memory/docs.md +615 -0
- package/.claude/commands/memory/load-skill-memory.md +182 -0
- package/.claude/commands/memory/load.md +240 -0
- package/.claude/commands/memory/skill-memory.md +525 -0
- package/.claude/commands/memory/style-skill-memory.md +396 -0
- package/.claude/commands/memory/tech-research.md +477 -0
- package/.claude/commands/memory/update-full.md +332 -0
- package/.claude/commands/memory/update-related.md +332 -0
- package/.claude/commands/memory/workflow-skill-memory.md +517 -0
- package/.claude/commands/task/breakdown.md +204 -0
- package/.claude/commands/task/create.md +152 -0
- package/.claude/commands/task/execute.md +270 -0
- package/.claude/commands/task/replan.md +437 -0
- package/.claude/commands/version.md +254 -0
- package/.claude/commands/workflow/action-plan-verify.md +447 -0
- package/.claude/commands/workflow/brainstorm/api-designer.md +585 -0
- package/.claude/commands/workflow/brainstorm/artifacts.md +452 -0
- package/.claude/commands/workflow/brainstorm/auto-parallel.md +443 -0
- package/.claude/commands/workflow/brainstorm/data-architect.md +220 -0
- package/.claude/commands/workflow/brainstorm/product-manager.md +200 -0
- package/.claude/commands/workflow/brainstorm/product-owner.md +200 -0
- package/.claude/commands/workflow/brainstorm/scrum-master.md +200 -0
- package/.claude/commands/workflow/brainstorm/subject-matter-expert.md +200 -0
- package/.claude/commands/workflow/brainstorm/synthesis.md +398 -0
- package/.claude/commands/workflow/brainstorm/system-architect.md +387 -0
- package/.claude/commands/workflow/brainstorm/ui-designer.md +221 -0
- package/.claude/commands/workflow/brainstorm/ux-expert.md +221 -0
- package/.claude/commands/workflow/execute.md +460 -0
- package/.claude/commands/workflow/init.md +164 -0
- package/.claude/commands/workflow/lite-execute.md +686 -0
- package/.claude/commands/workflow/lite-fix.md +621 -0
- package/.claude/commands/workflow/lite-plan.md +592 -0
- package/.claude/commands/workflow/plan.md +551 -0
- package/.claude/commands/workflow/replan.md +515 -0
- package/.claude/commands/workflow/review-fix.md +646 -0
- package/.claude/commands/workflow/review-module-cycle.md +795 -0
- package/.claude/commands/workflow/review-session-cycle.md +805 -0
- package/.claude/commands/workflow/review.md +291 -0
- package/.claude/commands/workflow/session/complete.md +500 -0
- package/.claude/commands/workflow/session/list.md +96 -0
- package/.claude/commands/workflow/session/resume.md +61 -0
- package/.claude/commands/workflow/session/start.md +200 -0
- package/.claude/commands/workflow/status.md +352 -0
- package/.claude/commands/workflow/tdd-plan.md +460 -0
- package/.claude/commands/workflow/tdd-verify.md +386 -0
- package/.claude/commands/workflow/test-cycle-execute.md +498 -0
- package/.claude/commands/workflow/test-fix-gen.md +699 -0
- package/.claude/commands/workflow/test-gen.md +529 -0
- package/.claude/commands/workflow/tools/conflict-resolution.md +680 -0
- package/.claude/commands/workflow/tools/context-gather.md +434 -0
- package/.claude/commands/workflow/tools/task-generate-agent.md +291 -0
- package/.claude/commands/workflow/tools/task-generate-tdd.md +518 -0
- package/.claude/commands/workflow/tools/tdd-coverage-analysis.md +309 -0
- package/.claude/commands/workflow/tools/test-concept-enhanced.md +163 -0
- package/.claude/commands/workflow/tools/test-context-gather.md +235 -0
- package/.claude/commands/workflow/tools/test-task-generate.md +256 -0
- package/.claude/commands/workflow/ui-design/animation-extract.md +1150 -0
- package/.claude/commands/workflow/ui-design/codify-style.md +652 -0
- package/.claude/commands/workflow/ui-design/design-sync.md +454 -0
- package/.claude/commands/workflow/ui-design/explore-auto.md +678 -0
- package/.claude/commands/workflow/ui-design/generate.md +504 -0
- package/.claude/commands/workflow/ui-design/imitate-auto.md +745 -0
- package/.claude/commands/workflow/ui-design/import-from-code.md +537 -0
- package/.claude/commands/workflow/ui-design/layout-extract.md +788 -0
- package/.claude/commands/workflow/ui-design/reference-page-generator.md +356 -0
- package/.claude/commands/workflow/ui-design/style-extract.md +773 -0
- package/.claude/scripts/classify-folders.sh +35 -0
- package/.claude/scripts/convert_tokens_to_css.sh +225 -0
- package/.claude/scripts/detect_changed_modules.sh +157 -0
- package/.claude/scripts/discover-design-files.sh +83 -0
- package/.claude/scripts/extract-animations.js +243 -0
- package/.claude/scripts/extract-computed-styles.js +118 -0
- package/.claude/scripts/extract-layout-structure.js +411 -0
- package/.claude/scripts/generate_module_docs.sh +713 -0
- package/.claude/scripts/get_modules_by_depth.sh +166 -0
- package/.claude/scripts/ui-generate-preview.sh +391 -0
- package/.claude/scripts/ui-instantiate-prototypes.sh +811 -0
- package/.claude/scripts/update_module_claude.sh +333 -0
- package/.claude/skills/command-guide/SKILL.md +388 -0
- package/.claude/skills/command-guide/UPDATE-GUIDELINE.md +592 -0
- package/.claude/skills/command-guide/guides/cli-tools-guide.md +410 -0
- package/.claude/skills/command-guide/guides/examples.md +537 -0
- package/.claude/skills/command-guide/guides/getting-started.md +242 -0
- package/.claude/skills/command-guide/guides/implementation-details.md +1010 -0
- package/.claude/skills/command-guide/guides/index-structure.md +326 -0
- package/.claude/skills/command-guide/guides/troubleshooting.md +92 -0
- package/.claude/skills/command-guide/guides/ui-design-workflow-guide.md +316 -0
- package/.claude/skills/command-guide/guides/workflow-patterns.md +662 -0
- package/.claude/skills/command-guide/index/all-commands.json +783 -0
- package/.claude/skills/command-guide/index/by-category.json +811 -0
- package/.claude/skills/command-guide/index/by-use-case.json +797 -0
- package/.claude/skills/command-guide/index/command-relationships.json +307 -0
- package/.claude/skills/command-guide/index/essential-commands.json +123 -0
- package/.claude/skills/command-guide/reference/agents/action-planning-agent.md +722 -0
- package/.claude/skills/command-guide/reference/agents/cli-execution-agent.md +270 -0
- package/.claude/skills/command-guide/reference/agents/cli-explore-agent.md +182 -0
- package/.claude/skills/command-guide/reference/agents/cli-lite-planning-agent.md +396 -0
- package/.claude/skills/command-guide/reference/agents/cli-planning-agent.md +558 -0
- package/.claude/skills/command-guide/reference/agents/code-developer.md +310 -0
- package/.claude/skills/command-guide/reference/agents/conceptual-planning-agent.md +328 -0
- package/.claude/skills/command-guide/reference/agents/context-search-agent.md +577 -0
- package/.claude/skills/command-guide/reference/agents/doc-generator.md +330 -0
- package/.claude/skills/command-guide/reference/agents/memory-bridge.md +94 -0
- package/.claude/skills/command-guide/reference/agents/test-context-search-agent.md +399 -0
- package/.claude/skills/command-guide/reference/agents/test-fix-agent.md +343 -0
- package/.claude/skills/command-guide/reference/agents/ui-design-agent.md +593 -0
- package/.claude/skills/command-guide/reference/agents/universal-executor.md +131 -0
- package/.claude/skills/command-guide/reference/commands/cli/cli-init.md +440 -0
- package/.claude/skills/command-guide/reference/commands/enhance-prompt.md +93 -0
- package/.claude/skills/command-guide/reference/commands/memory/code-map-memory.md +687 -0
- package/.claude/skills/command-guide/reference/commands/memory/docs-full-cli.md +471 -0
- package/.claude/skills/command-guide/reference/commands/memory/docs-related-cli.md +386 -0
- package/.claude/skills/command-guide/reference/commands/memory/docs.md +610 -0
- package/.claude/skills/command-guide/reference/commands/memory/load-skill-memory.md +182 -0
- package/.claude/skills/command-guide/reference/commands/memory/load.md +240 -0
- package/.claude/skills/command-guide/reference/commands/memory/skill-memory.md +525 -0
- package/.claude/skills/command-guide/reference/commands/memory/style-skill-memory.md +396 -0
- package/.claude/skills/command-guide/reference/commands/memory/tech-research.md +477 -0
- package/.claude/skills/command-guide/reference/commands/memory/update-full.md +332 -0
- package/.claude/skills/command-guide/reference/commands/memory/update-related.md +332 -0
- package/.claude/skills/command-guide/reference/commands/memory/workflow-skill-memory.md +517 -0
- package/.claude/skills/command-guide/reference/commands/task/breakdown.md +204 -0
- package/.claude/skills/command-guide/reference/commands/task/create.md +152 -0
- package/.claude/skills/command-guide/reference/commands/task/execute.md +270 -0
- package/.claude/skills/command-guide/reference/commands/task/replan.md +437 -0
- package/.claude/skills/command-guide/reference/commands/version.md +254 -0
- package/.claude/skills/command-guide/reference/commands/workflow/action-plan-verify.md +447 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/api-designer.md +585 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/artifacts.md +604 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/auto-parallel.md +466 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/data-architect.md +220 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/product-manager.md +200 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/product-owner.md +200 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/scrum-master.md +200 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/subject-matter-expert.md +200 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/synthesis.md +496 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/system-architect.md +387 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/ui-designer.md +221 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/ux-expert.md +221 -0
- package/.claude/skills/command-guide/reference/commands/workflow/execute.md +460 -0
- package/.claude/skills/command-guide/reference/commands/workflow/init.md +164 -0
- package/.claude/skills/command-guide/reference/commands/workflow/lite-execute.md +634 -0
- package/.claude/skills/command-guide/reference/commands/workflow/lite-fix.md +602 -0
- package/.claude/skills/command-guide/reference/commands/workflow/lite-plan.md +582 -0
- package/.claude/skills/command-guide/reference/commands/workflow/plan.md +551 -0
- package/.claude/skills/command-guide/reference/commands/workflow/replan.md +515 -0
- package/.claude/skills/command-guide/reference/commands/workflow/review-fix.md +646 -0
- package/.claude/skills/command-guide/reference/commands/workflow/review-module-cycle.md +795 -0
- package/.claude/skills/command-guide/reference/commands/workflow/review-session-cycle.md +805 -0
- package/.claude/skills/command-guide/reference/commands/workflow/review.md +291 -0
- package/.claude/skills/command-guide/reference/commands/workflow/session/complete.md +500 -0
- package/.claude/skills/command-guide/reference/commands/workflow/session/list.md +96 -0
- package/.claude/skills/command-guide/reference/commands/workflow/session/resume.md +61 -0
- package/.claude/skills/command-guide/reference/commands/workflow/session/start.md +180 -0
- package/.claude/skills/command-guide/reference/commands/workflow/status.md +352 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tdd-plan.md +460 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tdd-verify.md +386 -0
- package/.claude/skills/command-guide/reference/commands/workflow/test-cycle-execute.md +498 -0
- package/.claude/skills/command-guide/reference/commands/workflow/test-fix-gen.md +699 -0
- package/.claude/skills/command-guide/reference/commands/workflow/test-gen.md +529 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tools/conflict-resolution.md +680 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tools/context-gather.md +434 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tools/task-generate-agent.md +151 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tools/task-generate-tdd.md +518 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tools/tdd-coverage-analysis.md +309 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tools/test-concept-enhanced.md +163 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tools/test-context-gather.md +235 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tools/test-task-generate.md +256 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/animation-extract.md +1150 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/codify-style.md +652 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/design-sync.md +454 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/explore-auto.md +678 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/generate.md +504 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/imitate-auto.md +745 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/import-from-code.md +537 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/layout-extract.md +788 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/reference-page-generator.md +356 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/style-extract.md +773 -0
- package/.claude/skills/command-guide/scripts/analyze_commands.py +502 -0
- package/.claude/skills/command-guide/scripts/update-index.sh +130 -0
- package/.claude/skills/command-guide/templates/issue-bug.md +104 -0
- package/.claude/skills/command-guide/templates/issue-diagnosis.md +275 -0
- package/.claude/skills/command-guide/templates/issue-feature.md +97 -0
- package/.claude/skills/command-guide/templates/issue-question.md +141 -0
- package/.claude/skills/prompt-enhancer/SKILL.md +124 -0
- package/.claude/workflows/_template-compare-matrix.html +692 -0
- package/.claude/workflows/cli-templates/fix-plan-template.json +75 -0
- package/.claude/workflows/cli-templates/fix-progress-template.json +48 -0
- package/.claude/workflows/cli-templates/memory/style-skill-memory/skill-md-template.md +299 -0
- package/.claude/workflows/cli-templates/planning-roles/data-architect.md +120 -0
- package/.claude/workflows/cli-templates/planning-roles/product-manager.md +119 -0
- package/.claude/workflows/cli-templates/planning-roles/product-owner.md +261 -0
- package/.claude/workflows/cli-templates/planning-roles/scrum-master.md +186 -0
- package/.claude/workflows/cli-templates/planning-roles/subject-matter-expert.md +281 -0
- package/.claude/workflows/cli-templates/planning-roles/synthesis-role.md +414 -0
- package/.claude/workflows/cli-templates/planning-roles/system-architect.md +106 -0
- package/.claude/workflows/cli-templates/planning-roles/test-strategist.md +124 -0
- package/.claude/workflows/cli-templates/planning-roles/ui-designer.md +379 -0
- package/.claude/workflows/cli-templates/planning-roles/ux-expert.md +240 -0
- package/.claude/workflows/cli-templates/prompts/analysis/01-diagnose-bug-root-cause.txt +127 -0
- package/.claude/workflows/cli-templates/prompts/analysis/01-trace-code-execution.txt +115 -0
- package/.claude/workflows/cli-templates/prompts/analysis/02-analyze-code-patterns.txt +37 -0
- package/.claude/workflows/cli-templates/prompts/analysis/02-analyze-technical-document.txt +33 -0
- package/.claude/workflows/cli-templates/prompts/analysis/02-review-architecture.txt +29 -0
- package/.claude/workflows/cli-templates/prompts/analysis/02-review-code-quality.txt +28 -0
- package/.claude/workflows/cli-templates/prompts/analysis/03-analyze-performance.txt +29 -0
- package/.claude/workflows/cli-templates/prompts/analysis/03-assess-security-risks.txt +29 -0
- package/.claude/workflows/cli-templates/prompts/analysis/03-review-quality-standards.txt +29 -0
- package/.claude/workflows/cli-templates/prompts/development/02-generate-tests.txt +70 -0
- package/.claude/workflows/cli-templates/prompts/development/02-implement-component-ui.txt +55 -0
- package/.claude/workflows/cli-templates/prompts/development/02-implement-feature.txt +58 -0
- package/.claude/workflows/cli-templates/prompts/development/02-refactor-codebase.txt +55 -0
- package/.claude/workflows/cli-templates/prompts/development/03-debug-runtime-issues.txt +55 -0
- package/.claude/workflows/cli-templates/prompts/documentation/api.txt +15 -0
- package/.claude/workflows/cli-templates/prompts/documentation/folder-navigation.txt +27 -0
- package/.claude/workflows/cli-templates/prompts/documentation/module-readme.txt +49 -0
- package/.claude/workflows/cli-templates/prompts/documentation/project-architecture.txt +41 -0
- package/.claude/workflows/cli-templates/prompts/documentation/project-examples.txt +35 -0
- package/.claude/workflows/cli-templates/prompts/documentation/project-readme.txt +35 -0
- package/.claude/workflows/cli-templates/prompts/memory/02-document-module-structure.txt +165 -0
- package/.claude/workflows/cli-templates/prompts/planning/01-plan-architecture-design.txt +109 -0
- package/.claude/workflows/cli-templates/prompts/planning/02-breakdown-task-steps.txt +30 -0
- package/.claude/workflows/cli-templates/prompts/planning/02-design-component-spec.txt +28 -0
- package/.claude/workflows/cli-templates/prompts/planning/03-evaluate-concept-feasibility.txt +127 -0
- package/.claude/workflows/cli-templates/prompts/planning/03-plan-migration-strategy.txt +30 -0
- package/.claude/workflows/cli-templates/prompts/tech/tech-module-format.txt +359 -0
- package/.claude/workflows/cli-templates/prompts/tech/tech-skill-index.txt +185 -0
- package/.claude/workflows/cli-templates/prompts/test/test-concept-analysis.txt +179 -0
- package/.claude/workflows/cli-templates/prompts/universal/00-universal-creative-style.txt +95 -0
- package/.claude/workflows/cli-templates/prompts/universal/00-universal-rigorous-style.txt +92 -0
- package/.claude/workflows/cli-templates/prompts/verification/codex-technical.txt +28 -0
- package/.claude/workflows/cli-templates/prompts/verification/cross-validation.txt +28 -0
- package/.claude/workflows/cli-templates/prompts/verification/gemini-strategic.txt +27 -0
- package/.claude/workflows/cli-templates/prompts/workflow/analysis-results-structure.txt +224 -0
- package/.claude/workflows/cli-templates/prompts/workflow/codex-feasibility-validation.txt +176 -0
- package/.claude/workflows/cli-templates/prompts/workflow/gemini-solution-design.txt +131 -0
- package/.claude/workflows/cli-templates/prompts/workflow/impl-plan-template.txt +286 -0
- package/.claude/workflows/cli-templates/prompts/workflow/skill-aggregation.txt +172 -0
- package/.claude/workflows/cli-templates/prompts/workflow/skill-conflict-patterns.txt +98 -0
- package/.claude/workflows/cli-templates/prompts/workflow/skill-index.txt +224 -0
- package/.claude/workflows/cli-templates/prompts/workflow/skill-lessons-learned.txt +98 -0
- package/.claude/workflows/cli-templates/prompts/workflow/skill-sessions-timeline.txt +53 -0
- package/.claude/workflows/cli-templates/prompts/workflow/task-json-agent-mode.txt +123 -0
- package/.claude/workflows/cli-templates/prompts/workflow/task-json-cli-mode.txt +182 -0
- package/.claude/workflows/cli-templates/schemas/diagnosis-json-schema.json +234 -0
- package/.claude/workflows/cli-templates/schemas/explore-json-schema.json +124 -0
- package/.claude/workflows/cli-templates/schemas/fix-plan-json-schema.json +273 -0
- package/.claude/workflows/cli-templates/schemas/plan-json-schema.json +219 -0
- package/.claude/workflows/cli-templates/schemas/project-json-schema.json +221 -0
- package/.claude/workflows/cli-templates/schemas/review-deep-dive-results-schema.json +82 -0
- package/.claude/workflows/cli-templates/schemas/review-dimension-results-schema.json +51 -0
- package/.claude/workflows/cli-templates/tech-stacks/go-dev.md +91 -0
- package/.claude/workflows/cli-templates/tech-stacks/java-dev.md +107 -0
- package/.claude/workflows/cli-templates/tech-stacks/javascript-dev.md +58 -0
- package/.claude/workflows/cli-templates/tech-stacks/python-dev.md +79 -0
- package/.claude/workflows/cli-templates/tech-stacks/react-dev.md +103 -0
- package/.claude/workflows/cli-templates/tech-stacks/typescript-dev.md +83 -0
- package/.claude/workflows/cli-templates/ui-design/systems/animation-tokens.json +247 -0
- package/.claude/workflows/cli-templates/ui-design/systems/design-tokens.json +342 -0
- package/.claude/workflows/cli-templates/ui-design/systems/layout-templates.json +145 -0
- package/.claude/workflows/context-search-strategy.md +77 -0
- package/.claude/workflows/intelligent-tools-strategy.md +662 -0
- package/.claude/workflows/review-directory-specification.md +336 -0
- package/.claude/workflows/task-core.md +214 -0
- package/.claude/workflows/tool-strategy.md +71 -0
- package/.claude/workflows/workflow-architecture.md +942 -0
- package/.codex/AGENTS.md +330 -0
- package/.gemini/GEMINI.md +164 -0
- package/.qwen/QWEN.md +164 -0
- package/CLAUDE.md +91 -0
- package/LICENSE +21 -0
- package/README.md +219 -0
- package/ccw/README.md +121 -0
- package/ccw/bin/ccw.js +10 -0
- package/ccw/src/cli.js +100 -0
- package/ccw/src/commands/install.js +324 -0
- package/ccw/src/commands/list.js +37 -0
- package/ccw/src/commands/serve.js +67 -0
- package/ccw/src/commands/uninstall.js +238 -0
- package/ccw/src/commands/upgrade.js +307 -0
- package/ccw/src/commands/view.js +14 -0
- package/ccw/src/core/dashboard-generator-patch.js +29 -0
- package/ccw/src/core/dashboard-generator.js +667 -0
- package/ccw/src/core/data-aggregator.js +409 -0
- package/ccw/src/core/lite-scanner.js +290 -0
- package/ccw/src/core/manifest.js +201 -0
- package/ccw/src/core/server.js +1327 -0
- package/ccw/src/core/server.js.bak +385 -0
- package/ccw/src/core/server_original.bak +385 -0
- package/ccw/src/core/session-scanner.js +235 -0
- package/ccw/src/index.js +9 -0
- package/ccw/src/templates/dashboard-js/api.js +200 -0
- package/ccw/src/templates/dashboard-js/components/_conflict_tab.js +112 -0
- package/ccw/src/templates/dashboard-js/components/_exp_helpers.js +54 -0
- package/ccw/src/templates/dashboard-js/components/_review_tab.js +640 -0
- package/ccw/src/templates/dashboard-js/components/carousel.js +398 -0
- package/ccw/src/templates/dashboard-js/components/flowchart.js +493 -0
- package/ccw/src/templates/dashboard-js/components/hook-manager.js +273 -0
- package/ccw/src/templates/dashboard-js/components/mcp-manager.js +506 -0
- package/ccw/src/templates/dashboard-js/components/modals.js +260 -0
- package/ccw/src/templates/dashboard-js/components/navigation.js +239 -0
- package/ccw/src/templates/dashboard-js/components/notifications.js +194 -0
- package/ccw/src/templates/dashboard-js/components/sidebar.js +31 -0
- package/ccw/src/templates/dashboard-js/components/tabs-context.js +1093 -0
- package/ccw/src/templates/dashboard-js/components/tabs-other.js +273 -0
- package/ccw/src/templates/dashboard-js/components/task-drawer-core.js +477 -0
- package/ccw/src/templates/dashboard-js/components/task-drawer-renderers.js +447 -0
- package/ccw/src/templates/dashboard-js/components/theme.js +21 -0
- package/ccw/src/templates/dashboard-js/main.js +57 -0
- package/ccw/src/templates/dashboard-js/state.js +37 -0
- package/ccw/src/templates/dashboard-js/utils.js +153 -0
- package/ccw/src/templates/dashboard-js/views/fix-session.js +180 -0
- package/ccw/src/templates/dashboard-js/views/home.js +193 -0
- package/ccw/src/templates/dashboard-js/views/hook-manager.js +387 -0
- package/ccw/src/templates/dashboard-js/views/lite-tasks.js +390 -0
- package/ccw/src/templates/dashboard-js/views/mcp-manager.js +271 -0
- package/ccw/src/templates/dashboard-js/views/project-overview.js +246 -0
- package/ccw/src/templates/dashboard-js/views/review-session.js +711 -0
- package/ccw/src/templates/dashboard-js/views/session-detail.js +770 -0
- package/ccw/src/templates/dashboard.css +7660 -0
- package/ccw/src/templates/dashboard.html +630 -0
- package/ccw/src/templates/dashboard_tailwind.html +42 -0
- package/ccw/src/templates/dashboard_test.html +37 -0
- package/ccw/src/templates/review-cycle-dashboard.html +1930 -0
- package/ccw/src/templates/tailwind-base.css +212 -0
- package/ccw/src/templates/workflow-dashboard.html +401 -0
- package/ccw/src/utils/browser-launcher.js +49 -0
- package/ccw/src/utils/file-utils.js +48 -0
- package/ccw/src/utils/path-resolver.js +279 -0
- package/ccw/src/utils/ui.js +148 -0
- package/package.json +66 -0
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Bug 报告
|
|
3
|
+
about: 报告命令执行问题或系统错误
|
|
4
|
+
labels: bug
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Bug 报告
|
|
8
|
+
|
|
9
|
+
## 问题描述
|
|
10
|
+
|
|
11
|
+
<!-- 简要描述遇到的问题 -->
|
|
12
|
+
|
|
13
|
+
## 完整执行流程
|
|
14
|
+
|
|
15
|
+
### 执行环境
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
# 工作目录
|
|
19
|
+
# [填写您的工作目录]
|
|
20
|
+
|
|
21
|
+
# 相关环境变量(如适用)
|
|
22
|
+
# [如:CLAUDE_WORKFLOW_SESSION]
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
### 完整命令历史
|
|
26
|
+
|
|
27
|
+
<!-- ⚠️ 隐私提示: 请删除或替换敏感信息(API密钥、密码、真实路径、用户名等) -->
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
# 命令 1 - [描述此命令的目的]
|
|
31
|
+
# [粘贴命令]
|
|
32
|
+
|
|
33
|
+
# 输出:
|
|
34
|
+
# [粘贴输出,删除敏感信息]
|
|
35
|
+
|
|
36
|
+
# 命令 2 - [描述此命令的目的]
|
|
37
|
+
# [粘贴命令]
|
|
38
|
+
|
|
39
|
+
# 输出:
|
|
40
|
+
# [粘贴输出,删除敏感信息]
|
|
41
|
+
|
|
42
|
+
# 问题出现在这个命令 ⬇️
|
|
43
|
+
# 命令 3 - [问题命令]
|
|
44
|
+
# [粘贴命令]
|
|
45
|
+
|
|
46
|
+
# 错误输出:
|
|
47
|
+
# [粘贴完整错误信息]
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
**隐私保护**:
|
|
51
|
+
- ✅ 保留: 命令名称、参数结构、错误代码
|
|
52
|
+
- ❌ 移除: API密钥、密码、真实路径、个人信息
|
|
53
|
+
|
|
54
|
+
### 触发问题的具体命令
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
<!-- 单独列出触发问题的命令,以便快速重现 -->
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
## 期望行为
|
|
61
|
+
|
|
62
|
+
<!-- 描述您期望的结果是什么 -->
|
|
63
|
+
|
|
64
|
+
## 实际行为
|
|
65
|
+
|
|
66
|
+
<!-- 描述实际发生的情况,包括错误信息 -->
|
|
67
|
+
|
|
68
|
+
## 复现步骤
|
|
69
|
+
|
|
70
|
+
1.
|
|
71
|
+
2.
|
|
72
|
+
3.
|
|
73
|
+
|
|
74
|
+
## 环境信息
|
|
75
|
+
|
|
76
|
+
- **操作系统**: Windows / Mac / Linux
|
|
77
|
+
- **OS 版本**:
|
|
78
|
+
- **Claude Code 版本**:
|
|
79
|
+
- **相关命令**:
|
|
80
|
+
- **相关文件路径**:
|
|
81
|
+
|
|
82
|
+
## 错误日志
|
|
83
|
+
|
|
84
|
+
```
|
|
85
|
+
<!-- 如有错误信息或日志,请粘贴在这里 -->
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
## 额外上下文
|
|
89
|
+
|
|
90
|
+
<!-- 任何其他有助于理解问题的信息,如:
|
|
91
|
+
- 是否是首次执行此命令
|
|
92
|
+
- 之前是否成功执行过
|
|
93
|
+
- 最近是否修改过配置或文件
|
|
94
|
+
- 相关的 workflow session ID(如适用)
|
|
95
|
+
-->
|
|
96
|
+
|
|
97
|
+
## 可能的解决方案(可选)
|
|
98
|
+
|
|
99
|
+
<!-- 如果您有任何想法或建议,请在这里描述 -->
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
**报告日期**: <!-- 自动填充 -->
|
|
104
|
+
**报告人**: <!-- 自动填充 -->
|
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 交互式诊断
|
|
3
|
+
about: 通过结构化流程快速定位问题
|
|
4
|
+
labels: diagnosis
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# 交互式诊断模板
|
|
8
|
+
|
|
9
|
+
> 本模板通过结构化的问题引导,帮助您快速定位问题根源。请按顺序完成各个部分。
|
|
10
|
+
|
|
11
|
+
## 📋 第一步:问题分类
|
|
12
|
+
|
|
13
|
+
<!-- 选择最符合您情况的问题类型(可多选) -->
|
|
14
|
+
|
|
15
|
+
- [ ] 命令执行失败或报错
|
|
16
|
+
- [ ] 命令执行成功但结果不符合预期
|
|
17
|
+
- [ ] 不知道该使用哪个命令
|
|
18
|
+
- [ ] 配置或环境问题
|
|
19
|
+
- [ ] 工作流程问题
|
|
20
|
+
- [ ] 性能或超时问题
|
|
21
|
+
- [ ] 其他: __________
|
|
22
|
+
|
|
23
|
+
## 📜 第二步:完整执行流程记录
|
|
24
|
+
|
|
25
|
+
> **关键**: 详细记录您的完整操作历史,这是快速定位问题的基础
|
|
26
|
+
|
|
27
|
+
### 2.1 执行环境
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
# 当前工作目录
|
|
31
|
+
pwd
|
|
32
|
+
|
|
33
|
+
# 相关环境变量(如适用)
|
|
34
|
+
echo $CLAUDE_WORKFLOW_SESSION
|
|
35
|
+
echo $PROJECT_ROOT
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
**工作目录**: <!-- 填写您的工作目录路径 -->
|
|
39
|
+
**相关环境变量**: <!-- 如有,请填写 -->
|
|
40
|
+
|
|
41
|
+
### 2.2 完整命令历史
|
|
42
|
+
|
|
43
|
+
<!-- 请按时间顺序列出您执行的所有相关命令 -->
|
|
44
|
+
<!-- ⚠️ 隐私提示: 请删除或替换敏感信息,如:API密钥、密码、真实路径、用户名等 -->
|
|
45
|
+
|
|
46
|
+
```bash
|
|
47
|
+
# 命令 1 - [简短描述此命令的目的]
|
|
48
|
+
# 示例: /workflow:plan --agent "implement user authentication"
|
|
49
|
+
|
|
50
|
+
# 输出/结果:
|
|
51
|
+
# [请粘贴输出,注意删除敏感信息]
|
|
52
|
+
|
|
53
|
+
# 命令 2 - [简短描述此命令的目的]
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
# 输出/结果:
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
# 命令 3 - [简短描述此命令的目的]
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
# 输出/结果:
|
|
63
|
+
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
**隐私保护指南**:
|
|
67
|
+
- ✅ 可以包含: 命令名称、参数结构、错误代码
|
|
68
|
+
- ❌ 应该移除: API密钥、密码、真实文件路径、个人身份信息
|
|
69
|
+
- 💡 替换示例:
|
|
70
|
+
- `/real/path/project` → `/path/to/project`
|
|
71
|
+
- `user@email.com` → `user@example.com`
|
|
72
|
+
- `sk-abc123xyz` → `sk-***`
|
|
73
|
+
|
|
74
|
+
### 2.3 相关文件状态
|
|
75
|
+
|
|
76
|
+
<!-- 如果问题涉及特定文件,请说明文件状态 -->
|
|
77
|
+
|
|
78
|
+
- **涉及的文件路径**:
|
|
79
|
+
- **文件是否存在**: [ ] 是 / [ ] 否
|
|
80
|
+
- **文件权限**: <!-- 如果相关 -->
|
|
81
|
+
- **最近修改时间**: <!-- 如果相关 -->
|
|
82
|
+
|
|
83
|
+
## 🔍 第三步:交互式问题定位
|
|
84
|
+
|
|
85
|
+
### 3.1 命令执行问题诊断
|
|
86
|
+
|
|
87
|
+
<!-- 如果您的问题涉及命令执行,请完成此检查清单 -->
|
|
88
|
+
|
|
89
|
+
#### 基础检查
|
|
90
|
+
- [ ] 命令名称拼写正确
|
|
91
|
+
- [ ] 所有必需参数都已提供
|
|
92
|
+
- [ ] 参数格式符合文档要求
|
|
93
|
+
- [ ] 路径使用正确的格式(Windows/Linux)
|
|
94
|
+
- [ ] 具有执行命令所需的权限
|
|
95
|
+
|
|
96
|
+
#### 环境检查
|
|
97
|
+
- [ ] 在正确的目录下执行命令
|
|
98
|
+
- [ ] 相关依赖工具已安装(如 git, node, gemini, codex)
|
|
99
|
+
- [ ] 环境变量配置正确
|
|
100
|
+
- [ ] 没有其他进程占用相关资源
|
|
101
|
+
|
|
102
|
+
#### 上下文检查
|
|
103
|
+
- [ ] Workflow session 状态正常(如适用)
|
|
104
|
+
- [ ] 相关配置文件存在且格式正确
|
|
105
|
+
- [ ] 前置步骤已完成
|
|
106
|
+
- [ ] 没有冲突的并发操作
|
|
107
|
+
|
|
108
|
+
### 3.2 结果不符预期诊断
|
|
109
|
+
|
|
110
|
+
<!-- 如果命令执行成功但结果不对,请回答以下问题 -->
|
|
111
|
+
|
|
112
|
+
**期望结果**: <!-- 详细描述您期望看到什么 -->
|
|
113
|
+
|
|
114
|
+
**实际结果**: <!-- 详细描述实际发生了什么 -->
|
|
115
|
+
|
|
116
|
+
**差异分析**:
|
|
117
|
+
- [ ] 结果格式不同
|
|
118
|
+
- [ ] 内容缺失或多余
|
|
119
|
+
- [ ] 数据内容错误
|
|
120
|
+
- [ ] 文件生成位置错误
|
|
121
|
+
- [ ] 其他: __________
|
|
122
|
+
|
|
123
|
+
**可能原因**:
|
|
124
|
+
- [ ] 对命令功能的理解有误
|
|
125
|
+
- [ ] 参数配置不当
|
|
126
|
+
- [ ] 输入数据格式问题
|
|
127
|
+
- [ ] 工作流状态不匹配
|
|
128
|
+
- [ ] 其他: __________
|
|
129
|
+
|
|
130
|
+
### 3.3 使用方法不确定诊断
|
|
131
|
+
|
|
132
|
+
<!-- 如果您不确定应该使用什么命令或如何使用,请回答 -->
|
|
133
|
+
|
|
134
|
+
**您想要实现的目标**: <!-- 用一句话描述 -->
|
|
135
|
+
|
|
136
|
+
**您已经查看的文档**:
|
|
137
|
+
- [ ] getting-started.md
|
|
138
|
+
- [ ] workflow-patterns.md
|
|
139
|
+
- [ ] cli-tools-guide.md
|
|
140
|
+
- [ ] 特定命令文档: __________
|
|
141
|
+
- [ ] 其他: __________
|
|
142
|
+
|
|
143
|
+
**您已经尝试的方法**:
|
|
144
|
+
1.
|
|
145
|
+
2.
|
|
146
|
+
3.
|
|
147
|
+
|
|
148
|
+
**具体的困惑点**:
|
|
149
|
+
- [ ] 不知道用哪个命令
|
|
150
|
+
- [ ] 不理解参数含义
|
|
151
|
+
- [ ] 不清楚执行顺序
|
|
152
|
+
- [ ] 不知道如何组合使用
|
|
153
|
+
- [ ] 其他: __________
|
|
154
|
+
|
|
155
|
+
## 🔄 第四步:决策树导航
|
|
156
|
+
|
|
157
|
+
```mermaid
|
|
158
|
+
graph TD
|
|
159
|
+
A[开始诊断] --> B{命令是否执行?}
|
|
160
|
+
B -->|是| C{结果是否符合预期?}
|
|
161
|
+
B -->|否| D{是否有错误信息?}
|
|
162
|
+
|
|
163
|
+
C -->|是| E[可能是理解偏差<br/>查看文档核对预期]
|
|
164
|
+
C -->|否| F{结果是部分正确?}
|
|
165
|
+
|
|
166
|
+
D -->|是| G[根据错误信息分类]
|
|
167
|
+
D -->|否| H[检查命令拼写和语法]
|
|
168
|
+
|
|
169
|
+
F -->|是| I[检查参数配置]
|
|
170
|
+
F -->|否| J[检查输入数据和环境]
|
|
171
|
+
|
|
172
|
+
G --> K{错误类型?}
|
|
173
|
+
K -->|权限错误| L[检查文件权限和执行权限]
|
|
174
|
+
K -->|文件未找到| M[检查路径和工作目录]
|
|
175
|
+
K -->|参数错误| N[核对命令文档]
|
|
176
|
+
K -->|超时错误| O[检查网络和资源]
|
|
177
|
+
|
|
178
|
+
E --> P[参考: getting-started.md]
|
|
179
|
+
I --> Q[参考: cli-tools-guide.md]
|
|
180
|
+
J --> R[参考: troubleshooting.md]
|
|
181
|
+
L --> S[检查清单 3.1 - 基础检查]
|
|
182
|
+
M --> S
|
|
183
|
+
N --> Q
|
|
184
|
+
O --> T[参考: troubleshooting.md - 性能问题]
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
**根据决策树,您的问题可能属于**: <!-- 填写决策树的最终节点 -->
|
|
188
|
+
|
|
189
|
+
## 💡 第五步:自助解决尝试
|
|
190
|
+
|
|
191
|
+
<!-- 根据上述诊断结果,尝试以下解决方案 -->
|
|
192
|
+
|
|
193
|
+
### 已尝试的解决方案
|
|
194
|
+
|
|
195
|
+
#### 尝试 1:
|
|
196
|
+
- **方案**: <!-- 描述您尝试的解决方案 -->
|
|
197
|
+
- **结果**: [ ] 成功 / [ ] 失败 / [ ] 部分成功
|
|
198
|
+
- **详细说明**: <!-- 详细说明结果 -->
|
|
199
|
+
|
|
200
|
+
#### 尝试 2:
|
|
201
|
+
- **方案**:
|
|
202
|
+
- **结果**: [ ] 成功 / [ ] 失败 / [ ] 部分成功
|
|
203
|
+
- **详细说明**:
|
|
204
|
+
|
|
205
|
+
#### 尝试 3:
|
|
206
|
+
- **方案**:
|
|
207
|
+
- **结果**: [ ] 成功 / [ ] 失败 / [ ] 部分成功
|
|
208
|
+
- **详细说明**:
|
|
209
|
+
|
|
210
|
+
## 📞 第六步:寻求帮助
|
|
211
|
+
|
|
212
|
+
<!-- 如果自助解决未成功,请完成此部分以便他人协助 -->
|
|
213
|
+
|
|
214
|
+
### 核心问题总结
|
|
215
|
+
|
|
216
|
+
<!-- 基于以上所有信息,用 1-2 句话总结您的核心问题 -->
|
|
217
|
+
|
|
218
|
+
### 卡住的具体环节
|
|
219
|
+
|
|
220
|
+
<!-- 在整个流程中,您具体卡在哪一步? -->
|
|
221
|
+
|
|
222
|
+
### 最重要的疑问
|
|
223
|
+
|
|
224
|
+
<!-- 如果只能问一个问题,您最想知道什么? -->
|
|
225
|
+
|
|
226
|
+
### 紧急程度
|
|
227
|
+
|
|
228
|
+
- [ ] 紧急 - 阻碍关键工作进展
|
|
229
|
+
- [ ] 重要 - 影响工作效率但有临时方案
|
|
230
|
+
- [ ] 一般 - 希望改进但不紧急
|
|
231
|
+
|
|
232
|
+
## 📎 附加信息
|
|
233
|
+
|
|
234
|
+
### 系统信息
|
|
235
|
+
|
|
236
|
+
- **操作系统**: Windows / Mac / Linux
|
|
237
|
+
- **OS 版本**:
|
|
238
|
+
- **Claude Code 版本**:
|
|
239
|
+
- **相关工具版本**:
|
|
240
|
+
- Git:
|
|
241
|
+
- Node:
|
|
242
|
+
- Gemini CLI:
|
|
243
|
+
- Codex:
|
|
244
|
+
- 其他:
|
|
245
|
+
|
|
246
|
+
### 相关文件
|
|
247
|
+
|
|
248
|
+
<!-- 如果有相关的配置文件、日志文件或错误截图,请说明 -->
|
|
249
|
+
|
|
250
|
+
- [ ] 命令输出日志
|
|
251
|
+
- [ ] 配置文件内容
|
|
252
|
+
- [ ] 错误截图
|
|
253
|
+
- [ ] Workflow session 文件
|
|
254
|
+
- [ ] 其他: __________
|
|
255
|
+
|
|
256
|
+
### 参考链接
|
|
257
|
+
|
|
258
|
+
<!-- 相关的 issue、文档链接或其他参考资料 -->
|
|
259
|
+
|
|
260
|
+
---
|
|
261
|
+
|
|
262
|
+
## ✅ 提交前检查清单
|
|
263
|
+
|
|
264
|
+
提交此诊断前,请确认:
|
|
265
|
+
|
|
266
|
+
- [ ] 已完整填写"完整执行流程记录"(第二步)
|
|
267
|
+
- [ ] 已完成至少一个诊断清单(第三步)
|
|
268
|
+
- [ ] 已尝试至少 2 种解决方案(第五步)
|
|
269
|
+
- [ ] 已清晰总结核心问题(第六步)
|
|
270
|
+
- [ ] 已附加必要的系统信息和日志
|
|
271
|
+
|
|
272
|
+
---
|
|
273
|
+
|
|
274
|
+
**诊断日期**: <!-- 自动填充 -->
|
|
275
|
+
**提交人**: <!-- 自动填充 -->
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 功能请求
|
|
3
|
+
about: 建议新功能或改进现有功能
|
|
4
|
+
labels: enhancement
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# 功能请求
|
|
8
|
+
|
|
9
|
+
## 功能概述
|
|
10
|
+
|
|
11
|
+
<!-- 简要描述您希望添加或改进的功能 -->
|
|
12
|
+
|
|
13
|
+
## 问题背景
|
|
14
|
+
|
|
15
|
+
<!-- 描述当前的痛点或限制,这个功能将解决什么问题? -->
|
|
16
|
+
|
|
17
|
+
### 当前工作流程
|
|
18
|
+
|
|
19
|
+
<!-- 描述您现在是如何完成相关任务的 -->
|
|
20
|
+
|
|
21
|
+
**典型操作流程**:
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
# 步骤 1 - [描述当前做法]
|
|
25
|
+
# [当前使用的命令或操作]
|
|
26
|
+
|
|
27
|
+
# 步骤 2 - [描述当前做法]
|
|
28
|
+
# [当前使用的命令或操作]
|
|
29
|
+
|
|
30
|
+
# 步骤 3 - [描述当前做法]
|
|
31
|
+
# [当前使用的命令或操作]
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### 当前方案的痛点
|
|
35
|
+
|
|
36
|
+
<!-- 列出当前方案的具体问题 -->
|
|
37
|
+
|
|
38
|
+
- **痛点 1**: <!-- 具体描述 -->
|
|
39
|
+
- 影响: <!-- 如何影响效率 -->
|
|
40
|
+
- 频率: <!-- 多久遇到一次 -->
|
|
41
|
+
|
|
42
|
+
- **痛点 2**:
|
|
43
|
+
- 影响:
|
|
44
|
+
- 频率:
|
|
45
|
+
|
|
46
|
+
- **痛点 3**:
|
|
47
|
+
- 影响:
|
|
48
|
+
- 频率:
|
|
49
|
+
|
|
50
|
+
## 建议的解决方案
|
|
51
|
+
|
|
52
|
+
<!-- 详细描述您建议的功能实现方式 -->
|
|
53
|
+
|
|
54
|
+
## 使用场景
|
|
55
|
+
|
|
56
|
+
<!-- 描述具体的使用场景和示例 -->
|
|
57
|
+
|
|
58
|
+
### 场景 1:
|
|
59
|
+
**情况**:
|
|
60
|
+
**操作**:
|
|
61
|
+
**期望结果**:
|
|
62
|
+
|
|
63
|
+
### 场景 2(可选):
|
|
64
|
+
**情况**:
|
|
65
|
+
**操作**:
|
|
66
|
+
**期望结果**:
|
|
67
|
+
|
|
68
|
+
## 预期效果
|
|
69
|
+
|
|
70
|
+
<!-- 描述这个功能将如何改善工作流程或用户体验 -->
|
|
71
|
+
|
|
72
|
+
## 参考示例(可选)
|
|
73
|
+
|
|
74
|
+
<!-- 如果有类似功能的参考实现(其他工具、项目等),请提供链接或描述 -->
|
|
75
|
+
|
|
76
|
+
## 替代方案(可选)
|
|
77
|
+
|
|
78
|
+
<!-- 描述您考虑过的其他解决方案 -->
|
|
79
|
+
|
|
80
|
+
## 优先级
|
|
81
|
+
|
|
82
|
+
- [ ] 高 - 严重影响工作效率
|
|
83
|
+
- [ ] 中 - 有明显改善但有变通方案
|
|
84
|
+
- [ ] 低 - 锦上添花
|
|
85
|
+
|
|
86
|
+
## 额外信息
|
|
87
|
+
|
|
88
|
+
<!-- 任何其他相关信息,如:
|
|
89
|
+
- 相关的命令或工作流
|
|
90
|
+
- 技术实现建议
|
|
91
|
+
- 可能的挑战或限制
|
|
92
|
+
-->
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
96
|
+
**提交日期**: <!-- 自动填充 -->
|
|
97
|
+
**提交人**: <!-- 自动填充 -->
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 问题咨询
|
|
3
|
+
about: 询问使用方法、最佳实践或寻求帮助
|
|
4
|
+
labels: question
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# 问题咨询
|
|
8
|
+
|
|
9
|
+
## 问题描述
|
|
10
|
+
|
|
11
|
+
<!-- 清楚地描述您的问题或困惑 -->
|
|
12
|
+
|
|
13
|
+
## 当前情况与执行流程
|
|
14
|
+
|
|
15
|
+
<!-- 描述您当前的情况和已尝试的方法 -->
|
|
16
|
+
|
|
17
|
+
### 工作环境
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
# 工作目录
|
|
21
|
+
# [填写您的工作目录]
|
|
22
|
+
|
|
23
|
+
# 项目类型
|
|
24
|
+
# [如:React应用、Node.js API、数据分析项目等]
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
### 完整执行流程
|
|
28
|
+
|
|
29
|
+
<!-- ⚠️ 隐私提示: 请删除或替换敏感信息(API密钥、密码、真实路径、用户名等) -->
|
|
30
|
+
|
|
31
|
+
#### 尝试 1
|
|
32
|
+
|
|
33
|
+
**目的**: <!-- 您想实现什么 -->
|
|
34
|
+
|
|
35
|
+
**执行的命令**:
|
|
36
|
+
```bash
|
|
37
|
+
# [粘贴命令]
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
**结果**: <!-- 成功/失败/部分成功 -->
|
|
41
|
+
|
|
42
|
+
**输出/问题**:
|
|
43
|
+
```bash
|
|
44
|
+
# [粘贴输出或描述问题,删除敏感信息]
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
**您的困惑**: <!-- 在这一步您不确定什么 -->
|
|
48
|
+
|
|
49
|
+
#### 尝试 2
|
|
50
|
+
|
|
51
|
+
**目的**:
|
|
52
|
+
|
|
53
|
+
**执行的命令**:
|
|
54
|
+
```bash
|
|
55
|
+
# [粘贴命令]
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
**结果**: <!-- 成功/失败/部分成功 -->
|
|
59
|
+
|
|
60
|
+
**输出/问题**:
|
|
61
|
+
```bash
|
|
62
|
+
# [粘贴输出或描述问题]
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
**您的困惑**:
|
|
66
|
+
|
|
67
|
+
#### 尝试 3
|
|
68
|
+
|
|
69
|
+
**目的**:
|
|
70
|
+
|
|
71
|
+
**执行的命令**:
|
|
72
|
+
```bash
|
|
73
|
+
# [粘贴命令]
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
**结果**: <!-- 成功/失败/部分成功 -->
|
|
77
|
+
|
|
78
|
+
**输出/问题**:
|
|
79
|
+
```bash
|
|
80
|
+
# [粘贴输出或描述问题]
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
**您的困惑**:
|
|
84
|
+
|
|
85
|
+
**隐私保护**:
|
|
86
|
+
- ✅ 保留: 命令名称、参数结构
|
|
87
|
+
- ❌ 移除: API密钥、密码、真实路径、个人信息
|
|
88
|
+
|
|
89
|
+
## 具体疑问
|
|
90
|
+
|
|
91
|
+
<!-- 详细说明您想要了解的内容 -->
|
|
92
|
+
|
|
93
|
+
### 问题 1:
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### 问题 2(可选):
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
## 期望的解答
|
|
100
|
+
|
|
101
|
+
<!-- 描述您期望获得什么样的帮助或解答 -->
|
|
102
|
+
|
|
103
|
+
- [ ] 使用方法说明
|
|
104
|
+
- [ ] 最佳实践建议
|
|
105
|
+
- [ ] 示例代码或配置
|
|
106
|
+
- [ ] 故障排除指导
|
|
107
|
+
- [ ] 概念解释
|
|
108
|
+
- [ ] 其他:
|
|
109
|
+
|
|
110
|
+
## 上下文信息
|
|
111
|
+
|
|
112
|
+
### 使用场景
|
|
113
|
+
<!-- 描述您的具体使用场景 -->
|
|
114
|
+
|
|
115
|
+
### 项目类型
|
|
116
|
+
<!-- 如果相关,描述您的项目类型,如:Web 应用、API 服务、数据分析等 -->
|
|
117
|
+
|
|
118
|
+
### 相关文档
|
|
119
|
+
<!-- 列出您已经查看过的相关文档 -->
|
|
120
|
+
|
|
121
|
+
- [ ] getting-started.md
|
|
122
|
+
- [ ] workflow-patterns.md
|
|
123
|
+
- [ ] cli-tools-guide.md
|
|
124
|
+
- [ ] troubleshooting.md
|
|
125
|
+
- [ ] 命令文档:
|
|
126
|
+
- [ ] 其他:
|
|
127
|
+
|
|
128
|
+
## 紧急程度
|
|
129
|
+
|
|
130
|
+
- [ ] 紧急 - 阻碍当前工作
|
|
131
|
+
- [ ] 一般 - 希望尽快了解
|
|
132
|
+
- [ ] 不急 - 学习和改进目的
|
|
133
|
+
|
|
134
|
+
## 额外信息
|
|
135
|
+
|
|
136
|
+
<!-- 任何其他可能有助于理解或解答的信息 -->
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
**提问日期**: <!-- 自动填充 -->
|
|
141
|
+
**提问人**: <!-- 自动填充 -->
|