mirror of
https://github.com/github/spec-kit.git
synced 2026-08-03 06:26:30 +08:00
* feat(integrations): add Grok Build skills-based integration Add first-class support for xAI Grok Build via SkillsIntegration, installing speckit skills under .grok/skills and wiring init/invocation/catalog surfaces. Assisted-by: Grok Build (model: grok-4, supervised) * test+docs: address Copilot review on Grok multi-install and next steps Assert init next-steps guidance for Grok (.grok/skills, /speckit-*) and clarify that multi-install safety is path/manifest isolation, not agent-context defaults such as shared AGENTS.md. * fix(integrations): Grok headless --always-approve and isolation paths Document Grok multi-install isolation as .grok/skills and .grok/rules. Override build_exec_args to pass --always-approve so non-interactive dispatch is not blocked at tool permission gates. * docs(integrations): list only managed .grok/skills for Grok isolation Multi-install isolation documents Spec Kit-managed paths; Grok only writes .grok/skills, so drop the read-only .grok/rules entry. * fix(integrations): always-slash Grok hooks and refresh catalog date Move grok to ALWAYS_SLASH_AGENTS so hooks never emit /speckit.plan when ai_skills is missing/false. Update slash-format tests, persist ai_skills on init, and bump catalog updated_at for the Grok entry. --------- Co-authored-by: Nate Chadwick <1232206+natechadwick@users.noreply.github.com> Co-authored-by: test <test@example.com>
135 lines
3.1 KiB
YAML
135 lines
3.1 KiB
YAML
name: Bug Report
|
|
description: Report a bug or unexpected behavior in Specify CLI or Spec Kit
|
|
title: "[Bug]: "
|
|
labels: ["bug", "needs-triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to report a bug! Please fill out the sections below to help us diagnose and fix the issue.
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Bug Description
|
|
description: A clear and concise description of what the bug is.
|
|
placeholder: What went wrong?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
description: Steps to reproduce the behavior
|
|
placeholder: |
|
|
1. Run command '...'
|
|
2. Execute script '...'
|
|
3. See error
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: What did you expect to happen?
|
|
placeholder: Describe the expected outcome
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: actual
|
|
attributes:
|
|
label: Actual Behavior
|
|
description: What actually happened?
|
|
placeholder: Describe what happened instead
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Specify CLI Version
|
|
description: "Run `specify version` or `pip show spec-kit`"
|
|
placeholder: "e.g., 1.3.0"
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: ai-agent
|
|
attributes:
|
|
label: AI Agent
|
|
description: Which AI agent are you using?
|
|
options:
|
|
- Amp
|
|
- Antigravity
|
|
- Auggie CLI
|
|
- Claude Code
|
|
- Cline
|
|
- CodeBuddy
|
|
- Codex CLI
|
|
- Cursor
|
|
- Devin for Terminal
|
|
- Firebender
|
|
- Forge
|
|
- Gemini CLI
|
|
- GitHub Copilot
|
|
- Goose
|
|
- Grok Build
|
|
- Hermes Agent
|
|
- IBM Bob
|
|
- Junie
|
|
- Kilo Code
|
|
- Kimi Code
|
|
- Kiro CLI
|
|
- Lingma
|
|
- Mistral Vibe
|
|
- Oh My Pi
|
|
- opencode
|
|
- Pi Coding Agent
|
|
- Qoder CLI
|
|
- Qwen Code
|
|
- RovoDev ACLI
|
|
- SHAI
|
|
- Tabnine CLI
|
|
- Trae
|
|
- ZCode
|
|
- Zed
|
|
- Not applicable
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: os
|
|
attributes:
|
|
label: Operating System
|
|
description: Your operating system and version
|
|
placeholder: "e.g., macOS 14.2, Ubuntu 22.04, Windows 11"
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: python
|
|
attributes:
|
|
label: Python Version
|
|
description: "Run `python --version` or `python3 --version`"
|
|
placeholder: "e.g., Python 3.11.5"
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Error Logs
|
|
description: Please paste any relevant error messages or logs
|
|
render: shell
|
|
placeholder: Paste error output here
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any other context about the problem
|
|
placeholder: Screenshots, related issues, workarounds attempted, etc.
|