Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WalkAgentFiles ¶
Types ¶
type AgentUpdater ¶
func NewAgentUpdater ¶
func NewAgentUpdater(agentType, repoRoot string) *AgentUpdater
func (*AgentUpdater) DeduplicateEntries ¶
func (u *AgentUpdater) DeduplicateEntries(entries []string) []string
func (*AgentUpdater) DiscoverAgentFiles ¶
func (u *AgentUpdater) DiscoverAgentFiles(repoRoot string) ([]string, error)
func (*AgentUpdater) Update ¶
func (u *AgentUpdater) Update(ctx *TechnicalContext) error
type TechnicalContext ¶
type TechnicalContext struct {
Language string
PrimaryDeps string
Storage string
Testing string
TargetPlatform string
ProjectType string
PerformanceGoals string
Constraints string
Scale string
}
func ParseTechnicalContext ¶
func ParseTechnicalContext(planPath string) (*TechnicalContext, error)
func (*TechnicalContext) String ¶
func (ctx *TechnicalContext) String() string
func (*TechnicalContext) ToMarkdown ¶
func (ctx *TechnicalContext) ToMarkdown() string
Click to show internal directories.
Click to hide internal directories.