@mastra/factory 0.6.0-alpha.18 → 0.6.0-alpha.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @mastra/factory
2
2
 
3
+ ## 0.6.0-alpha.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed the Factory review handoff turning finding references into GitHub links. A re-review that pointed back at "Blocking `#1`" published a link to issue 1 of the repository; findings are now named by subject and `file:line`. ([#21263](https://github.com/mastra-ai/mastra/pull/21263))
8
+
9
+ - Updated dependencies [[`296dc9a`](https://github.com/mastra-ai/mastra/commit/296dc9af29f3616e786c7825ec32e0df92d754c5), [`1670533`](https://github.com/mastra-ai/mastra/commit/1670533986f6bacf567746245348125e3a106448), [`4a09a9c`](https://github.com/mastra-ai/mastra/commit/4a09a9c0474ef643558fcb5f0edc542b82f1cab0), [`1e83a47`](https://github.com/mastra-ai/mastra/commit/1e83a4734ab61ba5926af6793e3569a78b72ed37), [`ff28284`](https://github.com/mastra-ai/mastra/commit/ff2828416f14daff9d956e6a352fdaa23c950979), [`1670533`](https://github.com/mastra-ai/mastra/commit/1670533986f6bacf567746245348125e3a106448)]:
10
+ - @mastra/core@1.58.0-alpha.16
11
+ - @mastra/code-sdk@1.2.0-alpha.18
12
+
3
13
  ## 0.6.0-alpha.18
4
14
 
5
15
  ### Minor Changes
@@ -117,7 +117,7 @@ First, compose the **review handoff** — don't send it to the conversation yet;
117
117
 
118
118
  - **Findings** — correctness assessment, test assessment, scope assessment, pattern-consistency notes, each grounded in the history you traced. Distill — this is a handoff, not a transcript.
119
119
  - **Verification** — every command you executed (tests, typecheck, repros) with its outcome, or an explicit statement that nothing was executed and why.
120
- - **Existing review disposition** — every substantive finding from prior reviewers (bots included) with its classification: confirmed, addressed, or refuted with evidence. A major bot comment must never be silently dropped.
120
+ - **Existing review disposition** — every substantive finding from prior reviewers (bots included, your own earlier passes included) with its classification: confirmed, addressed, or refuted with evidence. A major bot comment must never be silently dropped. Name each by subject and `file:line`, and remember the body lands as GitHub markdown — `#1` publishes as a link to issue 1.
121
121
  - **Adversarial check** (approve only) — the one-line record of why the strongest request-changes case fails.
122
122
  - **Requested changes** — one entry per change, concrete enough to act on (for a request-changes verdict).
123
123
  - **Assumptions** — every recorded judgment call from the run.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/factory",
3
- "version": "0.6.0-alpha.18",
3
+ "version": "0.6.0-alpha.19",
4
4
  "description": "Mastra Software Factory module: the server core behind the Mastra Software Factory — storage domains, integrations, and surfaces for agent-powered software delivery",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -53,9 +53,9 @@
53
53
  "zod": "^4.3.6",
54
54
  "@mastra/auth-studio": "1.3.3",
55
55
  "@mastra/auth-workos": "1.6.4",
56
- "@mastra/code-sdk": "1.2.0-alpha.17",
57
- "@mastra/slack": "1.6.1-alpha.0",
58
- "@mastra/core": "1.58.0-alpha.15"
56
+ "@mastra/code-sdk": "1.2.0-alpha.18",
57
+ "@mastra/core": "1.58.0-alpha.16",
58
+ "@mastra/slack": "1.6.1-alpha.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/node": "22.20.1",
@@ -64,9 +64,9 @@
64
64
  "typescript": "^6.0.3",
65
65
  "typescript-eslint": "^8.57.0",
66
66
  "vitest": "4.1.10",
67
- "@internal/lint": "0.0.121",
68
67
  "@mastra/libsql": "1.20.0-alpha.3",
69
68
  "@mastra/pg": "1.20.0-alpha.4",
69
+ "@internal/lint": "0.0.121",
70
70
  "@internal/types-builder": "0.0.96"
71
71
  },
72
72
  "engines": {