feat(agents): add hermes agent_type for Hermes harness (Sage)#254
Merged
Conversation
Seeds the default permissive transition matrix into project_rules for mesh-dev. All statuses may transition to any other status (all-to-all), including the critical backward paths: review→todo, done→todo, backlog→todo, triage→todo, triage→backlog. Mode: advisory — violations are logged but not blocked. Existing processes continue uninterrupted while transition data is collected. Rollback: see comment at top of the script. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Extend agent_type PG enum with 'hermes' (migration 071, NO TRANSACTION) - Add AgentTypeHermes constant to domain/agent.go - Update MCP register_sub_agent description and spark/client.go comment - Add hermes to web AgentType union and agentTypeConfig (teal badge) - Migration sets Sage (05fb4ea6) agent_type=hermes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
hermesв PG enumagent_type(миграция 071,NO TRANSACTION— как в 057)AgentTypeHermesвdomain/agent.goregister_sub_agentи комментарийspark/client.gohermesв union-тип иagentTypeConfig(бирюзовый бейдж)05fb4ea6) сcustom→hermesКонтекст
Sage работает на Hermes-харнессе (DeepSeek via OpenRouter). Роутер читает
agent_typeдля выбора команды спауна:claude_code→claude -p,hermes→hermes --profile <p> -z. Без этого изменения Sage определяется какcustom— нет прямого роутинга на правильную команду.Test plan
go build ./...— чистоcurl .../agents/05fb4ea6... | jq -r '.agent_type'→hermes"agent_type":"hermes"claude_codeагенты не затронуты