SysProM
    Preparing search index...

    Interface SpecKitProject

    Detected Spec-Kit project structure — root directory and paths to key directories and files.

    interface SpecKitProject {
        constitutionPath: string | null;
        root: string;
        specifyDir: string | null;
        specsDir: string | null;
    }
    Index

    Properties

    constitutionPath: string | null

    Path to constitution.md, or null if not found.

    root: string

    Project root directory.

    specifyDir: string | null

    Path to .specify/ directory, or null if not found.

    specsDir: string | null

    Path to specs/ directory, or null if not found.