MCPcopy Index your code
hub / github.com/codehamr/codehamr / buildSystem

Function buildSystem

internal/tui/model.go:1258–1260  ·  view source on GitHub ↗

buildSystem appends the working-directory anchor to the embedded system prompt so "hier" / "here" resolves to a concrete path.

(projectDir string)

Source from the content-addressed store, hash-verified

1256 // a weak model a regression: the galaxy run's honest "unverified: browser
1257 // runtime" got re-prompted into a confident, caveat-free "it works". Let an
1258 // honest finish stand. A true false green carries no such marker, so it still
1259 // gets nudged.
1260 if newestAssistantUnverified(m.history) {
1261 return false
1262 }
1263 m.verifyNudged = true

Callers 1

NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected