llmenv 2.0.5

Universal scope-aware environment for AI coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub use llmenv_config::ValidateError;
pub(crate) use llmenv_config::validate_capabilities_env_key;
pub use llmenv_config::{
    Bundle, Cache, Capabilities, Config, EnvVar, Features, HashingMode, Hook, HookHandler,
    HookHandlerKind, HostEntry, HostMatch, HostScope, InitConfig, Marketplace, MarketplaceSource,
    McpServer, McpTransport, Memory, NativePermissionRules, NetworkMatch, NetworkScope,
    OFFICIAL_MARKETPLACE_OWNER, PermissionMode, PermissionRule, Permissions, PluginCollection,
    RESERVED_OFFICIAL_MARKETPLACES, Scopes, StateConfig, StateTool, UserMatch, UserScope,
    classify_source, generate_template, github_owner_repo, is_reserved_official_marketplace,
    split_plugin_ref,
};