Skip to content

chore(release): v0.6.19 — phase-plan resolution recognizes config_source plugins#285

Merged
Shooksie merged 3 commits into
mainfrom
fix/phase-plan-config-source
Jun 29, 2026
Merged

chore(release): v0.6.19 — phase-plan resolution recognizes config_source plugins#285
Shooksie merged 3 commits into
mainfrom
fix/phase-plan-config-source

Conversation

@Shooksie

Copy link
Copy Markdown
Contributor

What

resolve_phase_plan_for_workflow_ref (the workflow/run resolution path) had a YAML-assuming pre-check: it errored "workflow not available until .animus/workflows.yaml…" whenever no on-disk YAML / pack / compiled-cache / legacy-config existed — ignoring an installed config_source plugin. So a config-postgres-only project (no .animus/workflows/*.yaml) could not resolve ANY workflow via workflow run / MCP run_workflow, even though load_workflow_config reads config-postgres fine (config get/validate showed all workflows).

Surfaced by the launchapp portal no-YAML cutover.

Fix

  • Add config_source_installed() to the pre-check gate, mirroring load_workflow_config's own gate in loading.rs. config_source-only projects now resolve workflows.
  • Gate the test-only template-name imports behind test-utils (clippy hygiene from the v0.6.18 scaffold change).

Run-path analogue of the v0.6.18 scaffold fix — together they make a true no-YAML (config-postgres) portal work end to end.

Verification

  • orchestrator-core phase_plan tests: 12 passed (incl. the missing-config error tests). clippy clean (core + config/test-utils).

🤖 Generated with Claude Code

Shooksie added 3 commits June 28, 2026 20:12
…no-YAML)

resolve_phase_plan_for_workflow_ref had a pre-check that errored 'workflow not
available until .animus/workflows.yaml...' whenever no on-disk YAML / pack /
compiled-cache / legacy-config existed — it did NOT account for an installed
config_source plugin. So a config-postgres-only project (no .animus/workflows/*.yaml)
could not resolve ANY workflow via workflow/run, even though load_workflow_config
reads config-postgres fine (config get/validate showed all workflows). Add
config_source_installed() to the gate, mirroring load_workflow_config's own check in
loading.rs, so config_source-only projects resolve workflows. This is the run-path
analogue of the v0.6.18 scaffold fix; together they make a true no-YAML
(config-postgres) portal work end to end.
…rce plugins

Completes no-YAML support: resolve_phase_plan_for_workflow_ref now treats an installed
config_source plugin as an authoritative config source, so config-postgres-only projects
(no .animus/workflows/*.yaml) resolve workflows via workflow/run. Pairs with the v0.6.18
scaffold fix.
@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
animus-docs Ready Ready Preview, Comment Jun 29, 2026 2:15am

Request Review

@Shooksie
Shooksie merged commit 1d2c225 into main Jun 29, 2026
12 of 13 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