@lousy-agents/cli 5.17.16 → 5.18.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.
@@ -55,7 +55,7 @@ Work in a read-only planning phase first. If the runtime provides a dedicated pl
55
55
 
56
56
  1. **Discover product and engineering context.** Read whatever conventional files the repo provides — for example `AGENTS.md`, `README.md`, `CLAUDE.md`, `.github/copilot-instructions.md`, `CONTRIBUTING.md`, anything under `.github/instructions/`, or product docs under `docs/`. Don't assume any specific file exists; use what's there.
57
57
  2. **Seed Context & Goal.** Based on the argument:
58
- - **Issue reference (`#N` or matches `^\d+$`):** fetch the issue and treat its Context & Goal and Acceptance Criteria sections (if present) as the starting point. Note any cross-reference IDs (e.g., a beads ID) in the issue footer.
58
+ - **Issue reference (`#N` or matches `^\d+$`):** fetch the issue and treat its Context & Goal and Acceptance Criteria sections (if present) as the starting point. Note any cross-reference IDs in the issue footer.
59
59
 
60
60
  ```bash
61
61
  gh issue view <N> --json title,body,labels,comments
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@biomejs/biome": "2.5.3",
21
- "@lousy-agents/mcp": "5.17.15",
21
+ "@lousy-agents/mcp": "5.18.0",
22
22
  "@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
23
23
  "@testcontainers/postgresql": "12.0.4",
24
24
  "@types/node": "24.13.3",
@@ -972,9 +972,9 @@
972
972
  }
973
973
  },
974
974
  "node_modules/@lousy-agents/mcp": {
975
- "version": "5.17.15",
976
- "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.17.15.tgz",
977
- "integrity": "sha512-Ui0uDJAQB5FVYqu1/7miZK5M9cQ8/1FgSGiKKY+mfEV3CyBZx4E900k20ApXQakBh5ptZypG9lbGR+74SMymng==",
975
+ "version": "5.18.0",
976
+ "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.18.0.tgz",
977
+ "integrity": "sha512-rV+JU8TtKZhB4rZJ5jrGFgglz7vb5VA6YZ1qLf9Uv7ybvirUo+ROE9EMkwbwCIyFd3twK5gM5hjrKp72VxINTw==",
978
978
  "dev": true,
979
979
  "license": "BSD-2-Clause-Patent",
980
980
  "dependencies": {
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@biomejs/biome": "2.5.3",
32
- "@lousy-agents/mcp": "5.17.15",
32
+ "@lousy-agents/mcp": "5.18.0",
33
33
  "@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
34
34
  "@testcontainers/postgresql": "12.0.4",
35
35
  "@types/node": "24.13.3",
@@ -55,7 +55,7 @@ Work in a read-only planning phase first. If the runtime provides a dedicated pl
55
55
 
56
56
  1. **Discover product and engineering context.** Read whatever conventional files the repo provides — for example `AGENTS.md`, `README.md`, `CLAUDE.md`, `.github/copilot-instructions.md`, `CONTRIBUTING.md`, anything under `.github/instructions/`, or product docs under `docs/`. Don't assume any specific file exists; use what's there.
57
57
  2. **Seed Context & Goal.** Based on the argument:
58
- - **Issue reference (`#N` or matches `^\d+$`):** fetch the issue and treat its Context & Goal and Acceptance Criteria sections (if present) as the starting point. Note any cross-reference IDs (e.g., a beads ID) in the issue footer.
58
+ - **Issue reference (`#N` or matches `^\d+$`):** fetch the issue and treat its Context & Goal and Acceptance Criteria sections (if present) as the starting point. Note any cross-reference IDs in the issue footer.
59
59
 
60
60
  ```bash
61
61
  gh issue view <N> --json title,body,labels,comments
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "devDependencies": {
22
22
  "@biomejs/biome": "2.5.3",
23
- "@lousy-agents/mcp": "5.17.15",
23
+ "@lousy-agents/mcp": "5.18.0",
24
24
  "@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
25
25
  "@types/node": "24.13.3",
26
26
  "@upstash/context7-mcp": "3.2.5",