SysProM
    Preparing search index...

    Interface SpecKitFeature

    A single Spec-Kit feature with its metadata and file paths.

    interface SpecKitFeature {
        dir: string;
        files: {
            checklist: string | null;
            dataModel: string | null;
            plan: string | null;
            quickstart: string | null;
            research: string | null;
            spec: string | null;
            tasks: string | null;
        };
        id: string;
        name: string;
        number: number;
    }
    Index

    Properties

    Properties

    dir: string
    files: {
        checklist: string | null;
        dataModel: string | null;
        plan: string | null;
        quickstart: string | null;
        research: string | null;
        spec: string | null;
        tasks: string | null;
    }
    id: string
    name: string
    number: number