Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BootstrapOptions ¶
type BootstrapOptions struct {
Since string // YYYY-MM-DD filter
Project string // Project path filter
DryRun bool
}
BootstrapOptions configures the bootstrap run.
type BootstrapResult ¶
BootstrapResult reports what was bootstrapped.
func RunBootstrap ¶
func RunBootstrap(paths config.Paths, cfg config.Config, claudeProjectsDir string, opts BootstrapOptions) (BootstrapResult, error)
RunBootstrap scans Claude Code transcripts and imports tool use events into AgentJIT's log format. Tracks processed files to avoid re-importing.
type ProcessedFiles ¶
ProcessedFiles tracks which transcript files have been bootstrapped.
Click to show internal directories.
Click to hide internal directories.