Expand description
Serde models for config.json.
Serde models for Ito configuration.
These types are deserialized from config.json (and merged across multiple
layers) and also used to generate JSON schema for editor validation.
Structs§
- Agent
Model Options - Extended options for a configured model.
- Agent
Tiers Config - Mapping from Ito agent tiers to model settings.
- Cache
Config - Cache configuration for Ito data.
- Changes
Config - Configuration for change coordination behavior.
- Claude
Code Harness Config - Configuration for the Claude Code harness.
- Codex
Harness Config - Configuration for the OpenAI Codex harness.
- Coordination
Branch Config - Configuration for the internal change coordination branch.
- Coordination
Branch Enabled - Type-safe wrapper for
coordination_branch.enabled. - Coverage
Defaults - Defaults for coverage tooling.
- Defaults
Config - Defaults applied when a config value is not explicitly set.
- GitHub
Copilot Harness Config - Configuration for the GitHub Copilot harness.
- Harnesses
Config - Configuration grouped by harness.
- ItoConfig
- Top-level Ito configuration object.
- Open
Code Harness Config - Configuration for the OpenCode harness.
- TddDefaults
- Defaults for the TDD workflow runner.
- Testing
Defaults - Defaults that affect testing helpers.
- Worktree
Apply Config - Configuration controlling worktree behavior during apply instructions.
- Worktree
Layout Config - Configuration for worktree directory layout.
- Worktrees
Config - Configuration for Git worktree-based workspace layouts.
Enums§
- Agent
Model Setting - Agent model setting.
- Integration
Mode - Integration mode preference for post-implementation workflow.
- Provider
Anthropic - Allowed providers for Anthropic-backed harnesses.
- Provider
GitHub Copilot - Allowed providers for GitHub Copilot-backed harnesses.
- Provider
Open Ai - Allowed providers for OpenAI-backed harnesses.
- Reasoning
Effort - Preferred reasoning effort for reasoning-capable models.
- Text
Verbosity - Preferred verbosity level for text output.
- Worktree
Strategy - Supported worktree workspace topology strategies.