Expand description
Embedded templates and assets installed by ito init / ito update.
ito-templates packages the default project and home templates (plus shared
skills/adapters/commands) as embedded assets.
The Rust CLI writes these files to disk, optionally rewriting .ito/ path
prefixes when users configure a custom Ito directory name.
Modules§
- agents
- Embedded agent definitions. Agent template handling for Ito agent tiers
- instructions
- Embedded instruction artifacts. Embedded instruction template loading and rendering.
- project_
templates - Jinja2 rendering for project templates (AGENTS.md, skills). Jinja2 rendering for project templates (AGENTS.md, skills).
Structs§
- Embedded
File - A file embedded in the
ito-templatesassets.
Constants§
- ITO_
END_ MARKER - End marker for Ito-managed file blocks.
- ITO_
START_ MARKER - Start marker for Ito-managed file blocks.
Functions§
- adapters_
files - Return all embedded harness adapter files.
- commands_
files - Lists embedded shared command files.
- default_
home_ files - Return all embedded files for the default home template.
- default_
project_ files - Return all embedded files for the default project template.
- extract_
managed_ block - Extract the substring between
ITO_START_MARKERandITO_END_MARKER. - get_
adapter_ file - Retrieves an embedded adapter file by its relative path within the adapters assets.
- get_
command_ file - Fetches the contents of an embedded command file by its path relative to the commands asset root.
- get_
schema_ file - Returns the contents of an embedded schema file identified by its path relative to the schemas root.
- get_
skill_ file - Retrieves an embedded skill file by its path within the skills assets.
- normalize_
ito_ dir - Normalize an Ito directory name to the dotted form (e.g.
.ito). - render_
bytes - Rewrite file bytes for a custom Ito directory.
- render_
rel_ path - Rewrite a relative template path for a custom Ito directory.
- schema_
files - Lists embedded workflow schema files.
- skills_
files - Return all embedded shared skill files.