tdd-enforcer 0.2.1 → 0.2.2
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/package.json
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: tdd-enforcer
|
|
3
|
+
description: Use when working within TDD enforcer extension — understand phase rules, file locks, agent tools vs user commands, and when to call next/previous phase or ask the user for help.
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# TDD Enforcer Skill
|
|
2
7
|
|
|
3
8
|
This extension enforces the **Red-Green-Refactor** cycle of TDD.
|