llmenv 1.0.9

Universal scope-aware environment for AI coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod adapter;
pub mod cli;
pub mod config;
pub mod errors;
pub mod git;
pub mod hook_run;
pub mod icm;
pub mod materialize;
pub mod mcp;
pub mod merge;
pub mod paths;
pub mod plugins;
pub mod scope;
pub mod sync;
pub mod util;