Documentation
¶
Overview ¶
Package examiner implements the blind test examiner of §6.8. The examiner sees only the task contract and the public boundary (expone signatures, endpoints, CLI). It never sees function bodies.
Index ¶
Constants ¶
View Source
const ( VisibleFileName = "devclean_visible_test.go" HiddenFileName = "devclean_hidden_test.go" DefaultTimeout = 3 * time.Minute )
Variables ¶
This section is empty.
Functions ¶
func Run ¶
Run invokes the examiner agent, parses the response, writes the visible suite to the worktree and seals the hidden suite. Returns (true, nil) when a hidden suite was sealed. Returns (false, nil) on graceful degradation (no sealed suite written). Never returns an error that should stop the implementer.
Types ¶
Click to show internal directories.
Click to hide internal directories.