@piut/cli 3.8.0 → 3.10.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/README.md +4 -4
- package/dist/cli.js +583 -236
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Standard config for most tools:
|
|
|
146
146
|
```json
|
|
147
147
|
{
|
|
148
148
|
"mcpServers": {
|
|
149
|
-
"piut
|
|
149
|
+
"piut": {
|
|
150
150
|
"type": "http",
|
|
151
151
|
"url": "https://piut.com/api/mcp/YOUR_SLUG",
|
|
152
152
|
"headers": {
|
|
@@ -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,
|
|
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
|
-
|
|
|
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` |
|
|
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/ |
|