Based on your workspace analysis above, output the discovered dev tooling commands as a JSON object only.
```json
Each field is a shell command string (the minimal invocation that works from the workspace root) or `null` if no such tooling exists.
For multi-language projects, each command must be a compound command chained with `&&` covering all languages.
Output ONLY the JSON object. Do NOT call any tools.