Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

Commit a546c49

Browse files
chore(release): v0.9.0
1 parent 672d0a3 commit a546c49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conclave",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Multi-model AI collaboration for Claude Code - code reviews and second opinions",
55
"scripts": {
66
"register": "mkdir -p ~/.claude/commands ~/.claude/agents ~/.config/conclave && ln -sf $(pwd)/commands/review.md ~/.claude/commands/review.md && ln -sf $(pwd)/commands/consult.md ~/.claude/commands/consult.md && ln -sf $(pwd)/agents/review-investigator.md ~/.claude/agents/review-investigator.md && ln -sf $(pwd)/agents/multi-model-executor.md ~/.claude/agents/multi-model-executor.md && cp -n config/tools.example.json ~/.config/conclave/tools.json 2>/dev/null || true && cp -n config/prompt.example.md ~/.config/conclave/prompt.md 2>/dev/null || true && cp -n config/consult-prompt.example.md ~/.config/conclave/consult-prompt.md 2>/dev/null || true && echo '⊛ conclave registered'",

0 commit comments

Comments
 (0)