mirror of
https://github.com/LerianStudio/ring
synced 2026-04-21 21:47:49 +00:00
Update all skills, agents, shared patterns, docs, and platform configs that still referenced 7 code review agents to reflect the 8th reviewer (ring:performance-reviewer). Includes agent self-descriptions, dispatch instructions, anti-rationalization tables, slicing math, gate tables, and opencode schema definitions. X-Lerian-Ref: 0x1
35 lines
1.6 KiB
Text
35 lines
1.6 KiB
Text
{
|
|
"$schema": "https://raw.githubusercontent.com/LerianStudio/ring-for-opencode/main/assets/ring-config.schema.json",
|
|
|
|
// Hooks to disable. Allowed: "session-start", "context-injection".
|
|
"disabled_hooks": [],
|
|
|
|
// Agents to disable. Allowed: "code-reviewer", "security-reviewer", "business-logic-reviewer",
|
|
// "test-reviewer", "nil-safety-reviewer", "consequences-reviewer", "dead-code-reviewer",
|
|
// "performance-reviewer", "codebase-explorer", "write-plan", "backend-engineer-golang",
|
|
// "backend-engineer-typescript", "frontend-engineer", "frontend-designer", "devops-engineer",
|
|
// "sre", "qa-analyst".
|
|
"disabled_agents": [],
|
|
|
|
// Skills to disable. Allowed: "using-ring-opencode", "test-driven-development",
|
|
// "requesting-code-review", "writing-plans", "executing-plans", "brainstorming",
|
|
// "linting-codebase", "using-git-worktrees", "exploring-codebase", "handoff-tracking",
|
|
// "interviewing-user", "receiving-code-review", "using-dev-team", "writing-skills",
|
|
// "dev-cycle", "dev-devops", "dev-feedback-loop", "dev-implementation", "dev-refactor",
|
|
// "dev-sre", "dev-testing", "dev-validation".
|
|
"disabled_skills": [],
|
|
|
|
// Commands to disable. Allowed: "brainstorm", "codereview", "commit", "create-handoff",
|
|
// "dev-cancel", "dev-cycle", "dev-refactor", "dev-report", "dev-status", "execute-plan",
|
|
// "explore-codebase", "lint", "worktree", "write-plan".
|
|
"disabled_commands": [],
|
|
|
|
"experimental": {
|
|
"preemptiveCompaction": false,
|
|
"compactionThreshold": 0.8,
|
|
"aggressiveTruncation": false
|
|
},
|
|
|
|
// Hook-specific overrides keyed by hook name.
|
|
"hooks": {}
|
|
}
|