@piut/cli 3.7.0 → 3.9.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.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/dist/cli.js +952 -913
  3. package/package.json +3 -6
package/README.md CHANGED
@@ -169,7 +169,7 @@ Three ways to connect your brain to your AI tools:
169
169
 
170
170
  For scripting: `piut setup --key pb_YOUR_KEY --yes`
171
171
 
172
- **Supported tools:** Claude Code, Claude Desktop, Cursor, Windsurf, GitHub Copilot, Amazon Q, Zed, ChatGPT, OpenClaw, Msty, OpenAI Agents SDK, Claude Agent SDK, and any MCP client.
172
+ **Supported tools:** Claude Code, Claude Desktop, Cursor, Windsurf, VS Code, Amazon Q, Zed, ChatGPT, OpenClaw, Msty, OpenAI Agents SDK, Claude Agent SDK, and any MCP client.
173
173
 
174
174
  ### skill.md Reference
175
175
 
@@ -180,7 +180,7 @@ Add a reference to [skill.md](skill.md) in your tool's rules file so your AI kno
180
180
  | Claude Code | CLAUDE.md or ~/.claude/CLAUDE.md |
181
181
  | Cursor | .cursor/rules/piut.mdc |
182
182
  | Windsurf | .windsurf/rules/piut.md |
183
- | GitHub Copilot | .github/copilot-instructions.md |
183
+ | VS Code | .github/copilot-instructions.md |
184
184
  | Claude Desktop | Project Knowledge (upload file) |
185
185
  | ChatGPT | Settings > Custom Instructions |
186
186
  | Zed | .zed/rules.md |
@@ -224,7 +224,7 @@ piut sync --pull # Pull cloud changes
224
224
  | `AGENTS.md` | Multi-agent | Repo root |
225
225
  | `.cursorrules` | Cursor | Repo root |
226
226
  | `.windsurfrules` | Windsurf | Repo root |
227
- | `copilot-instructions.md` | GitHub Copilot | .github/ |
227
+ | `copilot-instructions.md` | VS Code | .github/ |
228
228
  | `MEMORY.md` | Claude Code | ~/.claude/ |
229
229
  | `SOUL.md` | OpenClaw | ~/.openclaw/workspace/ |
230
230
  | `rules/*.md` | Various | .cursor/rules/, .claude/rules/ |