Restructured Terraform configuration to separate Hermes and OpenClaw
frameworks into dedicated directories and files.
Changes:
- Split cloudinit.tf into cloudinit-hermes.tf and cloudinit-openclaw.tf
- Split variables.tf into variables-common.tf, variables-hermes.tf, variables-openclaw.tf
- Organized templates/ into hermes/templates/ and openclaw/templates/
- Organized models/ into openclaw/models/
- Moved Hermes docs to hermes/docs/
- Fixed Node.js version from 24 to 22 LTS for OpenClaw
Reviewed-by: Caroline (alignment), Atticus (quality), Ludacris (security)