@chorus-aidlc/chorus-pi 0.18.0 → 0.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.
- package/bin/chorus-mcp-call.sh +1 -1
- package/package.json +1 -1
- package/skills/brainstorm/SKILL.md +1 -1
- package/skills/chorus/SKILL.md +1 -1
- package/skills/chorus-cli/SKILL.md +1 -1
- package/skills/develop/SKILL.md +1 -1
- package/skills/docs/SKILL.md +1 -1
- package/skills/idea/SKILL.md +1 -1
- package/skills/openspec-aware/SKILL.md +1 -1
- package/skills/orchestrate/SKILL.md +1 -1
- package/skills/proposal/SKILL.md +1 -1
- package/skills/quick-dev/SKILL.md +1 -1
- package/skills/review/SKILL.md +1 -1
- package/skills/spec-lite/SKILL.md +1 -1
- package/skills/yolo/SKILL.md +1 -1
package/bin/chorus-mcp-call.sh
CHANGED
|
@@ -143,7 +143,7 @@ ACCEPT="Accept: application/json, text/event-stream"
|
|
|
143
143
|
CT="Content-Type: application/json"
|
|
144
144
|
|
|
145
145
|
INIT=$(cat <<JSON
|
|
146
|
-
{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"chorus-codex-hook","version":"0.18.
|
|
146
|
+
{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"chorus-codex-hook","version":"0.18.1"}}}
|
|
147
147
|
JSON
|
|
148
148
|
)
|
|
149
149
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chorus-aidlc/chorus-pi",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.1",
|
|
4
4
|
"description": "Chorus AI-DLC collaboration platform extension for the Pi coding agent. Provides skills for every stage of the AI-DLC lifecycle, read-only reviewer subagents, and session-aware extension hooks. The Chorus MCP server is auto-discovered from the repo's .mcp.json by pi-mcp-adapter — no installer required.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Chorus-AIDLC"
|
package/skills/chorus/SKILL.md
CHANGED
package/skills/develop/SKILL.md
CHANGED
package/skills/docs/SKILL.md
CHANGED
package/skills/idea/SKILL.md
CHANGED
package/skills/proposal/SKILL.md
CHANGED
package/skills/review/SKILL.md
CHANGED