Skip to content

Commit 052cfea

Browse files
committed
docs: update llms.txt, llms-full.txt for v3.1.0
Updated agent compatibility list and Node.js requirements across llms.txt and llms-full.txt. Test count corrected to 113.
1 parent 7c9afe2 commit 052cfea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

llms-full.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ bug-hunter/
169169
│ ├── doc-lookup.cjs # Context Hub + Context7 doc lookup
170170
│ ├── context7-api.cjs # Context7 standalone fallback
171171
│ ├── prepublish-guard.cjs # Publish safety net
172-
│ └── tests/ # Test suite (101 tests)
172+
│ └── tests/ # Test suite (113 tests)
173173
├── templates/ # Subagent launch template
174174
└── test-fixture/ # 6 planted bugs for validation
175175
```
@@ -180,7 +180,7 @@ bug-hunter/
180180
npm install -g @codexstar/bug-hunter && bug-hunter install
181181
```
182182

183-
Requirements: Node.js 18+. Works with Pi, Claude Code, Codex, Cursor, Windsurf, Kiro, Copilot.
183+
Requirements: Node.js 18+ recommended (core pipeline works without it). Works with Claude Code, Cursor, Codex CLI, Windsurf, Kiro, Copilot, Opencode, Pi — or any AI agent that can read files and run shell commands.
184184

185185
## License
186186

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ git clone https://github.com/codexstar69/bug-hunter.git ~/.agents/skills/bug-hun
6464
npm install -g @aisuite/chub
6565
```
6666

67-
Requirements: Node.js 18+. Works with Pi, Claude Code, Codex, Cursor, Windsurf, Kiro, Copilot.
67+
Requirements: Node.js 18+ recommended (core pipeline works without it). Works with Claude Code, Cursor, Codex CLI, Windsurf, Kiro, Copilot, Opencode, Pi — or any AI agent that can read files and run shell commands.
6868

6969
## Documentation
7070

0 commit comments

Comments
 (0)