Skip to content

Add [galaxy] to the routing-tag docs - #390

Merged
dannon merged 1 commit into
galaxyproject:mainfrom
dannon:docs/agent-routing-tag-drift
Jul 19, 2026
Merged

Add [galaxy] to the routing-tag docs#390
dannon merged 1 commit into
galaxyproject:mainfrom
dannon:docs/agent-routing-tag-drift

Conversation

@dannon

@dannon dannon commented Jul 19, 2026

Copy link
Copy Markdown
Member

The plan routing enum in a few agent docs still listed only [local]/[hybrid]/[remote] -- they predate the fix that made [galaxy] a first-class routing tag (and the default) in context.ts and init-gate.ts. This brings them back in line with what the runtime actually parses and prompts.

  • docs/agent/notebook-schema.md -- routing enum now [galaxy]/[hybrid]/[local]/[remote], with [galaxy] noted as the default.
  • docs/agent/galaxy-routing.md -- "three operating modes" reframed to four (adds galaxy, clarifies galaxy vs remote).
  • shared/loom-config.d.ts -- the executionMode JSDoc lists [galaxy] too.

Docs/comments only -- no code path reads these, so no behavior change. The runtime prompt (context.ts) and the parser/gate (init-gate.ts) were already correct; this is just the surrounding docs catching up.

Found while fixing the same drift on the Agentic Science site's Concepts page (companion PR).

The plan routing enum in notebook-schema.md and the LoomConfig JSDoc still
listed only [local]/[hybrid]/[remote] -- they predate the fix that made
[galaxy] a first-class routing tag (and the default) in context.ts and
init-gate.ts. Bring both in line with what the runtime actually parses and
prompts. Docs/comments only, no behavior change.
@dannon
dannon marked this pull request as ready for review July 19, 2026 02:26
@dannon
dannon merged commit f1821c7 into galaxyproject:main Jul 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant