Skip to content

docs: sync meta with code — Redis decommissioned, 13→12 crates#27

Merged
temrjan merged 1 commit into
mainfrom
docs/sync-meta-with-code
Jun 22, 2026
Merged

docs: sync meta with code — Redis decommissioned, 13→12 crates#27
temrjan merged 1 commit into
mainfrom
docs/sync-meta-with-code

Conversation

@temrjan

@temrjan temrjan commented Jun 22, 2026

Copy link
Copy Markdown
Member

Why

Changes landed in core/meta after 2026-06-15, but the meta docs (dated 06-15) lagged: they still described 13 crates, a Redis Streams event bus, and a rustok-redis service that no longer exist.

What

  • docker-compose.yml — drop the dead redis service, RUSTOK_REDIS_URL, and depends_on: redis. Verified core reads 0 Redis refs (config.rs reads RUSTOK_ALLOWED_CHAINS/ALCHEMY/RPC_URLS, kept); prod/obs overlays don't reference redis; shape now matches deploy-v2 (meta chore(deploy): drop Redis from deploy-v2 compose #25).
  • README.md — remove "+ Redis" from the base-stack description.
  • PROJECT-OVERVIEW.md — 13→12 crates (drop events); architecture diagram Redis Streams → auditdirect → SQLite WAL; add Audit bullet; drop rustok-redis from deploy/docker ps; date notes.
  • PROJECT-STATUS.md — 13→12 crates (×2); add a dated Completed row (2026-06-17→19) for the Redis decommission (#63/#64, deploy-v2 chore(deploy): drop Redis from deploy-v2 compose #25), hardening (#65/#67), CI (#66/#68, meta fix(deploy): add security headers and body cap to Caddyfile-v2 #26), and the mcp tails (#41/#42/#44/#45); mark the now-done Next-Steps items; date bump.

Notes

  • Docs-only + one dead-config removal in the base compose. Fully reversible.
  • Redis decommissioned 2026-06-17 (core #63/#64; deploy-v2 meta chore(deploy): drop Redis from deploy-v2 compose #25).
  • Not validated with docker compose config locally (docker not installed) — YAML syntax checked; CI will validate.

Post-06-15 changes had landed in core/meta but the docs lagged.

- docker-compose.yml: drop the dead `redis` service, RUSTOK_REDIS_URL and
  `depends_on: redis` — core no longer reads Redis (0 refs); matches the
  deploy-v2 post-removal shape (meta #25). prod/obs overlays don't reference it.
- README.md: remove "+ Redis" from the base-stack description.
- PROJECT-OVERVIEW.md: 13→12 crates (drop `events`); architecture diagram
  Redis Streams → direct SQLite WAL audit; add Audit bullet; drop rustok-redis
  from the deploy/`docker ps` lines; §5 + date notes.
- PROJECT-STATUS.md: 13→12 crates; Completed row for 2026-06-17→19
  (Redis decommission #63/#64, hardening #65/#67, CI #66/#68, meta #26,
  mcp #41/#42/#44/#45); mark done Next-Steps items; date bump.

Redis decommissioned 2026-06-17 (core #63/#64, deploy-v2 meta #25).
@temrjan temrjan merged commit 34214f9 into main Jun 22, 2026
1 check passed
@temrjan temrjan deleted the docs/sync-meta-with-code branch June 22, 2026 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant