Meshpocalypse Semantic
    Preparing search index...

    Interface TrustReviewConfig

    Configuration for the review gate behaviour.

    interface TrustReviewConfig {
        reviewSubject?: string;
        reviewThreshold?: number;
        reviewTtlSeconds?: number;
    }
    Index

    Properties

    reviewSubject?: string

    NATS subject prefix for review notifications. Default: 'mesh.trust.review'.

    reviewThreshold?: number

    Trust level below which a demotion triggers a review instead of applying immediately. Default: ATF_LEVELS.JUNIOR (1).

    reviewTtlSeconds?: number

    Seconds before the pending review auto-expires and the agent is permanently demoted. Must be ≥ 60. Default: 3600 (1 hour).