Documentation
¶
Overview ¶
Package projectinit creates starter Codog configuration for a workspace.
Index ¶
Constants ¶
View Source
const ( StatusCreated = "created" StatusDeferred = "deferred" StatusUpdated = "updated" StatusSkipped = "skipped" StatusPartial = "partial" NextStep = "Review and tailor the generated project guidance" )
Variables ¶
This section is empty.
Functions ¶
func RenderAgents ¶
func RenderClaude ¶
func RenderInstructions ¶
func RenderText ¶
Types ¶
type Report ¶
type Report struct {
Kind string `json:"kind"`
Action string `json:"action"`
Status string `json:"status"`
AlreadyInitialized bool `json:"already_initialized"`
ProjectPath string `json:"project_path"`
Created []string `json:"created"`
Updated []string `json:"updated"`
Deferred []string `json:"deferred"`
Skipped []string `json:"skipped"`
Partial []string `json:"partial"`
Artifacts []Artifact `json:"artifacts"`
Hint string `json:"hint"`
NextStep string `json:"next_step"`
}
func Initialize ¶
Click to show internal directories.
Click to hide internal directories.