@lousy-agents/cli 5.4.3 → 5.6.0
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/api/copilot-with-fastify/.github/instructions/pipeline.instructions.md +2 -2
- package/api/copilot-with-fastify/.github/instructions/software-architecture.instructions.md +1 -1
- package/api/copilot-with-fastify/.github/instructions/spec.instructions.md +3 -3
- package/api/copilot-with-fastify/.github/specs/README.md +2 -2
- package/api/copilot-with-fastify/package-lock.json +8 -8
- package/api/copilot-with-fastify/package.json +1 -1
- package/cli/copilot-with-citty/.github/instructions/pipeline.instructions.md +1 -1
- package/cli/copilot-with-citty/.github/instructions/software-architecture.instructions.md +1 -1
- package/cli/copilot-with-citty/.github/instructions/spec.instructions.md +1 -1
- package/cli/copilot-with-citty/.github/specs/README.md +2 -2
- package/cli/copilot-with-citty/package.json +1 -1
- package/dist/index.js +42 -10
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/ui/copilot-with-react/.github/instructions/pipeline.instructions.md +1 -1
- package/ui/copilot-with-react/.github/instructions/software-architecture.instructions.md +1 -1
- package/ui/copilot-with-react/.github/instructions/spec.instructions.md +3 -3
- package/ui/copilot-with-react/.github/specs/README.md +2 -2
- package/ui/copilot-with-react/package.json +1 -1
package/package.json
CHANGED
|
@@ -374,7 +374,7 @@ export class GetProductsUseCase {
|
|
|
374
374
|
## Import Rules Summary
|
|
375
375
|
|
|
376
376
|
| From | Entities | Use Cases | Gateways/Hooks/Components | App (Infrastructure) |
|
|
377
|
-
|
|
377
|
+
| ------ | ---------- | ----------- | --------------------------- | --------------------- |
|
|
378
378
|
| Entities | ✓ | ✗ | ✗ | ✗ |
|
|
379
379
|
| Use Cases | ✓ | ✓ | ✗ | ✗ |
|
|
380
380
|
| Gateways/Hooks/Components | ✓ | ✓ | ✓ | ✗ |
|
|
@@ -70,7 +70,7 @@ When you create an issue with the `copilot-ready` label (applied automatically b
|
|
|
70
70
|
All acceptance criteria must use EARS (Easy Approach to Requirements Syntax) patterns:
|
|
71
71
|
|
|
72
72
|
| Pattern | Template | Use When |
|
|
73
|
-
|
|
73
|
+
| --------- | ---------- | ---------- |
|
|
74
74
|
| Ubiquitous | The `<system>` shall `<response>` | Always true, no trigger |
|
|
75
75
|
| Event-driven | When `<trigger>`, the `<system>` shall `<response>` | Responding to an event |
|
|
76
76
|
| State-driven | While `<state>`, the `<system>` shall `<response>` | Active during a condition |
|
|
@@ -136,7 +136,7 @@ Personas should be developed and maintained in a central location (e.g., `docs/p
|
|
|
136
136
|
Evaluate every feature against these value types. A feature may deliver multiple.
|
|
137
137
|
|
|
138
138
|
| Value Type | Question to Ask |
|
|
139
|
-
|
|
139
|
+
| ------------ | ----------------- |
|
|
140
140
|
| Commercial | Does this increase revenue or reduce cost of sale? |
|
|
141
141
|
| Future | Does this save time or money later? Does it reduce technical debt? |
|
|
142
142
|
| Customer | Does this increase retention or satisfaction for existing users? |
|
|
@@ -163,7 +163,7 @@ A spec has three sections that flow into each other:
|
|
|
163
163
|
## Personas
|
|
164
164
|
|
|
165
165
|
| Persona | Impact | Notes |
|
|
166
|
-
|
|
166
|
+
| --------- | -------- | ------- |
|
|
167
167
|
| <name> | Positive/Negative/Neutral | <brief explanation> |
|
|
168
168
|
|
|
169
169
|
## Value Assessment
|
|
@@ -21,7 +21,7 @@ Each spec follows this structure:
|
|
|
21
21
|
|
|
22
22
|
## Personas
|
|
23
23
|
| Persona | Impact | Notes |
|
|
24
|
-
|
|
24
|
+
| --------- | -------- | ------- |
|
|
25
25
|
|
|
26
26
|
## Value Assessment
|
|
27
27
|
- **Primary value**: <type> — <explanation>
|
|
@@ -58,7 +58,7 @@ so that I can **<outcome>**.
|
|
|
58
58
|
Use EARS (Easy Approach to Requirements Syntax) patterns:
|
|
59
59
|
|
|
60
60
|
| Pattern | Template | Use When |
|
|
61
|
-
|
|
61
|
+
| --------- | ---------- | ---------- |
|
|
62
62
|
| Ubiquitous | The `<system>` shall `<response>` | Always true |
|
|
63
63
|
| Event-driven | When `<trigger>`, the `<system>` shall `<response>` | Responding to event |
|
|
64
64
|
| State-driven | While `<state>`, the `<system>` shall `<response>` | During a condition |
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@biomejs/biome": "2.4.8",
|
|
25
25
|
"@eslint/eslintrc": "^3",
|
|
26
|
-
"@lousy-agents/mcp": "5.
|
|
26
|
+
"@lousy-agents/mcp": "5.5.0",
|
|
27
27
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
28
28
|
"@testing-library/jest-dom": "6.9.1",
|
|
29
29
|
"@testing-library/react": "16.3.2",
|