heddle-cli-shared 0.7.0

CLI-side utilities shared between Heddle's OSS cli crate and the closed heddle-client crate: user config, remote target resolution, client config.
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,
};