Skip to content

Fix #1275: wire meta_coordinator module into lib.rs#866

Closed
AlexMikhalev wants to merge 3 commits into
mainfrom
task/1275-wire-meta-coordinator-into-lib
Closed

Fix #1275: wire meta_coordinator module into lib.rs#866
AlexMikhalev wants to merge 3 commits into
mainfrom
task/1275-wire-meta-coordinator-into-lib

Conversation

@AlexMikhalev
Copy link
Copy Markdown
Contributor

Summary

Wires the meta_coordinator module into crates/terraphim_orchestrator/src/lib.rs.

  • Add pub mod meta_coordinator; so MetaCoordinator and related types are accessible
  • 7 unit tests in meta_coordinator.rs now execute under cargo test
  • Crate-level docs updated to mention MetaCoordinator

Verification

cargo test -p terraphim_orchestrator  # 7 meta_coordinator tests pass
cargo clippy -p terraphim_orchestrator -- -D warnings  # clean

Refs terraphim/terraphim-ai#1275 (Gitea)

forge-admin and others added 3 commits May 7, 2026 02:53
Add `pub mod meta_coordinator;` declaration so the MetaCoordinator type
and its 7 unit tests are accessible to crate consumers and included in
`cargo test`. Update crate-level doc comment to mention MetaCoordinator.
- Add meta_coordinator wiring fix to CHANGELOG (Refs #1275)
- Generate documentation-gap-report-20260507.md: 307 missing items
  across 9 crates (45% reduction from 564 on 2026-04-29)
- Top gaps: terraphim_agent (139), types (76), orchestrator (54)

Co-Authored-By: Terraphim AI Sonnet 4.6 <noreply@anthropic.com>
- Added meta_coordinator fix entry (Refs #1275) to CHANGELOG Fixed section
- Generated doc gap report at reports/doc-gap-report-20260507.md
- Filed Gitea issue #1289 for documentation gaps (Theme-ID: doc-gap)

Co-Authored-By: Terraphim AI <noreply@terraphim.ai>
@AlexMikhalev
Copy link
Copy Markdown
Contributor Author

Cherry-picked into main (commit f93e612). Closing.

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