package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 18, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Plan struct {
Goal string `json:"goal"`
Steps []PlanStep `json:"steps"`
}
Plan represents an explicit execution plan for complex multi-file tasks.
type PlanStep struct {
ID string `json:"id"`
Description string `json:"description"`
Status string `json:"status"`
Files []string `json:"files,omitempty"`
}
PlanStep represents a single task unit within a structured plan.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.