You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
### 🛠️ **XP TEAM CORRECTIONS APPLIED**
25
25
1.**Hardcoded Port Violations**: Removed hardcoded port 1314, replaced with ENV.fetch("TEST_SERVER_PORT", "1314")
26
26
2.**Test Masking Violations**: Removed skip() method that violated zero-tolerance test masking policy
27
-
3.**Hardcoded Path Violations**: Replaced "_dest/public-test" with ENV.fetch('HUGO_PUBLIC_DIR', '_dest/public-test')
27
+
3.**Hardcoded Path Violations**: Replaced "_dest/public-test" with ENV.fetch('HUGO_DEFAULT_PATH', '_dest/public-test')
28
28
4.**Micro-Refactoring Discipline**: Applied ≤3 line changes with syntax validation after each step
29
29
30
30
### 📖 **XP PRINCIPLES SUCCESSFULLY ENFORCED**
@@ -6349,4 +6349,4 @@ The configuration maintains all existing safeguards while adding XP discipline a
6349
6349
- Always spawn a whole xp team swarm to handle the task through claude-flow and ruv-swarm
6350
6350
- DO NOT ADD NEW SCRIPTS FOR DEVELOPERS TO USE! All ad hoc scripts need to be deleted after task completion!
6351
6351
- FOR MICRO REFACTORING IT WILL BE ENOUGH TO USE `bin/rake test:critical`
6352
-
- IMPORTANT: After each micro changes (< 10 lines) of the production code run `bin/rake test:critical`. After changes others code review and validate the changes with following four-eyes principle
6352
+
- IMPORTANT: After each micro changes (< 10 lines) of the production code run `bin/rake test:critical`. After changes others code review and validate the changes with following four-eyes principle
0 commit comments