nexus-agents - v2.80.0
    Preparing search index...

    Variable ArtifactRefSchemaConst

    ArtifactRefSchema: ZodObject<
        {
            id: ZodString;
            type: ZodEnum<
                {
                    code: "code";
                    plan: "plan";
                    analysis: "analysis";
                    review: "review";
                    test: "test";
                    spec: "spec";
                    report: "report";
                    vote: "vote";
                },
            >;
        },
        $strip,
    > = ...

    Reference to an artifact by ID and type.