Skip to content

Commit 7a88c2f

Browse files
authored
Initial plan for resolving merge conflicts
2 parents 91f62ab + 1be4299 commit 7a88c2f

58 files changed

Lines changed: 756 additions & 331 deletions

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/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

.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+
}

.pre-commit-config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
repos:
3+
- repo: https://github.com/pre-commit/pre-commit-hooks
4+
rev: v6.0.0
5+
hooks:
6+
- id: check-executables-have-shebangs
7+
- id: check-yaml
8+
exclude: \.lock\.yml$
9+
- id: end-of-file-fixer
10+
exclude: \.lock\.yml$
11+
- id: trailing-whitespace
12+
exclude: \.lock\.yml$

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
<!-- insert new changelog below this comment -->
44

5+
## [0.12.11] - 2026-07-10
6+
7+
### Changed
8+
9+
- fix(agent-context): discover nested plan.md in scoped layouts (#3024) (#3301)
10+
- fix(auth): return no matches, not raw ValueError, for a malformed URL (#3437)
11+
- fix(catalogs): raise catalog error, not raw ValueError, on a malformed URL (#3435)
12+
- fix(bundler): raise BundlerError, not raw ValueError, on a malformed catalog URL (#3433)
13+
- chore: add pre-commit config and fix trailing whitespace/end-of-file (#3430)
14+
- Add EARS Requirements Syntax extension to community catalog (#3407)
15+
- Add Spec Kit Figma extension to community catalog (#3408)
16+
- fix(workflows): report validation errors instead of crashing on non-string workflow.yml scalars (#3421)
17+
- fix(templates): remove self-referencing path in plan-template.md note (#3417)
18+
- chore: release 0.12.10, begin 0.12.11.dev0 development (#3453)
19+
520
## [0.12.10] - 2026-07-10
621

722
### Changed

LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22-

0 commit comments

Comments
 (0)