feat: align semantic Hermes swarm agents - #424
Closed
Cossackx wants to merge 8 commits into
Closed
Conversation
added 8 commits
May 12, 2026 14:36
Add semantic swarm roster metadata, profile/tool/skill docs, shared semantic worker ID validation, focused roster regression coverage, and one-shot checkpoint capture for dispatch smoke tests.
Owner
|
Closing as superseded by #432. The validated fix was folded into the consolidated batch branch |
This was referenced May 14, 2026
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
/api/swarm-healthand/api/swarm-runtimeto resolve semantic worker wrappers fromswarm.yaml.wrapperinstead of assuming executable names equal worker ids.orchestratorby default instead of legacyswarm3.builder:taskand semantic orchestrator notification routing.docs/swarm/ALIGNMENT_HEALTH.mdas the source-owned SOP.Test Plan
pnpm exec vitest run src/server/swarm-roster.test.tspnpm exec vitest run src/server/swarm-roster.test.ts src/server/swarm-health.test.tspnpm exec vitest run src/server/swarm-notifications.test.ts src/server/swarm-foundation.test.ts src/server/swarm-health.test.ts src/server/swarm-roster.test.tspnpm exec eslint src/routes/api/swarm-health.ts src/server/swarm-health.ts src/server/swarm-health.test.tspnpm exec eslint src/server/swarm-notifications.ts src/server/swarm-notifications.test.ts src/server/swarm-foundation.ts src/server/swarm-foundation.test.ts src/routes/api/swarm-runtime.ts src/routes/api/swarm-health.ts src/server/swarm-health.ts src/server/swarm-health.test.ts src/server/swarm-roster.ts src/server/swarm-roster.test.tsgit diff --checkwrappersConfigured: 10and all workerswrapperFound: true./builder:taskandsupportsOneShotDispatch: true.qareturnedcheckpointStatus: checkpointed./swarm: semantic cards visible,Route to agentbuttons render, no console errors.worker.wrapper || worker.id,builder:task,wrappersConfigured, and durable dispatch guidance are present.swarm-swarm3,qa:verify, orGPT-5.4remains indocs/swarm/*.md.Notes
pnpm exec vitest runandpnpm exec eslint .still have unrelated pre-existing failures; changed-file tests and lint are green.