e2e-engineering 1.0.0 → 1.0.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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -172,7 +172,7 @@ The risks
172
172
 
173
173
  ## Part 3 — Establish shared language before building
174
174
 
175
- ### 3.1 Why “Grill Me” is useful
175
+ ### 3.1 Why “Grill Me” is useful (@mattpocock)
176
176
 
177
177
  The original **grill-me** skill asks the AI to interview the user relentlessly until both sides reach a shared understanding. It walks down the design tree and resolves dependencies between decisions one by one.
178
178
 
@@ -193,7 +193,7 @@ Use this when an idea is still vague.
193
193
 
194
194
  ---
195
195
 
196
- ### 3.2 Prefer “Grill with Docs” when there is a codebase
196
+ ### 3.2 Prefer “Grill with Docs” when there is a codebase (@mattpocock)
197
197
 
198
198
  The newer workflow replaces pure grill-me with **grill-with-docs** when a codebase exists. The problem with grill-me alone is that good terminology may emerge during the conversation but not get documented. Then the user has to re-explain the same domain concepts again in future sessions.
199
199
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "e2e-engineering",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Master engineering orchestrator skill — idea to passing E2E across pre-implementation, implementation, and post-implementation phases. Installs into Claude Code (full fidelity), or as a portable AGENTS.md / Cursor rules variant (sequential).",
5
5
  "bin": {
6
6
  "e2e-engineering": "bin/install.js"