Skip to content

Commit 006e82a

Browse files
committed
chore: release main
1 parent 2be4fc6 commit 006e82a

13 files changed

Lines changed: 111 additions & 12 deletions

File tree

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"reference": "0.13.0",
3-
"conformance/runner": "0.13.0",
4-
"sdk-typescript": "0.13.0",
5-
"orchestrator": "0.13.0",
6-
"mcp-advisor": "0.13.0",
7-
"pipeline-cli": "0.13.0",
2+
"reference": "0.14.0",
3+
"conformance/runner": "0.14.0",
4+
"sdk-typescript": "0.14.0",
5+
"orchestrator": "0.14.0",
6+
"mcp-advisor": "0.14.0",
7+
"pipeline-cli": "0.14.0",
88
"sdk-python": "0.2.0",
99
"sdk-go": "0.2.1",
1010
"ai-sdlc-plugin": "0.11.0"

conformance/runner/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @ai-sdlc/conformance
22

3+
## [0.14.0](https://github.com/ai-sdlc-framework/ai-sdlc/compare/conformance/runner-v0.13.0...conformance/runner-v0.14.0) (2026-07-06)
4+
5+
6+
### Miscellaneous
7+
8+
* **conformance/runner:** Synchronize node-packages versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @ai-sdlc/reference bumped to 0.14.0
16+
* @ai-sdlc/orchestrator bumped to 0.14.0
17+
318
## [0.13.0](https://github.com/ai-sdlc-framework/ai-sdlc/compare/conformance/runner-v0.12.0...conformance/runner-v0.13.0) (2026-06-10)
419

520

