Documentation
¶
Overview ¶
Package workspaceseed builds a compact, deterministic workspace context seed for future agent prompt/session wiring.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Render ¶
func Render(seed Seed, options RenderOptions) string
Render formats a seed for prompt/session context while respecting simple line and rune-width budgets.
Types ¶
type GitInfo ¶
GitInfo is metadata supplied by integration code that already knows git state. BuildFromWorkspace does not invoke git.
type Input ¶
type Input struct {
CWD string
GitBranch string
GitDirty *bool
GitSummary string
Paths []string
MaxLayoutEntries int
}
Input is the pure builder input. Callers provide paths and git metadata; the builder never shells out.
type RenderOptions ¶
RenderOptions controls text output budgets.
Click to show internal directories.
Click to hide internal directories.