doctor

package
v1.5.2 Latest Latest
Warning

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

Go to latest
Published: May 21, 2026 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Issue

type Issue struct {
	Skill         string
	Tool          string
	Kind          IssueKind
	Status        string
	Message       string
	BudgetUsed    int
	BudgetLimit   int
	BudgetPercent int
	LargestSkills []budget.Overflow
}

type IssueKind

type IssueKind string
const (
	IssueCanonicalMetadata           IssueKind = "canonical_metadata"
	IssueGlobalListingBudgetOverflow IssueKind = "global_listing_budget_overflow"
	IssueMigrationBudgetOverflow     IssueKind = "migration_budget_overflow"
	IssueProjectionDrift             IssueKind = "projection_drift"
	IssueSnippetProjectionDrift      IssueKind = "snippet_projection_drift"
	IssueKitOrphaned                 IssueKind = "kit_orphaned"
	IssueKitRegistryForgotten        IssueKind = "kit_registry_forgotten"
	IssueKitRefBroken                IssueKind = "kit_ref_broken"
)

type Report

type Report struct {
	Issues []Issue
}

func InspectManagedSkills

func InspectManagedSkills(cfg *config.Config, st *state.State, name string) (Report, error)

Jump to

Keyboard shortcuts

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