From oh-my-harness
Configures oh-my-harness settings for features like test enforcement, model routing, multi-agent workflows, thresholds, and scope guards via /set-harness.
npx claudepluginhub hoya324/oh-my-harness --plugin oh-my-harnessThis skill uses the workspace's default tool permissions.
Configure oh-my-harness settings.
Configures Plan-Build-Run settings: workflow depth, model profiles, features, git branching/mode, and gates. Interactive or direct args like 'depth standard' or 'feature auto_continue on'.
Reference every Claude Code setting option from permissions, hooks, and sandbox to models, status line, and MCP servers. Use for config customization and troubleshooting.
Initializes Harness projects by generating CLAUDE.md, Plans.md, .claude/settings.json, configuring CI/Codex CLI/agents/memory, syncing skill mirrors, and localizing rules. Use for new projects, repairs, or maintenance.
Share bugs, ideas, or general feedback.
Configure oh-my-harness settings.
Usage: /set-harness [setting.path value] Example: /set-harness testEnforcement.minCases 3 Example: /set-harness features.scopeGuard true Example: /set-harness multiAgent.useWorktree false
Read the current configuration from .claude/.omh/harness.config.json.
If the file doesn't exist, suggest running /harness-setup first.
If no arguments provided, display all current values in a readable table format and exit.
If arguments are provided via $ARGUMENTS, parse them as <path> <value> and update the config.
Write the modified config back to .claude/.omh/harness.config.json and confirm the change.