Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Version is set via -ldflags at build time.
Functions ¶
func TicketStore ¶ added in v7.7.1
TicketStore returns a store over the resolved tickets directory, scoped to the project it serves so parent/dep/link IDs namespaced by the central store resolve (see FileStore.Resolve).
func TicketsDir ¶
func TicketsDir() string
TicketsDir returns the directory where tickets are stored.
func TicketsDirAndProject ¶ added in v7.7.1
TicketsDirAndProject resolves the tickets directory and the project it holds. Priority: --repo flag → TICKETS_DIR env → config lookup → walk up from CWD → fallback .tickets The project name is non-empty only for a central-store project dir; a local .tickets/ store never sees namespaced IDs and must not accept them.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.