Skip to content

Commit 23f0890

Browse files
author
Markus
committed
Merge remote-tracking branch 'origin/main' into feat/workflow-overlays
2 parents 0a6dc13 + 0d78016 commit 23f0890

20 files changed

Lines changed: 162 additions & 36 deletions

.github/workflows/add-community-extension.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/add-community-preset.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/bug-assess.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/bug-fix.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/bug-test.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2323

2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
25+
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4
2626
with:
2727
languages: ${{ matrix.language }}
2828

2929
- name: Perform CodeQL Analysis
30-
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
30+
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4
3131
with:
3232
category: "/language:${{ matrix.language }}"

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0 # Fetch all history for git info
3636

3737
- name: Setup .NET
38-
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
38+
uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
3939
with:
4040
dotnet-version: '8.x'
4141

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
stale:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10
17+
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10
1818
with:
1919
# Days of inactivity before an issue or PR becomes stale
2020
days-before-stale: 150

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.18] - 2026-07-17
6+
7+
### Changed
8+
9+
- chore(deps): bump actions/setup-dotnet from 5.4.0 to 6.0.0 (#3574)
10+
- chore(deps): bump actions/stale from 10.3.0 to 10.4.0 (#3572)
11+
- chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#3570)
12+
- docs: weave harness/SDLC framing into landing page (#3567)
13+
- docs: reframe SDD positioning, modernize install, and de-duplicate walkthroughs (#3565)
14+
- docs: document extensions.yml hook configuration (#3563)
15+
- docs: refresh landing page ecosystem stats (#3561)
16+
- [extension] Add Dotdog extension to community catalog (#3558)
17+
- Update DocGuard — CDD Enforcement to v0.33.0 (#3559)
18+
- chore: release 0.12.17, begin 0.12.18.dev0 development (#3560)
19+
520
## [0.12.17] - 2026-07-16
621

722
### Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<div align="center">
22
<img src="./media/logo_large.webp" alt="Spec Kit Logo" width="200" height="200"/>
33
<h1>🌱 Spec Kit</h1>
4-
<h3><em>Build high-quality software faster.</em></h3>
4+
<h3><em>Define what to build before building it — with any AI coding agent.</em></h3>
55
</div>
66

77
<p align="center">
8-
<strong>An open source toolkit that allows you to focus on product scenarios and predictable outcomes instead of vibe coding every piece from scratch.</strong>
8+
<strong>An open source toolkit for building high-quality software with any AI coding agent — a ready-to-use spec-driven process (or bring your own), endlessly extensible, community-driven, and built for your whole organization.</strong>
99
</p>
1010

1111
<p align="center">

0 commit comments

Comments
 (0)