Setup GitHub Codespaces
sdd_setup_codespacesDetects project tech stack and generates a devcontainer configuration for GitHub Codespaces, routing instructions for creating a codespace.
Instructions
Detects the project tech stack and generates a devcontainer configuration suitable for GitHub Codespaces. Returns a payload with routing_instructions for GitHub MCP's create_codespace tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| machine_type | No | GitHub Codespaces machine type. | standardLinux32gb |
| extensions | No | VS Code extensions to install. Auto-detected from tech stack if omitted. |