@shepai/cli 1.131.1-pr426.0a3d58b → 1.131.1

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.
Files changed (142) hide show
  1. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/fast-implement.node.js +2 -24
  2. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/evidence-prompts.d.ts.map +1 -1
  3. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/evidence-prompts.js +2 -13
  4. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/fast-implement.prompt.d.ts.map +1 -1
  5. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/fast-implement.prompt.js +2 -3
  6. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.d.ts.map +1 -1
  7. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.js +1 -4
  8. package/dist/tsconfig.build.tsbuildinfo +1 -1
  9. package/package.json +1 -1
  10. package/web/.next/BUILD_ID +1 -1
  11. package/web/.next/build-manifest.json +2 -2
  12. package/web/.next/fallback-build-manifest.json +2 -2
  13. package/web/.next/prerender-manifest.json +3 -3
  14. package/web/.next/required-server-files.js +3 -3
  15. package/web/.next/required-server-files.json +3 -3
  16. package/web/.next/server/app/(dashboard)/@drawer/adopt/page/server-reference-manifest.json +24 -24
  17. package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js.nft.json +1 -1
  18. package/web/.next/server/app/(dashboard)/@drawer/adopt/page_client-reference-manifest.js +1 -1
  19. package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +24 -24
  20. package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
  21. package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
  22. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/server-reference-manifest.json +30 -30
  23. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
  24. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
  25. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +30 -30
  26. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
  27. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
  28. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +22 -22
  29. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
  30. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  31. package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +24 -24
  32. package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
  33. package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
  34. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/server-reference-manifest.json +30 -30
  35. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
  36. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
  37. package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +30 -30
  38. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
  39. package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
  40. package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +22 -22
  41. package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
  42. package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
  43. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +22 -22
  44. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
  45. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  46. package/web/.next/server/app/_global-error.html +2 -2
  47. package/web/.next/server/app/_global-error.rsc +1 -1
  48. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  49. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  50. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  51. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  52. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  53. package/web/.next/server/app/_not-found/page/server-reference-manifest.json +3 -3
  54. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  55. package/web/.next/server/app/settings/page/server-reference-manifest.json +8 -8
  56. package/web/.next/server/app/settings/page.js.nft.json +1 -1
  57. package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  58. package/web/.next/server/app/skills/page/server-reference-manifest.json +8 -8
  59. package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  60. package/web/.next/server/app/tools/page/server-reference-manifest.json +8 -8
  61. package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
  62. package/web/.next/server/app/version/page/server-reference-manifest.json +3 -3
  63. package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  64. package/web/.next/server/chunks/[root-of-the-server]__a402b567._.js +1 -1
  65. package/web/.next/server/chunks/ssr/744ca_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_4e741df2.js +1 -1
  66. package/web/.next/server/chunks/ssr/744ca_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_4e741df2.js.map +1 -1
  67. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js +1 -1
  68. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js.map +1 -1
  69. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_026fdffa.js +1 -1
  70. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_026fdffa.js.map +1 -1
  71. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_8b91e197.js +1 -1
  72. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_8b91e197.js.map +1 -1
  73. package/web/.next/server/chunks/ssr/[root-of-the-server]__2c791c42._.js +2 -2
  74. package/web/.next/server/chunks/ssr/[root-of-the-server]__357d99f9._.js +1 -1
  75. package/web/.next/server/chunks/ssr/[root-of-the-server]__3ef34e4c._.js +1 -1
  76. package/web/.next/server/chunks/ssr/[root-of-the-server]__43f51aa6._.js +1 -1
  77. package/web/.next/server/chunks/ssr/[root-of-the-server]__43f51aa6._.js.map +1 -1
  78. package/web/.next/server/chunks/ssr/[root-of-the-server]__6bb00d90._.js +2 -2
  79. package/web/.next/server/chunks/ssr/[root-of-the-server]__6bb00d90._.js.map +1 -1
  80. package/web/.next/server/chunks/ssr/[root-of-the-server]__755cfe02._.js +1 -1
  81. package/web/.next/server/chunks/ssr/[root-of-the-server]__755cfe02._.js.map +1 -1
  82. package/web/.next/server/chunks/ssr/[root-of-the-server]__7894f27f._.js +1 -1
  83. package/web/.next/server/chunks/ssr/[root-of-the-server]__7894f27f._.js.map +1 -1
  84. package/web/.next/server/chunks/ssr/[root-of-the-server]__815546bd._.js +1 -1
  85. package/web/.next/server/chunks/ssr/[root-of-the-server]__815546bd._.js.map +1 -1
  86. package/web/.next/server/chunks/ssr/[root-of-the-server]__96670392._.js +2 -2
  87. package/web/.next/server/chunks/ssr/[root-of-the-server]__a628fb91._.js +1 -1
  88. package/web/.next/server/chunks/ssr/[root-of-the-server]__a628fb91._.js.map +1 -1
  89. package/web/.next/server/chunks/ssr/[root-of-the-server]__bfba58e6._.js +1 -1
  90. package/web/.next/server/chunks/ssr/[root-of-the-server]__bfba58e6._.js.map +1 -1
  91. package/web/.next/server/chunks/ssr/[root-of-the-server]__c3ab8422._.js +1 -1
  92. package/web/.next/server/chunks/ssr/[root-of-the-server]__c3ab8422._.js.map +1 -1
  93. package/web/.next/server/chunks/ssr/_02ec1aea._.js +1 -1
  94. package/web/.next/server/chunks/ssr/_02ec1aea._.js.map +1 -1
  95. package/web/.next/server/chunks/ssr/{_ead2290d._.js → _16ef149e._.js} +2 -2
  96. package/web/.next/server/chunks/ssr/{_ead2290d._.js.map → _16ef149e._.js.map} +1 -1
  97. package/web/.next/server/chunks/ssr/_7dca1882._.js +1 -1
  98. package/web/.next/server/chunks/ssr/_7dca1882._.js.map +1 -1
  99. package/web/.next/server/chunks/ssr/{_998e15d8._.js → _8bceaf55._.js} +2 -2
  100. package/web/.next/server/chunks/ssr/{_998e15d8._.js.map → _8bceaf55._.js.map} +1 -1
  101. package/web/.next/server/chunks/ssr/_a9f57758._.js +1 -1
  102. package/web/.next/server/chunks/ssr/_d8575088._.js +1 -1
  103. package/web/.next/server/chunks/ssr/_d8575088._.js.map +1 -1
  104. package/web/.next/server/chunks/ssr/_f39a1adb._.js +1 -1
  105. package/web/.next/server/chunks/ssr/_f39a1adb._.js.map +1 -1
  106. package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js +1 -1
  107. package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js.map +1 -1
  108. package/web/.next/server/chunks/ssr/{src_presentation_web_7e1a1578._.js → src_presentation_web_0045d310._.js} +2 -2
  109. package/web/.next/server/chunks/ssr/{src_presentation_web_7e1a1578._.js.map → src_presentation_web_0045d310._.js.map} +1 -1
  110. package/web/.next/server/chunks/ssr/src_presentation_web_8e7fe0d1._.js +2 -2
  111. package/web/.next/server/chunks/ssr/src_presentation_web_8e7fe0d1._.js.map +1 -1
  112. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_ca051134.js +1 -1
  113. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_ca051134.js.map +1 -1
  114. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_1b176e3c.js +1 -1
  115. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_1b176e3c.js.map +1 -1
  116. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_bd9f0dda.js +1 -1
  117. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_bd9f0dda.js.map +1 -1
  118. package/web/.next/server/chunks/ssr/src_presentation_web_b9023017._.js +2 -2
  119. package/web/.next/server/chunks/ssr/src_presentation_web_b9023017._.js.map +1 -1
  120. package/web/.next/server/chunks/ssr/src_presentation_web_components_e599bb8c._.js +1 -1
  121. package/web/.next/server/chunks/ssr/src_presentation_web_components_e599bb8c._.js.map +1 -1
  122. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js +1 -1
  123. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js.map +1 -1
  124. package/web/.next/server/pages/500.html +2 -2
  125. package/web/.next/server/server-reference-manifest.js +1 -1
  126. package/web/.next/server/server-reference-manifest.json +38 -38
  127. package/web/.next/static/chunks/{689f91f44e23671a.js → 08fe95f4d4aa563f.js} +1 -1
  128. package/web/.next/static/chunks/{0d76ac8e8d6bb9b2.js → 22ae980d8aac10f1.js} +1 -1
  129. package/web/.next/static/chunks/3f16e12adcd8b74c.js +2 -0
  130. package/web/.next/static/chunks/{bf0a1efa6f76c85b.js → 66aeb95d8f7c4cea.js} +1 -1
  131. package/web/.next/static/chunks/{526d7a758a710209.js → 6b50d1b354c18cbf.js} +1 -1
  132. package/web/.next/static/chunks/{66f1c5984861bf49.js → 9e967a66f56f18e0.js} +1 -1
  133. package/web/.next/static/chunks/{ce679d933d5edc34.js → be53c17c52e3f4ec.js} +1 -1
  134. package/web/.next/static/chunks/{5b001e2447bcc181.js → becc612a0fd16dbe.js} +1 -1
  135. package/web/.next/static/chunks/{136c228f14e3364c.js → c64555bf30144084.js} +1 -1
  136. package/web/.next/static/chunks/{fc8c9053465557dd.js → d69e172a4137599a.js} +1 -1
  137. package/web/.next/static/chunks/{11f600c5762c9d80.js → f237664803f2aa48.js} +2 -2
  138. package/web/.next/static/chunks/{52a75781272c4a30.js → fd07085f271e62ad.js} +1 -1
  139. package/web/.next/static/chunks/cce5ac562a5bb4a3.js +0 -2
  140. /package/web/.next/static/{-m_1Z_anHb8p7nJiCxhVa → bHwwAJ0fv-Jcs5NRAjOmY}/_buildManifest.js +0 -0
  141. /package/web/.next/static/{-m_1Z_anHb8p7nJiCxhVa → bHwwAJ0fv-Jcs5NRAjOmY}/_clientMiddlewareManifest.json +0 -0
  142. /package/web/.next/static/{-m_1Z_anHb8p7nJiCxhVa → bHwwAJ0fv-Jcs5NRAjOmY}/_ssgManifest.js +0 -0
