wsx-core 0.22.2

Composable project, Git worktree, terminal runtime, hook, and model primitives for wsx.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Composable project, Git worktree, terminal-runtime, hook, and model primitives.
//!
//! [`runtime`] defines wsx-owned provider-neutral daemon contracts. Runtime
//! implementations and vendor adapters depend on these contracts, not vice versa.

pub mod cache;
pub mod config;
pub mod git;
pub mod hooks;
pub mod integration;
pub mod model;
pub mod ops;
pub mod runtime;