subtaskerr

package
v0.2.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrNotConfigured is returned when ~/.subtask/config.json is missing and no automatic migration applies.
	ErrNotConfigured = errors.New("subtask: not configured — run 'subtask install' first")
	// ErrNotGitRepo is returned when a command requires git but the cwd is not inside a git repository.
	ErrNotGitRepo = errors.New("subtask: not a git repository — subtask requires git")

	// ErrNoAnchorFromWorkspace is returned when running from a worker workspace and Subtask cannot
	// determine the main repo anchor worktree.
	ErrNoAnchorFromWorkspace = errors.New("subtask: cannot determine project root from within a worker workspace")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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