@@ -59,9 +59,9 @@ export function createFastImplementNode(executor) {
59
59
  const durationMs = Date.now() - startTime;
60
60
  const elapsed = (durationMs / 1000).toFixed(1);
61
61
  log.info(`Complete (${result.result.length} chars, ${elapsed}s)`);
62
- // Validate that the executor actually produced changes (uncommitted or committed)
62
+ // Validate that the executor actually produced file changes
63
63
  const cwd = state.worktreePath || state.repositoryPath;
64
- if (!hasWorktreeChanges(cwd) && !hasNewCommits(cwd)) {
64
+ if (!hasWorktreeChanges(cwd)) {
65
65
  throw new Error('[fast-implement] Agent produced no file changes — it may have entered plan mode or asked questions instead of implementing. Retrying.');
66
66
  }
67
67
  // --- Evidence sub-agent: capture proof of completion (settings-gated) ---
@@ -156,28 +156,6 @@ function hasWorktreeChanges(cwd) {
156
156
  return false;
157
157
  }
158
158
  }
159
- /**
160
- * Check whether the current branch has commits that are not on the merge base
161
- * (i.e., the agent made new commits during implementation). Uses
162
- * `git log --oneline HEAD ^HEAD~1` as a lightweight check — if the agent
163
- * committed, HEAD will have moved from where it started.
164
- *
165
- * We compare against the branch tracking ref or check if HEAD moved at all
166
- * by looking at recent commits (within the last minute).
167
- */
168
- function hasNewCommits(cwd) {
169
- try {
170
- // Check if there are any commits in the last 2 minutes (generous window for agent execution)
171
- const output = execSync('git log --oneline --since="2 minutes ago" HEAD', {
172
- cwd,
173
- encoding: 'utf-8',
174
- });
175
- return output.trim().length > 0;
176
- }
177
- catch {
178
- return false;
179
- }
180
- }
181
159
  /**
182
160
  * Save evidence manifest to the shep home evidence folder so the
183
161
  * merge review UI can read it without accessing graph state.
@@ -1 +1 @@
1
- {"version":3,"file":"evidence-prompts.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/evidence-prompts.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAIH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAEpE,MAAM,WAAW,qBAAqB;IACpC,kEAAkE;IAClE,cAAc,EAAE,OAAO,CAAC;CACzB;AAED,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,iBAAiB,EACxB,OAAO,GAAE,qBAAiD,GACzD,MAAM,CAoNR;AAgCD;;;;;;;;;GASG;AACH,wBAAgB,wBAAwB,CACtC,KAAK,EAAE,iBAAiB,EACxB,MAAM,EAAE,eAAe,EAAE,EACzB,OAAO,GAAE,qBAAiD,GACzD,MAAM,CAsBR"}
1
+ {"version":3,"file":"evidence-prompts.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/evidence-prompts.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAIH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAEpE,MAAM,WAAW,qBAAqB;IACpC,kEAAkE;IAClE,cAAc,EAAE,OAAO,CAAC;CACzB;AAED,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,iBAAiB,EACxB,OAAO,GAAE,qBAAiD,GACzD,MAAM,CA0MR;AAgCD;;;;;;;;;GASG;AACH,wBAAgB,wBAAwB,CACtC,KAAK,EAAE,iBAAiB,EACxB,MAAM,EAAE,eAAe,EAAE,EACzB,OAAO,GAAE,qBAAiD,GACzD,MAAM,CAqBR"}
@@ -75,8 +75,7 @@ Save all evidence files to the shep home folder:
75
75
  })}`
76
76
  : `\n## Git Operations
77
77
 
78
- Do NOT commit or push any evidence files. Evidence is stored locally only.
79
- However, if you make code fixes during evidence collection, those fixes MUST be committed (see "Handling Code Fixes" above).`;
78
+ Do NOT commit or push any files. Evidence is stored locally only.`;
80
79
  return `You are a senior software engineer performing the EVIDENCE COLLECTION phase of feature development.
81
80
 
82
81
  Your goal is to capture visual and textual evidence proving that the implemented tasks work as expected.${options.commitEvidence ? ' This evidence will be embedded in the pull request body for reviewer verification.' : ' This evidence will be available for review locally.'}
@@ -201,19 +200,10 @@ If no evidence can be captured (e.g., no UI to screenshot, no tests to run), out
201
200
  []
202
201
  \`\`\`
203
202
 
204
- ## Handling Code Fixes During Evidence Collection
205
-
206
- If you discover that tests fail, the build breaks, or something needs a fix while collecting evidence:
207
- 1. **Fix the issue first** — make the necessary code changes
208
- 2. **Commit the fix immediately** with a descriptive conventional commit message (e.g. \`fix(scope): resolve test failure discovered during evidence collection\`)${state.push ? `\n3. **Push the fix**: \`git push -u origin HEAD\`` : ''}
209
- 3. **Then continue** capturing evidence — the evidence should reflect the working state after the fix
210
-
211
- This ensures implementation changes and evidence remain in separate commits with a clean history.
212
-
213
203
  ## Constraints
214
204
 
205
+ - Capture evidence for completed tasks only — do NOT modify any implementation code
215
206
  - Capture evidence that proves the feature works — prioritize screenshots for UI changes, test output for logic changes
216
- - If you need to fix code to make evidence pass, commit the fix BEFORE capturing/committing evidence
217
207
  - If a screenshot capture fails, document the failure reason in the evidence description and try alternative approaches before giving up
218
208
  - Do NOT capture evidence for documentation-only changes or spec files
219
209
  ${commitSection}`;
@@ -263,7 +253,6 @@ ${formatValidationErrors(errors)}
263
253
  ### Instructions
264
254
 
265
255
  - Review the issues above and capture the missing evidence
266
- - If you need to fix code to resolve a gap (e.g., a failing test), commit the fix FIRST before recapturing evidence
267
256
  - Focus on the specific gaps listed — do not re-capture evidence that already exists
268
257
  - Ensure new evidence files are saved to the correct paths
269
258
  - Output ALL evidence records (both previously captured and newly captured) in the JSON output block`;
@@ -1 +1 @@
1
- {"version":3,"file":"fast-implement.prompt.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/fast-implement.prompt.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAMH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAwIxD;;;;;;;;;;;GAWG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,iBAAiB,GAAG,MAAM,CAwEzE"}
1
+ {"version":3,"file":"fast-implement.prompt.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/fast-implement.prompt.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAMH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAwIxD;;;;;;;;;;;GAWG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,iBAAiB,GAAG,MAAM,CAuEzE"}
@@ -179,9 +179,7 @@ ${userQuery}
179
179
  3. Run the test suite and fix any failures
180
180
  4. Run the linter and fix any issues
181
181
  5. Ensure the project builds successfully
182
- 6. Commit your work with descriptive conventional commit messages (e.g. \`feat(scope): description\`)
183
- - Commit incrementally as you complete logical units of work — do NOT wait until the end
184
- - Each commit should be a coherent, working unit${state.push ? `\n7. Push to remote after committing: \`git push -u origin HEAD\`\n - Do NOT wait for or watch CI — just push and finish` : ''}
182
+ 6. Do NOT commit, push, or create a PR just make the code changes
185
183
 
186
184
  ## Working Directory
187
185
 
@@ -211,6 +209,7 @@ ${dirListing}
211
209
 
212
210
  - Implement ONLY what the user requested — nothing more
213
211
  - Follow existing codebase conventions and patterns
212
+ - Do NOT commit, push, or create pull requests
214
213
  - Do NOT modify any spec YAML files
215
214
  - Keep changes focused and minimal
216
215
  - Do NOT enter plan mode — implement directly without planning phases
@@ -1 +1 @@
1
- {"version":3,"file":"implement.prompt.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,GAAG,EAAE;QAAE,GAAG,EAAE,MAAM,EAAE,CAAC;QAAC,KAAK,EAAE,MAAM,EAAE,CAAC;QAAC,QAAQ,EAAE,MAAM,EAAE,CAAA;KAAE,GAAG,IAAI,CAAC;IACnE,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,sEAAsE;IACtE,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,SAAS,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,SAAS,EAAE,CAAC;CACpB;AAwBD;;;;GAIG;AACH,wBAAgB,yBAAyB,CACvC,KAAK,EAAE,iBAAiB,EACxB,KAAK,EAAE,SAAS,EAChB,KAAK,EAAE,SAAS,EAAE,EAClB,OAAO,EAAE;IAAE,WAAW,EAAE,OAAO,CAAC;IAAC,UAAU,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,GACzE,MAAM,CAmER"}
1
+ {"version":3,"file":"implement.prompt.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,GAAG,EAAE;QAAE,GAAG,EAAE,MAAM,EAAE,CAAC;QAAC,KAAK,EAAE,MAAM,EAAE,CAAC;QAAC,QAAQ,EAAE,MAAM,EAAE,CAAA;KAAE,GAAG,IAAI,CAAC;IACnE,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,sEAAsE;IACtE,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,SAAS,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,SAAS,EAAE,CAAC;CACpB;AAwBD;;;;GAIG;AACH,wBAAgB,yBAAyB,CACvC,KAAK,EAAE,iBAAiB,EACxB,KAAK,EAAE,SAAS,EAChB,KAAK,EAAE,SAAS,EAAE,EAClB,OAAO,EAAE;IAAE,WAAW,EAAE,OAAO,CAAC;IAAC,UAAU,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,GACzE,MAAM,CAgER"}
@@ -79,10 +79,7 @@ ${taskSections}
79
79
  2. For tasks with TDD guidance: write tests alongside implementation following the hints provided — use them as guidance, not rigid steps
80
80
  3. Follow existing codebase conventions for file placement, naming patterns, and architecture layers
81
81
  ${verificationBlock}
82
- 5. Commit your work with descriptive conventional commit messages (e.g. \`feat(scope): description\`)
83
- - Commit incrementally as you complete logical units of work — do NOT wait until the end
84
- - Each commit should be a coherent, working unit
85
- - It is CRITICAL that all implementation code is committed before this phase ends — evidence collection runs next and needs a clean working tree${state.push ? `\n6. Push to remote after committing: \`git push -u origin HEAD\`\n - Do NOT wait for or watch CI — just push and finish` : ''}
82
+ 5. Commit your work with descriptive conventional commit messages (e.g. \`feat(scope): description\`)${state.push ? `\n6. Push to remote after committing: \`git push -u origin HEAD\`\n - Do NOT wait for or watch CI — just push and finish` : ''}
86
83
 
87
84
  ## Working Directory
88
85