@nolrm/contextkit 0.12.10 → 0.12.11
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/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -173,7 +173,7 @@ The squad workflow turns a single AI session into a structured multi-role pipeli
|
|
|
173
173
|
|
|
174
174
|
| Step | Role | Command | What it does |
|
|
175
175
|
|------|------|---------|-------------|
|
|
176
|
-
| 1 | Product Owner | `/squad` | Writes a user story, acceptance criteria, edge cases, and scope |
|
|
176
|
+
| 1 | Product Owner | `/squad` | Writes a user story, acceptance criteria, edge cases, and scope. Optionally captures screenshots/images as visual assets. |
|
|
177
177
|
| 2 | Architect | `/squad-architect` | Designs the technical approach, files to change, and implementation steps |
|
|
178
178
|
| 3 | Developer | `/squad-dev` | Implements the code following the architect's plan |
|
|
179
179
|
| 4 | Tester | `/squad-test` | Writes and runs tests against the PO's acceptance criteria |
|
|
@@ -223,6 +223,10 @@ Architect has questions for PO → run /squad to clarify
|
|
|
223
223
|
|
|
224
224
|
After clarifications are added, re-run the asking role's command to continue. This prevents misunderstandings from compounding through the pipeline.
|
|
225
225
|
|
|
226
|
+
### Visual Assets (Optional)
|
|
227
|
+
|
|
228
|
+
If you have a screenshot, mockup, or design image relevant to the task, paste or attach it when running `/squad`. The PO agent will save it to `.contextkit/squad/assets/` and reference the path in the handoff. Architect and Dev agents automatically read any listed assets when they pick up the handoff.
|
|
229
|
+
|
|
226
230
|
---
|
|
227
231
|
|
|
228
232
|
## Git Hooks & Quality Gates
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nolrm/contextkit",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.11",
|
|
4
4
|
"description": "ContextKit - Context Engineering for AI Development. Provide rich context to AI through structured MD files with standards, code guides, and documentation. Works with Cursor, Claude, Aider, VS Code Copilot, and more.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"bin": {
|