32 lines
975 B
YAML
32 lines
975 B
YAML
schema_version: "1.0"
|
|
|
|
extension:
|
|
id: bug
|
|
name: "Bug Triage Workflow"
|
|
version: "1.0.0"
|
|
description: "Assess, fix, and validate bug reports against the codebase with per-bug reports stored under .specify/bugs/<slug>/"
|
|
author: spec-kit-core
|
|
repository: https://github.com/github/spec-kit
|
|
license: MIT
|
|
|
|
requires:
|
|
speckit_version: ">=0.9.0"
|
|
|
|
provides:
|
|
commands:
|
|
- name: speckit.bug.assess
|
|
file: commands/speckit.bug.assess.md
|
|
description: "Assess a bug report (pasted text or URL) against the codebase and produce an assessment with possible remediation"
|
|
- name: speckit.bug.fix
|
|
file: commands/speckit.bug.fix.md
|
|
description: "Apply the remediation from a bug assessment and record what was changed"
|
|
- name: speckit.bug.test
|
|
file: commands/speckit.bug.test.md
|
|
description: "Validate that a previously fixed bug is resolved and record the verification report"
|
|
|
|
tags:
|
|
- "bug"
|
|
- "triage"
|
|
- "workflow"
|
|
- "qa"
|