@codebakers/mcp 5.6.0 → 5.6.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.
- package/CLAUDE.md +8 -8
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/CLAUDE.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# 🍞 CodeBakers V5
|
|
2
2
|
|
|
3
|
-
**Version:** 5.6.
|
|
3
|
+
**Version:** 5.6.1
|
|
4
4
|
|
|
5
5
|
> MCP-powered. Self-aware. Complete CodeBakers Method implementation.
|
|
6
6
|
|
|
@@ -120,12 +120,11 @@ Which option?
|
|
|
120
120
|
🍞 CodeBakers: PROJECT-SPEC.md complete ✓
|
|
121
121
|
|
|
122
122
|
Phase: 1 (UI Mockups)
|
|
123
|
-
Next:
|
|
123
|
+
Next: Upload your mockups to refs/design/
|
|
124
124
|
|
|
125
125
|
Options:
|
|
126
|
-
1.
|
|
127
|
-
2.
|
|
128
|
-
3. Review spec first
|
|
126
|
+
1. I have mockups (I'll upload them)
|
|
127
|
+
2. Review spec first
|
|
129
128
|
|
|
130
129
|
Ready?
|
|
131
130
|
```
|
|
@@ -286,8 +285,9 @@ Ready to design mockups? [Yes/Review spec first]
|
|
|
286
285
|
|
|
287
286
|
User: yes
|
|
288
287
|
|
|
289
|
-
You: [
|
|
290
|
-
[
|
|
288
|
+
You: [Guide user to upload mockups to refs/design/]
|
|
289
|
+
[User uploads their designs]
|
|
290
|
+
[Run codebakers_validate_mockups when ready]
|
|
291
291
|
|
|
292
292
|
And so on...
|
|
293
293
|
```
|
|
@@ -318,6 +318,6 @@ Use MCP tools to enforce quality.
|
|
|
318
318
|
|
|
319
319
|
---
|
|
320
320
|
|
|
321
|
-
**Version:** 5.
|
|
321
|
+
**Version:** 5.6.1
|
|
322
322
|
**Built:** March 2026
|
|
323
323
|
**Framework:** CodeBakers Method + MCP Technical Enforcement
|
package/dist/cli.js
CHANGED