Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface PolicyChangeIntent

    interface PolicyChangeIntent {
        agentId: string;
        category: PolicyChangeCategory;
        claimIds: string[];
        createdBy: string;
        createdTs: number;
        evidenceRefs: string[];
        impactSummary: string;
        intent_hash: string;
        intentId: string;
        policyFilePath: string;
        policyFileSha256After: string;
        policyFileSha256Before: string;
        prev_intent_hash: string;
        rationale: string;
        reversible: boolean;
        rollbackInstructions: string | null;
        signature: string;
    }
    Index
    agentId: string
    claimIds: string[]
    createdBy: string
    createdTs: number
    evidenceRefs: string[]
    impactSummary: string
    intent_hash: string
    intentId: string
    policyFilePath: string
    policyFileSha256After: string
    policyFileSha256Before: string
    prev_intent_hash: string
    rationale: string
    reversible: boolean
    rollbackInstructions: string | null
    signature: string