Skip to content

Commit 9cb803a

Browse files
authored
Merge origin/main into add-multi-repo-sync-extension-4b914cba3e1b9c18
Assisted-by: GitHub Copilot (model: GPT-5, autonomous)
2 parents 4b4b3d3 + c2af5c5 commit 9cb803a

68 files changed

Lines changed: 1007 additions & 377 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
/extensions/catalog.community.json @mnriem
66
/integrations/catalog.community.json @mnriem
77
/presets/catalog.community.json @mnriem
8-

.github/ISSUE_TEMPLATE/agent_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
attributes:
88
value: |
99
Thanks for requesting a new agent! Before submitting, please check if the agent is already supported.
10-
10+
1111
**Currently supported agents**: Amp, Antigravity, Auggie CLI, Claude Code, Cline, CodeBuddy, Codex CLI, Cursor, Devin for Terminal, Firebender, Forge, Gemini CLI, GitHub Copilot, Goose, 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
1212
1313
- type: input

.github/ISSUE_TEMPLATE/extension_submission.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
attributes:
88
value: |
99
Thanks for contributing an extension! This template helps you submit your extension to the community catalog.
10-
10+
1111
**Before submitting:**
1212
- Review the [Extension Publishing Guide](https://github.com/github/spec-kit/blob/main/extensions/EXTENSION-PUBLISHING-GUIDE.md)
1313
- Ensure your extension has a valid `extension.yml` manifest
@@ -209,9 +209,9 @@ body:
209209
**Tested on:**
210210
- macOS 14.0 with Spec Kit v0.1.0
211211
- Linux Ubuntu 22.04 with Spec Kit v0.1.0
212-
212+
213213
**Test project:** [Link or description]
214-
214+
215215
**Test scenarios:**
216216
1. Installed extension
217217
2. Configured settings
@@ -230,7 +230,7 @@ body:
230230
```bash
231231
# Install extension
232232
specify extension add <extension-name> --from https://github.com/your-org/spec-kit-your-extension/archive/refs/tags/v1.0.0.zip
233-
233+
234234
# Use a command
235235
/speckit.your-extension.command-name arg1 arg2
236236
```

.github/ISSUE_TEMPLATE/preset_submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
attributes:
88
value: |
99
Thanks for contributing a preset! This template helps you submit your preset to the community catalog.
10-
10+
1111
**Before submitting:**
1212
- Review the [Preset Publishing Guide](https://github.com/github/spec-kit/blob/main/presets/PUBLISHING.md)
1313
- Ensure your preset has a valid `preset.yml` manifest

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@
1919
- [ ] I **did** use AI assistance (describe below)
2020

2121
<!-- If you used AI, briefly describe how (e.g., "Code generated by Copilot", "Consulted ChatGPT for approach"): -->
22-

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fi
3838
3939
- name: Run markdownlint-cli2
40-
uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23
40+
uses: DavidAnson/markdownlint-cli2-action@8de2aa07cae85fd17c0b35642db70cf5495f1d25 # v24.0.0
4141
with:
4242
globs: |
4343
'**/*.md'

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ref: refs/tags/${{ inputs.tag }}
3333

3434
- name: Install uv
35-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
35+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
3636

3737
- name: Set up Python
3838
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
@@ -74,7 +74,7 @@ jobs:
7474
path: dist/
7575

7676
- name: Install uv
77-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
77+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
7878

7979
- name: Publish to PyPI
8080
run: uv publish

.github/workflows/stale.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@ jobs:
2020
days-before-stale: 150
2121
# Days of inactivity before a stale issue or PR is closed (after being marked stale)
2222
days-before-close: 30
23-
23+
2424
# Stale issue settings
2525
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.'
2626
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.'
2727
stale-issue-label: 'stale'
28-
28+
2929
# Stale PR settings
3030
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.'
3131
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.'
3232
stale-pr-label: 'stale'
33-
33+
3434
# Exempt issues and PRs with these labels from being marked as stale
3535
exempt-issue-labels: 'pinned,security'
3636
exempt-pr-labels: 'pinned,security'
37-
37+
3838
# Only issues or PRs with all of these labels are checked
3939
# Leave empty to check all issues and PRs
4040
any-of-labels: ''
41-
41+
4242
# Operations per run (helps avoid rate limits)
4343
operations-per-run: 250

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1717

1818
- name: Install uv
19-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
19+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
2020

2121
- name: Set up Python
2222
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3838

3939
- name: Install uv
40-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
40+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
4141

4242
- name: Set up Python ${{ matrix.python-version }}
4343
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6

.markdownlint-cli2.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
"ignores": [
2727
".genreleases/"
2828
]
29-
}
29+
}

0 commit comments

Comments
 (0)