@suluk/agents - v0.1.6
    Preparing search index...

    Interface ContextReport

    interface ContextReport {
        loads: AgentContextLoad[];
        findings: LintFinding[];
        suggestions: UnflattenSuggestion[];
        flatten: FlattenSuggestion[];
    }
    Index

    Properties

    findings: LintFinding[]
    suggestions: UnflattenSuggestion[]

    unflatten suggestions for over-target agents (split DOWN).

    flatten suggestions for thin/redundant layers (collapse UP).