sync

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(ctx context.Context, client *gogithub.Client, opts Options) error

Run is the top-level sync orchestration entry point.

Types

type Options

type Options struct {
	Force     bool
	TargetDir string
}

Options controls sync behavior.

type State

type State int

State represents the detected installation state of the agentic kernel.

const (
	StateAbsent       State = iota // neither AGENTS.md nor .agentic/ present or valid
	StateAgentsMDOnly              // valid AGENTS.md only; .agentic/ missing
	StateAgenticOnly               // valid .agentic/ only; AGENTS.md missing
	StateBoth                      // both present and valid (normal case)
)

Jump to

Keyboard shortcuts

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