Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatusInfo ¶
type StatusInfo struct {
ProjectName string
HookInstalled bool
DocCount int
PendingCount int
ExpressCount int
CompleteCount int
ReadErrors int
AngelaMode string // "draft", "polish"
AIProvider string // "anthropic", "openai", ""
HealthIssues int
}
StatusInfo holds all data needed to render the status dashboard.
func CollectStatus ¶
func CollectStatus(cfg *config.Config, git domain.GitAdapter, loreDir string) (*StatusInfo, error)
CollectStatus gathers all status information from the repository.
Click to show internal directories.
Click to hide internal directories.