Expand description
Intent-based workflow for agentic development
Intents replace the branch+PR model with declared units of work that have explicit scope, agent attribution, priority, and hierarchical decomposition. Multiple intents can be active simultaneously on the same working tree because they declare non-overlapping scopes.
Structs§
- Intent
- A declared unit of work with scope, agent, and hierarchy
- Scope
Conflict - A scope-checked conflict between two active intents
Enums§
Functions§
- attach_
commit - Attach a commit hash to an intent (called by
lit commit --intent) - execute_
close - Close (abandon) an intent — releases leases
- execute_
create - Create a new intent — checks for scope conflicts with other active intents
- execute_
list - List intents, optionally filtered by status or agent
- execute_
show - Show details of a specific intent
- load_
intent - mark_
converged - Mark an intent as converged (called by
lit converge)