Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 Changes in this version + func DetectTestCommand(projectDir string) string + func ExtractCodeFromOutput(text, lang string) (string, error) + func ExtractJSONFromOutput(text string) (string, error) + func RepairJSON(broken string) (string, error) + type FieldSpec = engine.FieldSpec + type GenCheck = engine.GenCheck + type GenIssue = engine.GenIssue + func ValidateGo(code string) []GenIssue + func ValidatePython(code string) []GenIssue + func ValidateTypeScript(code string) []GenIssue + type GenValidation = engine.GenValidation + type GenValidator = engine.GenValidator + func NewGenValidator() *GenValidator + type LintLoop = engine.LintLoop + func NewLintLoop() *LintLoop + type LintResult = engine.LintResult + type Schema = engine.Schema + type SchemaValidationError = engine.SchemaValidationError + type SchemaValidationResult = engine.SchemaValidationResult + type SchemaValidator = engine.SchemaValidator + func NewSchemaValidator() *SchemaValidator + type TestLoop = engine.TestLoop + func NewTestLoop() *TestLoop + type TestResult = engine.TestResult