MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / SetBaseDir

Method SetBaseDir

internal/loop/manager.go:123–127  ·  view source on GitHub ↗

SetBaseDir sets the project root directory so Claude runs from there and picks up CLAUDE.md.

(baseDir string)

Source from the content-addressed store, hash-verified

121
122// SetBaseDir sets the project root directory so Claude runs from there and picks up CLAUDE.md.
123func (m *Manager) SetBaseDir(baseDir string) {
124 m.mu.Lock()
125 defer m.mu.Unlock()
126 m.baseDir = baseDir
127}
128
129// SetConfig sets the project config for post-completion actions.
130func (m *Manager) SetConfig(cfg *config.Config) {

Callers 1

NewAppWithOptionsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected