dd5318368e
Replace the 3-service compose with a 5-service architecture that puts api-gateway.cjs (hermes-pre-api, hermes-post-api) in front of internal upstream services (hermes-pre-upstream, hermes-post-upstream), ensuring all public API traffic passes through the auth/audit layer. Update Dockerfile, .env.example, .dockerignore, and add a compose contract test. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
84 B
Plaintext
11 lines
84 B
Plaintext
.DS_Store
|
|
.env
|
|
*.log
|
|
*.tgz
|
|
*.zip
|
|
.superpowers/
|
|
coverage/
|
|
node_modules/
|
|
state/
|
|
test/
|