{"slug": "oh-my-agent-strict-commit-attribution-and-capability-routing", "title": "oh-my-agent: strict commit attribution and capability routing", "summary": "The oh-my-agent project introduced a commit-msg hook that enforces exact Co-authored-by addresses for agent commits, ensuring correct GitHub attribution. The update also routes capabilities more strictly, adds blanket permissions for Claude and Qwen to reduce confirmation prompts, and optimizes memory by sharing Serena configuration at the bridge daemon. The project targets teams that orchestrate multiple AI agents.", "body_md": "When you tell an agent to write code, getting it to commit with the right attribution is surprisingly brittle. A typo in a co-author address survives a history rewrite and ruins contributor graphs forever. This week, we fixed that and tightened up how capabilities are routed across the system.\n\n`commit-msg`\n\nhook to enforce exact `Co-authored-by`\n\naddresses, guaranteeing correct GitHub attribution for agent commits.`oma`\n\nand `ls`\n\nblanket permissions for Claude and Qwen, cutting down on repetitive confirmation prompts during long runs.The git hook checks against your allowed addresses before the commit writes to disk. If you already use `husky`\n\nor `lefthook`\n\n, it politely provides the one line you need to add instead of taking over your configuration.\n\n`serena`\n\nconfiguration at the shared bridge daemon, saving memory by preventing duplicate server processes per session.`pi`\n\nand `opencode`\n\nextension vendors in the default linking path so they generate and document correctly out of the box.`023`\n\nhandles the transition automatically.\n\n```\n# macOS / Linux\ncurl -fsSL https://raw.githubusercontent.com/first-fluke/oh-my-agent/main/cli/install.sh | bash\n# Windows (PowerShell)\nirm https://raw.githubusercontent.com/first-fluke/oh-my-agent/main/cli/install.ps1 | iex\n```\n\noh-my-agent is built for teams who orchestrate more than they prompt. Next up: expanding capability discovery across distributed teams.", "url": "https://wpnews.pro/news/oh-my-agent-strict-commit-attribution-and-capability-routing", "canonical_source": "https://dev.to/gracefullight/oh-my-agent-strict-commit-attribution-and-capability-routing-h46", "published_at": "2026-08-27 02:05:51+00:00", "updated_at": "2026-08-27 02:48:10.349077+00:00", "lang": "en", "topics": ["ai-agents", "developer-tools", "mlops"], "entities": ["oh-my-agent", "GitHub", "Claude", "Qwen", "Serena"], "alternates": {"html": "https://wpnews.pro/news/oh-my-agent-strict-commit-attribution-and-capability-routing", "markdown": "https://wpnews.pro/news/oh-my-agent-strict-commit-attribution-and-capability-routing.md", "text": "https://wpnews.pro/news/oh-my-agent-strict-commit-attribution-and-capability-routing.txt", "jsonld": "https://wpnews.pro/news/oh-my-agent-strict-commit-attribution-and-capability-routing.jsonld"}}