golem-context
What It Is
golem-context is the Layer 2 boundary for cognitive workspace assembly. In the scaffold it reserves the crate slot for context-policy and workspace-construction logic without exposing those types yet.
Features
- Reserved Layer 2 crate for
CognitiveWorkspaceand context policy - Crate root documents the intended assembly role for knowledge, affect, and event context
- Inherits workspace-wide toolchain, dependency, and lint policy
- No public Rust items are exported yet
Getting Started
cargo check -p golem-context
Configuration
This scaffolded crate currently relies entirely on workspace-level configuration.
API
The crate does not expose a public Rust API yet.
#![allow(unused)]
#![deny(unsafe_code)]
#![warn(missing_docs)]
fn main() {
}
Architecture
golem-context stays in the cognition layer alongside heartbeat, Grimoire, Daimon, dreams, and mortality. The scaffold keeps the dependency boundary stable before the first context types land.
References
prd2/17-monorepo/00-packages.mdsectionCrate Inventoryprd2/17-monorepo/01-rust-workspace.mdsectionsWorkspace StructureandCrate Dependency DAGprd2/17-monorepo/03-conventions.mdsectionRust Conventions