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

    Variable SubtaskTypeSchemaConst

    SubtaskTypeSchema: ZodEnum<
        {
            code: "code";
            test: "test";
            refactor: "refactor";
            config: "config";
            docs: "docs";
        },
    > = ...

    The type of work a subtask represents.