heddle-config 0.15.0

Heddle user-config TOML schema, credential store, transport knobs, and tracing init.
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: Apache-2.0
mod user_config;

pub use user_config::{
    HarnessMode, HarnessTranscriptMode, HarnessTransport, UserAgentConfig, UserAutoCaptureMode,
    UserCaptureConfig, UserConfig, UserDisplayConfig, UserHarnessConfig, UserHarnessOverride,
    UserHarnessRootThreadPolicy, UserHarnessSubagentThreadPolicy, UserHarnessThreadingConfig,
    UserLoggingConfig, UserOutputConfig, UserPrincipalConfig, UserRemoteConfig,
    UserThreadWorkspaceConfig, UserThreadWorkspaceMode, UserWorktreeConfig,
};