## Title Add devopsos validate command to check generated configs ## Description Create a CLI command: `devopsos validate` It should check for: ``` Dockerfile syntax GitHub Actions YAML Kubernetes YAML ``` This helps developers verify generated configurations.