golem-coordination
What It Is
golem-coordination is the Layer 5 boundary for clade synchronization and pheromone propagation. The scaffold reserves the crate for cross-golem coordination without exposing those systems yet.
Features
- Reserved Layer 5 crate for clade sync and pheromone handling
- Crate root documents the intended scope: field client, bloodstain ingestion, and propagation policy
- Inherits shared workspace toolchain, dependency, and lint settings
- No public Rust items are exported yet
Getting Started
cargo check -p golem-coordination
Configuration
The scaffold does not define crate-local configuration yet.
API
The crate does not expose a public Rust API yet.
#![allow(unused)]
#![deny(unsafe_code)]
#![warn(missing_docs)]
fn main() {
}
Architecture
golem-coordination sits above the infrastructure layer and below the outward-facing surfaces. The scaffold keeps that coordination boundary stable before any relay or sync protocol is introduced.
References
prd2/17-monorepo/00-packages.mdsectionCrate Inventoryprd2/17-monorepo/01-rust-workspace.mdsectionsWorkspace StructureandCrate Dependency DAGprd2/17-monorepo/03-conventions.mdsectionRust Conventions