Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
(`--force` overrides). Never hand-run `docker compose build/up` on the server: that is a side door
(a hand-run compose caused a 502 on manager, 2026-09-24). Server checkout `/var/www/ai-factory`,
stack `infra/docker-compose.prod.yml`. Verify by grepping the new code inside the container, not by uptime.
- After every commit and push/deploy, post it to Teams with `~/.openclaw/workspace/ops/teams-commit.sh`.
- After every commit and push/deploy, the report goes to Teams through the session "Bộ chỉ huy"
(2026-09-26): send it the `~/.openclaw/workspace/ops/teams-commit.sh <repo> <hash> deployed` lines with
SendMessage and let it post. Never run `teams-commit.sh` or `teams-send.sh` from this session: all
sends share one headless Chrome (CDP 9333), and two sessions at once crash it.
- Mail goes out through the company's world4you SMTP (`smtp.world4you.com:587`, STARTTLS) as
`developerweb@codemenschen.at`, DKIM-signed for codemenschen.at. Not Resend (its Tokyo IPs
landed the sign-in mail in spam, 2026-09-07) and not the host's sendmail (generic rDNS, no DKIM).
Expand Down
Loading