pub fn build_kernel_manifest(active_domains: &[&str]) -> StringExpand description
Build a markdown kernel manifest from the set of active domains.
The manifest lists which subsystems are currently enabled so that an agent can discover the OS’s capabilities at a glance.
§Example
## Kernel Manifest
Active domains: space, agent, memory, program
### space
Filesystem workspace management and conversation buffers.
### agent
...