Skip to content

Fix #2879: remove dangling meta_coordinator module declaration#928

Open
AlexMikhalev wants to merge 3 commits into
mainfrom
task/2879-remove-meta-coordinator-stub
Open

Fix #2879: remove dangling meta_coordinator module declaration#928
AlexMikhalev wants to merge 3 commits into
mainfrom
task/2879-remove-meta-coordinator-stub

Conversation

@AlexMikhalev

Copy link
Copy Markdown
Contributor

Summary

  • Remove pub mod meta_coordinator; (line 61): meta_coordinator.rs does not exist in this worktree's orchestrator source, making the declaration a dangling reference that would cause a compile error
  • Remove stale doc bullet referencing MetaCoordinator (line 15)

Verification

cargo check -p terraphim_orchestrator passes in the authoritative terraphim-agents workspace (v1.20.2). The terraphim-ai worktree excludes terraphim_orchestrator from the workspace (per Cargo.toml exclude list), so the fix is verified by the removal of the missing-module reference.

Refs terraphim/terraphim-ai#2879 (Gitea)

Test User added 3 commits June 21, 2026 19:02
…n Refs #2879

meta_coordinator.rs does not exist in this worktree's orchestrator source.
Remove the pub mod declaration (line 61) that would cause a compile error
and remove the stale doc bullet referencing MetaCoordinator.
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