Commit graph

4 commits

Author SHA1 Message Date
CeeLo Greenheart
9f86fc9c7c Merge branch 'restructure-hermes-openclaw' into main
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)
2026-04-26 01:41:37 +00:00
Mermaid Man
ea73745147 refactor: restructure into hermes/ and openclaw/ directories
- Split cloudinit.tf into cloudinit-hermes.tf and cloudinit-openclaw.tf
- Split variables.tf into variables-common.tf, variables-hermes.tf, variables-openclaw.tf
- Move templates into hermes/templates/ and openclaw/templates/
- Move models/ into openclaw/models/
- Move hermes-openclaw.json to openclaw/openclaw-reference.json
- Move hermes docs to hermes/docs/
- OpenClaw cloudinit now uses variables instead of hardcoded values
- All 48 variable references verified against definitions
2026-04-24 19:45:03 +00:00
Mermaid Man
8a94313bd3 fix: change Node.js version from 24 to 22 LTS for OpenClaw 2026-04-24 19:22:40 +00:00
CeeLo Greenheart
a593af9b27 Initial commit - Clean public release
Sanitized for public release:
- Removed all API keys, tokens, and secrets
- Removed personal Discord IDs from hermes-openclaw.json
- Updated git URLs to be generic placeholders
- All sensitive data uses environment variable interpolation
2026-04-22 19:13:28 +00:00