Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActionType ¶
type ActionType string
const ( ActionAdded ActionType = "ADDED" ActionChanged ActionType = "CHANGED" ActionDeprecated ActionType = "DEPRECATED" ActionFixed ActionType = "FIXED" ActionDecision ActionType = "DECISION" )
type MemoryLogEntry ¶
type MemoryLogEntry struct {
LogID string `json:"log_id"`
Timestamp time.Time `json:"timestamp"`
Author string `json:"author"`
Action ActionType `json:"action"`
TargetDocs []string `json:"target_docs"`
Tags []string `json:"tags"`
Summary string `json:"summary"`
Reasoning string `json:"reasoning,omitempty"`
AffectedFiles []string `json:"affected_files,omitempty"`
PRReference string `json:"pr_reference,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.