Documentation
¶
Overview ¶
Package sessioncmd implements the session-scoped commands an agent uses to talk to its running manager: naming the session and declaring review targets. The CLI subcommands and the MCP server both call these, so validation and behavior stay identical. Each command writes a mailbox file the manager poller applies on its next cycle.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Rename ¶
Rename records a session's self-chosen name for the running manager to apply on its next poll. It only writes the name file; the manager owns the database and the tmux label.
func ReviewBase ¶
ReviewBase records the base ref the session's branch scope diffs against, resolved in the repo holding cwd. An empty ref clears the override.
func ReviewRepo ¶
ReviewRepo records the repo a session is working in, so review opens there instead of guessing from the working directory.
Types ¶
This section is empty.