You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Days of inactivity before an issue or PR becomes stale
19
+
days-before-stale: 150
20
+
# Days of inactivity before a stale issue or PR is closed (after being marked stale)
21
+
days-before-close: 30
22
+
23
+
# Stale issue settings
24
+
stale-issue-message: 'This issue has been automatically marked as stale because it has not had any activity for 150 days. It will be closed in 30 days if no further activity occurs.'
25
+
close-issue-message: 'This issue has been automatically closed due to inactivity (180 days total). If you believe this issue is still relevant, please reopen it or create a new issue.'
26
+
stale-issue-label: 'stale'
27
+
28
+
# Stale PR settings
29
+
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had any activity for 150 days. It will be closed in 30 days if no further activity occurs.'
30
+
close-pr-message: 'This pull request has been automatically closed due to inactivity (180 days total). If you believe this PR is still relevant, please reopen it or create a new PR.'
31
+
stale-pr-label: 'stale'
32
+
33
+
# Exempt issues and PRs with these labels from being marked as stale
34
+
exempt-issue-labels: 'pinned,security'
35
+
exempt-pr-labels: 'pinned,security'
36
+
37
+
# Only issues or PRs with all of these labels are checked
|`<project-name>`| Argument | Name for your new project directory (optional if using `--here`, or use `.` for current directory) |
255
-
|`--ai`| Option | AI assistant to use: `claude`, `gemini`, `copilot`, `cursor-agent`, `qwen`, `opencode`, `codex`, `windsurf`, `kilocode`, `auggie`, `roo`, `codebuddy`, `amp`, `shai`, `q`, `bob`, or `qoder`|
255
+
|`--ai`| Option | AI assistant to use: `claude`, `gemini`, `copilot`, `cursor-agent`, `qwen`, `opencode`, `codex`, `windsurf`, `kilocode`, `auggie`, `roo`, `codebuddy`, `amp`, `shai`, `q`, `agy`, `bob`, or `qoder`|
256
256
|`--script`| Option | Script variant to use: `sh` (bash/zsh) or `ps` (PowerShell) |
257
257
|`--ignore-agent-tools`| Flag | Skip checks for AI agent tools like Claude Code |
258
258
|`--no-git`| Flag | Skip git repository initialization |
@@ -726,11 +726,6 @@ echo "Cleaning up..."
726
726
rm gcm-linux_amd64.2.6.1.deb
727
727
```
728
728
729
-
## 👥 Maintainers
730
-
731
-
- Den Delimarsky ([@localden](https://github.com/localden))
732
-
- John Lam ([@jflam](https://github.com/jflam))
733
-
734
729
## 🤝 Contributing
735
730
736
731
We welcome contributions from the community! SpecifyPlus uses a **test-first contribution model** where you develop and validate commands in your own projects before contributing them to the core repository.
For support, please open a [GitHub issue](https://github.com/panaversity/spec-kit-plus/issues/new). We welcome bug reports, feature requests, and questions about using Spec-Driven Development.
0 commit comments