Versions in this module Expand all Collapse all v0 v0.1.0 Jul 14, 2026 Changes in this version + const NextStep + const StatusCreated + const StatusDeferred + const StatusPartial + const StatusSkipped + const StatusUpdated + func RenderAgents(workspace string) string + func RenderClaude(workspace string) string + func RenderInstructions(workspace string) string + func RenderText(report Report) string + type Artifact struct + Name string + SkipReason string + Status string + type Report struct + Action string + AlreadyInitialized bool + Artifacts []Artifact + Created []string + Deferred []string + Hint string + Kind string + NextStep string + Partial []string + ProjectPath string + Skipped []string + Status string + Updated []string + func Initialize(workspace string) (Report, error)