Story: Project Detection
As a VS Code user opening a workspace I want the extension to detect if this is a specsmd project So that I see the appropriate view (welcome or artifact tree)
As a VS Code user opening a workspace I want the extension to detect if this is a specsmd project So that I see the appropriate view (welcome or artifact tree)
--- id: vscode-extension-story-ap-002 unit: artifact-parser intent: 011-vscode-extension status: complete priority: must created: 2025-12-25T17:00:00Z assigned_bolt: bolt-artifact-parser-1 implemented: true ---
**As a** VS Code user opening a workspace **I want** the extension to detect if this is a specsmd project **So that** I see the appropriate view (welcome or artifact tree)
| Scenario | Expected Behavior | |----------|-------------------| | No workspace open | Return false | | Multi-root workspace | Check first root only (single workspace support) | | Symlinked folders | Follow symlinks, detect project |