Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SetupCache ¶
type SetupCache struct {
AgentsInstalled bool `json:"agentsInstalled"`
SkillsInstalled bool `json:"skillsInstalled"`
MCPConfigured bool `json:"mcpConfigured"`
ExtensionsChecked bool `json:"extensionsChecked"`
}
SetupCache stores the results of one-time setup checks
func (*SetupCache) NeedsSetup ¶
func (c *SetupCache) NeedsSetup() bool
NeedsSetup returns true if any setup step needs to run
Click to show internal directories.
Click to hide internal directories.