conformance/runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-sdlc/conformance",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Conformance test runner for AI-SDLC implementations",
55
"license": "Apache-2.0",
66
"repository": {

mcp-advisor/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @ai-sdlc/mcp-advisor
22

3+
## [0.14.0](https://github.com/ai-sdlc-framework/ai-sdlc/compare/mcp-advisor-v0.13.0...mcp-advisor-v0.14.0) (2026-07-06)
4+
5+
6+
### Miscellaneous
7+
8+
* **mcp-advisor:** Synchronize node-packages versions
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @ai-sdlc/orchestrator bumped to 0.14.0
16+
317
## [0.13.0](https://github.com/ai-sdlc-framework/ai-sdlc/compare/mcp-advisor-v0.12.0...mcp-advisor-v0.13.0) (2026-06-10)
418

519

mcp-advisor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-sdlc/mcp-advisor",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "MCP server bridging human-directed AI sessions with the AI-SDLC orchestrator",
55
"license": "Apache-2.0",
66
"repository": {

orchestrator/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@
55
conventional-commit messages and prepends a dated section when the
66
rolling release PR lands. See docs/operations/release-flow.md. -->
77

8+
## [0.14.0](https://github.com/ai-sdlc-framework/ai-sdlc/compare/orchestrator-v0.13.0...orchestrator-v0.14.0) (2026-07-06)
9+
10+
11+
### Features
12+
13+
* **orchestrator:** rfc-0018 phase 4 - MetricSnapshot + graduated Erho5 degradation (AISDLC-468) ([#910](https://github.com/ai-sdlc-framework/ai-sdlc/issues/910)) ([2cfe642](https://github.com/ai-sdlc-framework/ai-sdlc/commit/2cfe642be7dab633e5944992f125c1297f518baa))
14+
15+
16+
### Bug Fixes
17+
18+
* **orchestrator:** de-flake execute.test.ts IPC teardown race (AISDLC-542) ([#928](https://github.com/ai-sdlc-framework/ai-sdlc/issues/928)) ([d07868e](https://github.com/ai-sdlc-framework/ai-sdlc/commit/d07868e4bc46e1d601308eef4e5dbf84e2e537da))
19+
* **orchestrator:** resolve implicit-any TS7006 in webhook-manager.ts (AISDLC-517) ([#904](https://github.com/ai-sdlc-framework/ai-sdlc/issues/904)) ([a6e3973](https://github.com/ai-sdlc-framework/ai-sdlc/commit/a6e397330ad18f9c1f628c0cf43e3c36befbbe03))
20+
* **security:** resolve CodeQL source-code findings — ReDoS, cmd-injection, sanitization (AISDLC-535) ([#913](https://github.com/ai-sdlc-framework/ai-sdlc/issues/913)) ([64f0165](https://github.com/ai-sdlc-framework/ai-sdlc/commit/64f016554ee1cea21cef4ca86c89af1332dd9df9))
21+
22+
23+
### Dependencies
24+
25+
* The following workspace dependencies were updated
26+
* dependencies
27+
* @ai-sdlc/reference bumped to 0.14.0
28+
829
## [0.13.0](https://github.com/ai-sdlc-framework/ai-sdlc/compare/orchestrator-v0.12.0...orchestrator-v0.13.0) (2026-06-10)
930

1031

orchestrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-sdlc/orchestrator",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "AI-SDLC Orchestrator — long-running runtime that drives issues through the complete SDLC with AI agents",
55
"license": "Apache-2.0",
66
"repository": {

pipeline-cli/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.14.0](https://github.com/ai-sdlc-framework/ai-sdlc/compare/pipeline-cli-v0.13.0...pipeline-cli-v0.14.0) (2026-07-06)
4+
5+
6+
### Features
7+
8+
* **orchestrator:** dispatch→merge lifecycle profiling instrumentation (AISDLC-493) ([#909](https://github.com/ai-sdlc-framework/ai-sdlc/issues/909)) ([906f53a](https://github.com/ai-sdlc-framework/ai-sdlc/commit/906f53a9ae2a05389b623873f58e0642de4d1578))
9+
10+
11+
### Bug Fixes
12+
13+
* de-flake capture.test.ts against-current-pr graceful fallback (AISDLC-533) ([#902](https://github.com/ai-sdlc-framework/ai-sdlc/issues/902)) ([40d652f](https://github.com/ai-sdlc-framework/ai-sdlc/commit/40d652f1a15e36600357d5f8efc4e6519a6f826d))
14+
* **security:** resolve CodeQL source-code findings — ReDoS, cmd-injection, sanitization (AISDLC-535) ([#913](https://github.com/ai-sdlc-framework/ai-sdlc/issues/913)) ([64f0165](https://github.com/ai-sdlc-framework/ai-sdlc/commit/64f016554ee1cea21cef4ca86c89af1332dd9df9))
15+
* stop pipeline-cli test runs leaving _artifacts/ and mutating classifier-corpus (AISDLC-518) ([#907](https://github.com/ai-sdlc-framework/ai-sdlc/issues/907)) ([bd5605e](https://github.com/ai-sdlc-framework/ai-sdlc/commit/bd5605e904d2cddc1419f0513ee47b137379973f))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @ai-sdlc/reference bumped to 0.14.0
23+
324
## [0.13.0](https://github.com/ai-sdlc-framework/ai-sdlc/compare/pipeline-cli-v0.12.0...pipeline-cli-v0.13.0) (2026-06-10)
425

526

pipeline-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-sdlc/pipeline-cli",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "AI-SDLC pipeline shared core library — RFC-0012 Phase 1 (Step 0-13 pure functions + CLI router + composite executePipeline)",
55
"license": "Apache-2.0",
66
"repository": {

reference/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @ai-sdlc/reference
22

3+
## [0.14.0](https://github.com/ai-sdlc-framework/ai-sdlc/compare/reference-v0.13.0...reference-v0.14.0) (2026-07-06)
4+
5+
6+
### Features
7+
8+
* **orchestrator:** dispatch→merge lifecycle profiling instrumentation (AISDLC-493) ([#909](https://github.com/ai-sdlc-framework/ai-sdlc/issues/909)) ([906f53a](https://github.com/ai-sdlc-framework/ai-sdlc/commit/906f53a9ae2a05389b623873f58e0642de4d1578))
9+
* **orchestrator:** rfc-0018 phase 4 - MetricSnapshot + graduated Erho5 degradation (AISDLC-468) ([#910](https://github.com/ai-sdlc-framework/ai-sdlc/issues/910)) ([2cfe642](https://github.com/ai-sdlc-framework/ai-sdlc/commit/2cfe642be7dab633e5944992f125c1297f518baa))
10+
* **reference:** harden journey.v1 constraints + validate-schemas robustness (AISDLC-494) ([#917](https://github.com/ai-sdlc-framework/ai-sdlc/issues/917)) ([8317c39](https://github.com/ai-sdlc-framework/ai-sdlc/commit/8317c399afcb261e4a33bfcabe7510cb9ac17328))
11+
12+
13+
### Bug Fixes
14+
15+
* **security:** resolve CodeQL source-code findings — ReDoS, cmd-injection, sanitization (AISDLC-535) ([#913](https://github.com/ai-sdlc-framework/ai-sdlc/issues/913)) ([64f0165](https://github.com/ai-sdlc-framework/ai-sdlc/commit/64f016554ee1cea21cef4ca86c89af1332dd9df9))
16+
317
## [0.13.0](https://github.com/ai-sdlc-framework/ai-sdlc/compare/reference-v0.12.0...reference-v0.13.0) (2026-06-10)
418

519

0 commit comments

Comments
 (0)