Documentation
¶
Overview ¶
Package plan creates or merges IMPLEMENTATION_PLAN.md with project planning templates during initialization.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleImplementationPlan ¶
HandleImplementationPlan creates or merges IMPLEMENTATION_PLAN.md.
Parameters:
- cmd: Cobra command for output
- force: If true, overwrite existing plan section
- autoMerge: If true, skip interactive confirmation
Returns:
- error: Non-nil if file operations fail
func UpdatePlanSection ¶
UpdatePlanSection replaces the existing plan section between markers with new content.
Parameters:
- cmd: Cobra command for output
- existing: Existing file content
- newTemplate: New template content
Returns:
- error: Non-nil if markers are missing or file operations fail
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.