docs: sync meta with code — Redis decommissioned, 13→12 crates#27
Merged
Conversation
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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Changes landed in
core/metaafter 2026-06-15, but themetadocs (dated 06-15) lagged: they still described 13 crates, a Redis Streams event bus, and arustok-redisservice that no longer exist.What
docker-compose.yml— drop the deadredisservice,RUSTOK_REDIS_URL, anddepends_on: redis. Verifiedcorereads 0 Redis refs (config.rsreadsRUSTOK_ALLOWED_CHAINS/ALCHEMY/RPC_URLS, kept);prod/obsoverlays don't reference redis; shape now matchesdeploy-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 (dropevents); architecture diagramRedis Streams → audit→direct → SQLite WAL; add Audit bullet; droprustok-redisfrom 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
docker compose configlocally (docker not installed) — YAML syntax checked; CI will validate.