@rikalabs/parallel 0.2.0 → 0.3.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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -69,11 +69,11 @@ Run `parallel --help` for full documentation.
69
69
 
70
70
  ## Agents
71
71
 
72
- Add Parallel to your AI coding agent:
72
+ Give your AI coding agent web search and extraction capabilities:
73
73
 
74
74
  ```bash
75
- # Claude Code
76
- curl -s https://raw.githubusercontent.com/Rika-Labs/parallel/main/AGENTS.md >> CLAUDE.md
75
+ # Claude Code / pi-coding-agent
76
+ mkdir -p ~/.claude/skills/parallel && curl -so ~/.claude/skills/parallel/SKILL.md https://raw.githubusercontent.com/Rika-Labs/parallel/main/SKILL.md
77
77
 
78
78
  # Codex / OpenCode / Amp
79
79
  curl -s https://raw.githubusercontent.com/Rika-Labs/parallel/main/AGENTS.md >> AGENTS.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rikalabs/parallel",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "A Unix-friendly CLI for the Parallel Search and Extract APIs",
5
5
  "keywords": [
6
6
  "parallel",