claw10-domain 0.2.3

Domain models and types for Claw10 OS
Documentation
pub mod agent;
pub mod approval;
pub mod artifact;
pub mod budget;
pub mod error;
pub mod evidence;
pub mod identity;
pub mod lifecycle;
pub mod lineage;
pub mod memory;
pub mod mission;
pub mod model;
pub mod permissions;
pub mod policy;
pub mod skill;
pub mod spawn;
pub mod task;
pub mod tenant;
pub mod tool;
pub mod worker;

pub use agent::*;
pub use approval::*;
pub use artifact::*;
pub use budget::*;
pub use error::*;
pub use evidence::*;
pub use identity::*;
pub use lifecycle::*;
pub use lineage::*;
pub use memory::*;
pub use mission::*;
pub use model::*;
pub use permissions::*;
pub use policy::*;
pub use skill::*;
pub use spawn::*;
pub use task::*;
pub use tenant::*;
pub use tool::*;
pub use worker::*;
pub mod workspace;
pub use workspace::*;