skill

package
v0.18.1 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Harness

type Harness string
const (
	HarnessCodex  Harness = "codex"
	HarnessClaude Harness = "claude"
	HarnessCursor Harness = "cursor"
)

func AllHarnesses

func AllHarnesses() []Harness

func DetectHarnesses

func DetectHarnesses(projectDirectory string) ([]Harness, error)

func ParseHarnesses

func ParseHarnesses(values []string) ([]Harness, error)

type InstallResult

type InstallResult struct {
	Harness Harness
	Path    string
	State   InstallState
}

func Install

func Install(projectDirectory string, harnesses []Harness, force bool) ([]InstallResult, error)

type InstallState

type InstallState string
const (
	InstallStateInstalled InstallState = "installed"
	InstallStateUnchanged InstallState = "unchanged"
	InstallStateUpdated   InstallState = "updated"
)

type State

type State string
const (
	StateMissing  State = "missing"
	StateCurrent  State = "current"
	StateModified State = "modified"
)

type Status

type Status struct {
	Harness Harness
	Path    string
	State   State
}

func Inspect

func Inspect(projectDirectory string, harnesses []Harness) ([]Status, error)

Jump to

Keyboard shortcuts

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