@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/cli",
3
- "version": "5.4.3",
3
+ "version": "5.6.0",
4
4
  "description": "CLI scaffolding tool that sets up projects with structure, instructions, and feedback loops for AI coding assistants",
5
5
  "type": "module",
6
6
  "repository": {
@@ -41,6 +41,6 @@ Before adding any action:
41
41
  ## Runner Requirements
42
42
 
43
43
  | Workflow | Runner |
44
- |----------|--------|
44
+ | ---------- | -------- |
45
45
  | Default (all workflows) | `ubuntu-latest` |
46
46
  | `copilot-setup-steps.yml` | May use different runners as needed |
@@ -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.4.2",
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",