AutoBE
    Preparing search index...

    Interface AnalyzeRequirementProjection

    Projection edge from a structured requirement claim back to the rendered Analyze document section where it was observed.

    This is not true requirement provenance. It is a persisted mapping to the current analyze.document.files section projection so future compiler passes can relate claims to the human-readable Markdown ABI.

    Juntak

    interface AnalyzeRequirementProjection {
        claimId: string;
        sectionLocator: AnalyzeRequirementClaimSectionLocator;
        type: "analyze_section";
    }
    Index

    Properties

    claimId: string

    AnalyzeRequirementClaim.claimId that this projection describes.

    Rendered-section target for the claim.

    type: "analyze_section"

    Projection discriminator. v1 supports rendered Analyze sections only.