mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
26 lines
717 B
JSON
26 lines
717 B
JSON
{
|
|
"$schema": "https://open-plugin-spec.org/schema/v1/plugin.json",
|
|
"id": "com.example.meadow-core",
|
|
"name": "Meadow Core",
|
|
"version": "0.1.0",
|
|
"description": "A three-agent team: Skip orchestrates, Lev reviews security, Bana reviews architecture.",
|
|
"keywords": ["team", "security", "architecture"],
|
|
"personas": [
|
|
"agents/skip.persona.md",
|
|
"agents/lev.persona.md",
|
|
"agents/bana.persona.md"
|
|
],
|
|
"pack_instructions": "instructions.md",
|
|
"defaults": {
|
|
"model": "anthropic:claude-sonnet-4-20250514",
|
|
"temperature": 0.7,
|
|
"triggers": {
|
|
"mentions": true,
|
|
"keywords": [],
|
|
"all_messages": false
|
|
},
|
|
"thread_replies": true,
|
|
"broadcast_replies": false
|
|
}
|
|
}
|