Documentation
¶
Overview ¶
Package open provides commands to open a task's context in various ways.
Four operations are supported: Editor (exec into $TT_EDITOR/$EDITOR/vi at the worktree root), Term (exec into $SHELL), Session (tmux attach to the worker's tmux session), and PR (open the task's pull request in the system browser). All operations resolve the task by UUID via taskwarrior.
Plane: shared
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveAgentSession ¶ added in v1.7.0
ResolveAgentSession checks if any of the given tags match a known agent name. Agent tags are lowercase and exactly match the agent filename stem (e.g. +astra → astra.md). Returns the agent's session name and true if found, or ("", false) otherwise.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.