claw-branch 0.1.2

Fork, simulate, and merge engine for ClawDB agents.
Documentation
1
2
3
4
5
6
7
8
//! Branch model aliases and small helpers.

use serde_json::Value;

pub use crate::types::{Branch, BranchMetrics, BranchStatus};

/// Structured metadata stored alongside a branch record.
pub type BranchMetadata = Value;