status

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2026 License: MIT Imports: 7 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL