Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildGraph ¶
func BuildGraph() (*specs.DependencyGraph, error)
BuildGraph builds the complete dependency graph from all specs under .canary/specs/ in the working directory. It is exported so callers outside this package can reuse it without reconstructing the spec-walk logic.
func BuildGraphIn ¶ added in v0.3.3
func BuildGraphIn(root string) (*specs.DependencyGraph, error)
BuildGraphIn is BuildGraph for an explicit root.
The MCP server answers for the tree it was started on, not for whatever directory the process happens to be in, so it needs to name that tree rather than rely on the working directory.
func CreateDepsCommand ¶
CreateDepsCommand creates the parent deps command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.