Detect Spec-Kit project structure from a directory. Looks for .specify/ and specs/ subdirectories.
Directory to scan.
Detected project structure.
const project = detectSpecKitProject("./my-project"); Copy
const project = detectSpecKitProject("./my-project");
Detect Spec-Kit project structure from a directory. Looks for .specify/ and specs/ subdirectories.