Project Structure and Future Roadmap
"A view of the project layout and roadmap for future enhancements, including expanded support for CDK, error handling, and CI/CD integrations."
graph LR
subgraph Project["Project Structure"]
A[Project Root]-->B[cluster.yaml]
A-->C[beads/*.kd]
A-->D[templates/]
D-->E[ansible/]
D-->F[terraform/]
A-->G[policies/]
G-->H[*.rego]
end