Expand description
Infer Ito change/module target context for harness sessions. Harness context inference helpers.
These helpers infer an Ito target (change or module) from local signals so harness hooks/plugins can recover context after compaction.
Inference priority:
- Current working directory path segments.
- Current git branch name (if available).
When multiple change-id-like path segments are present, the last match wins.
Structs§
- Harness
Context Inference - Inference result suitable for harness hooks and plugins.
- Inferred
ItoTarget - Inferred Ito target (change or module).
Enums§
- Inferred
ItoTarget Kind - Kind of Ito target inferred for a harness session.
Functions§
- infer_
context_ from_ cwd - Infer the current Ito target for a harness session.