# Wiki Log > Chronological record of agent activities. Append-only. > Format: `## [YYYY-MM-DD] action | Brief subject (1-3 lines)` ## [2026-06-12] init | Wiki created - Created wiki at ~/projects/hermes-wiki/ - Initial files: SCHEMA.md, index.md, log.md, entities/user-profile.md - Remote repo created on git.anhydr.fr ## [2026-06-12] project | Ifremer Airflow presentation - Created reveal.js presentation for Ifremer (Airflow workflow) - Published to git.anhydr.fr/hermes/ifremer_presentation ## [2026-06-12] tool | Forgejo CLI skill converted to HTTPS - Updated forgejo-cli skill from SSH to HTTPS (-S false) ## [2026-06-12] setup | Hermes Wiki created - Wiki directory: ~/projects/hermes-wiki/ - Remote: git.anhydr.fr/hermes/hermes-wiki - Sync skill authored ## [2026-06-12] create | SOUL.md templates for dev-agent and caretaker - dev-agent-soul.md: implements specs from architect, delegates to Claude Code - caretaker-soul.md: mental & physical health companion, daily check-ins, journaling, life goal reflection ## [2026-06-12] create | SOUL.md template for ecologist agent - ecologist-soul.md: monitors environmental impact, tracks LLM CO₂, local ecology events in Brest, subtle guidance toward lower footprint ## [2026-06-12] config | Claude Code command format added to dev-agent SOUL - Updated dev-agent-soul.md with exact `claude --print` invocation - Verified Claude Code v2.1.176 works on this system ## [2026-06-16] setup | OneCLI Gateway + Bitwarden vault pairing - Created onecli-gateway systemd service (Rust binary, port 10255) - Exposed gateway at gateway.onecli.anhydr.fr via Traefik - Rebuilt web app with GATEWAY_API_DOMAIN=gateway.onecli.anhydr.fr - Bitwarden vault pairing now works from the web UI ## [2026-06-16] bugfix | OneCLI web UI 400 + CLI auth + Hermes gateway proxy integration - Fixed 400 error in web UI: restricted Next.js rewrite to gateway-only routes, letting Hono API handle agents/secrets - Fixed `onecli` CLI: pointed to localhost:10254, auth and agents commands work - Hermes services (gateway, dashboard, control) now route through OneCLI gateway 24/7 via HTTPS_PROXY env vars - Installed gateway CA cert to system trust store for MITM HTTPS - Control Interface: added platforms.api_server = 8642, fixed "Connection error" after login - Dashboard: added --skip-build, fixed "Web UI not built" error - Backup saved to /home/hermes/hermes-bkp/ - Bitwarden MCP server installé (@bitwarden/mcp-server via npx)