tdd-enforcer 0.3.7 → 0.3.8

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.
@@ -153,7 +153,7 @@ export async function executeNextPhase(
153
153
  return {
154
154
  passed: false,
155
155
  cancelled: true,
156
- message: `Test execution was cancelled.\n${cancelled.map((f) => ` - ${f.command}`).join("\n")}`,
156
+ message: `\nTest execution was cancelled.\n${cancelled.map((f) => ` - ${f.command}`).join("\n")}`,
157
157
  };
158
158
  }
159
159
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tdd-enforcer",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "type": "module",
5
5
  "description": "TDD enforcer extension for the pi coding agent — enforces Red-Green-Refactor phases with file access restrictions and transition gates",
6
6
  "license": "MIT",