AutoBE
    Preparing search index...

    Interface AnalyzeRequirementsIRToc

    Table-of-contents content preserved as navigation context for downstream LLMs.

    00-toc.md is a deterministic synthetic file produced by analyze (not a requirement source), but its prose helps downstream consumers understand the overall SRS structure and inter-file relationships. It is NOT a requirement claim and never appears in AnalyzeRequirementsIRView.claims.

    Juntak

    interface AnalyzeRequirementsIRToc {
        content: string;
        fileKey: string;
    }
    Index

    Properties

    Properties

    content: string

    Markdown content of the TOC document.

    fileKey: string

    TOC filename. Forward-compatibility: typed as string rather than locked to "00-toc.md". v1 builders enforce equality with the ANALYZE_TOC_FILENAME constant at runtime.