@mastra/factory 0.14.1-alpha.3 → 0.14.1-alpha.4
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.
|
@@ -148,6 +148,8 @@ Next, publish the re-review on the PR itself — this is part of every pass, not
|
|
|
148
148
|
|
|
149
149
|
If GitHub rejects the review submission (e.g. the token authored the PR and cannot approve or request changes on it), fall back to `gh pr comment <number> --body-file <file>` so the verdict still lands on the PR, and report the fallback under **Verification** — how the verdict was published is an operational outcome, not an assumption.
|
|
150
150
|
|
|
151
|
+
After publishing, reconcile the verdict label: approve adds `status:auto-approved` and removes `status:changes-requested`; request changes adds `status:changes-requested` and removes `status:auto-approved`.
|
|
152
|
+
|
|
151
153
|
**Non-blocking follow-ups become a PR, not homework.** After publishing the re-review, if it produced non-blocking findings with concrete mechanical fixes — typos, small hardening, a supplemental test case, doc touch-ups — implement them yourself instead of leaving them as a burden on the author. Supplemental means coverage beyond what the behavior-tested gate required: a test gap that failed that gate is a requested change on the reviewed PR, never follow-up work:
|
|
152
154
|
|
|
153
155
|
1. Branch from the reviewed PR's current head: `git fetch origin pull/<number>/head && git checkout -b factory/rereview-followups-pr-<number> FETCH_HEAD`.
|
|
@@ -140,6 +140,8 @@ Next, publish the review on the PR itself — this is part of every pass, not so
|
|
|
140
140
|
|
|
141
141
|
If GitHub rejects the review submission (e.g. the token authored the PR and cannot approve or request changes on it), fall back to `gh pr comment <number> --body-file <file>` so the verdict still lands on the PR, and report the fallback under **Verification** — how the verdict was published is an operational outcome, not an assumption.
|
|
142
142
|
|
|
143
|
+
After publishing, reconcile the verdict label: approve adds `status:auto-approved` and removes `status:changes-requested`; request changes adds `status:changes-requested` and removes `status:auto-approved`.
|
|
144
|
+
|
|
143
145
|
**Non-blocking follow-ups become a PR, not homework.** After publishing the review, if it produced non-blocking findings with concrete mechanical fixes — typos, small hardening, a supplemental test case, doc touch-ups — implement them yourself instead of leaving them as a burden on the author. Supplemental means coverage beyond what the behavior-tested gate required: a test gap that failed that gate is a requested change on the reviewed PR, never follow-up work:
|
|
144
146
|
|
|
145
147
|
1. Branch from the reviewed PR's head: `git fetch origin pull/<number>/head && git checkout -b factory/review-followups-pr-<number> FETCH_HEAD`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/factory",
|
|
3
|
-
"version": "0.14.1-alpha.
|
|
3
|
+
"version": "0.14.1-alpha.4",
|
|
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": {
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"zod": "^4.3.6",
|
|
60
60
|
"@mastra/auth-studio": "1.3.6-alpha.0",
|
|
61
61
|
"@mastra/auth-workos": "1.6.5",
|
|
62
|
-
"@mastra/code-sdk": "1.7.2-alpha.
|
|
63
|
-
"@mastra/core": "1.67.0-alpha.
|
|
62
|
+
"@mastra/code-sdk": "1.7.2-alpha.4",
|
|
63
|
+
"@mastra/core": "1.67.0-alpha.4",
|
|
64
64
|
"@mastra/slack": "1.6.3"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"typescript-eslint": "^8.57.0",
|
|
72
72
|
"vitest": "4.1.10",
|
|
73
73
|
"@mastra/libsql": "1.23.0-alpha.2",
|
|
74
|
-
"@internal/lint": "0.0.132",
|
|
75
74
|
"@mastra/pg": "1.25.0-alpha.1",
|
|
75
|
+
"@internal/lint": "0.0.132",
|
|
76
76
|
"@internal/types-builder": "0.0.107",
|
|
77
77
|
"@internal/workspace": "0.0.4"
|
|
78
78
|
},
|