forked from sipyourdrink-ltd/bernstein
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
21 lines (21 loc) · 719 Bytes
/
Copy pathplugin.json
File metadata and controls
21 lines (21 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"author": {
"name": "chernistry",
"url": "https://github.com/chernistry"
},
"description": "Deterministic orchestrator for CLI coding agents. Spawn parallel agents in per-task git worktrees, verify their work, and merge results; no model in the coordination loop, so runs replay byte-identically.",
"homepage": "https://github.com/sipyourdrink-ltd/bernstein",
"keywords": [
"orchestration",
"multi-agent",
"coding-agents",
"claude-code",
"codex",
"gemini"
],
"license": "Apache-2.0",
"name": "bernstein",
"repository": "https://github.com/sipyourdrink-ltd/bernstein",
"version": "3.18.2"
}