- harness: 도메인 한 줄 → 에이전트 팀 자동 생성 메타 스킬 (v1.2.0) - zio-harness: React + Spring Boot + Mobile 풀스택 개발 에이전트 팀 (v1.0.0) - 에이전트 4종: orchestrator / analyst / bot / agent - PROJECT_MAP.md 폴더 구조 메모리 시스템 - references/: react, spring-boot, mobile, playwright, database, folder-map Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
87 lines
2.4 KiB
YAML
87 lines
2.4 KiB
YAML
name: Bug report
|
|
description: Report a defect in Harness (unexpected behavior, crash, broken install, etc.)
|
|
title: "[bug] "
|
|
labels: ["bug", "needs-triage"]
|
|
assignees:
|
|
- revfactory
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to file a bug report.
|
|
|
|
Before submitting, please skim open issues to avoid duplicates.
|
|
|
|
**Triage SLA:** we aim to label new issues within 48h and respond substantively within 72h on business days (see [CONTRIBUTING.md](../../CONTRIBUTING.md)).
|
|
|
|
- type: input
|
|
id: claude-code-version
|
|
attributes:
|
|
label: Claude Code version
|
|
description: Output of `claude --version` (e.g. `2.3.1`)
|
|
placeholder: "2.x.y"
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: experimental-flag
|
|
attributes:
|
|
label: Experimental Agent Teams flag state
|
|
description: Is `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1` set in the shell where you hit this bug?
|
|
options:
|
|
- "Yes, flag is set to 1"
|
|
- "No, flag is unset"
|
|
- "I don't know / N/A"
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: reproduction
|
|
attributes:
|
|
label: Reproduction steps
|
|
description: Minimal steps to reproduce. Commands, config, and inputs please.
|
|
placeholder: |
|
|
1. `claude plugin marketplace add harness@harness`
|
|
2. `export CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1`
|
|
3. `claude "build a harness for ..."`
|
|
4. observe ...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected behavior
|
|
description: What did you expect to happen?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: actual
|
|
attributes:
|
|
label: Actual behavior
|
|
description: What actually happened? Include error messages / stack traces verbatim.
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: os
|
|
attributes:
|
|
label: Operating system
|
|
options:
|
|
- "macOS"
|
|
- "Linux"
|
|
- "Windows (WSL)"
|
|
- "Windows (native)"
|
|
- "Other (describe below)"
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional context (optional)
|
|
description: Logs, screenshots, or anything else that might help. Redact anything sensitive.
|
|
validations:
|
|
required: false
|