Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auditor ¶
type Auditor struct {
// contains filtered or unexported fields
}
Auditor governs the OODA Verification Phase (Shadow Audit).
func (*Auditor) GenerateTrace ¶
func (a *Auditor) GenerateTrace(frame *domain.CognitiveFrame) []byte
GenerateTrace creates a markdown artifact documenting the verification run.
func (*Auditor) Verify ¶
func (a *Auditor) Verify(ctx context.Context, frame *domain.CognitiveFrame) (*domain.AuditResult, error)
Verify implements the core security gate as defined in LLD 8.1. It mathematically proves that an intended payload complies with the active GenePool.
Click to show internal directories.
Click to hide internal directories.