docs(agnote): RELEASE entry for PR #2373 Mavis housekeeping batch - #2374
Conversation
…upabase URL for pmoves-ui
Two bring-up blockers found during the 5090 services sweep:
- Four stanzas listed the per-node local env file in short-form env_file,
which compose treats as REQUIRED - nodes without that opt-in file
hard-fail bring-up. Converted to path/required:false, matching the
tier anchors.
- pmoves-ui's server-side Supabase client inherited a host-oriented
localhost URL from shared env - unreachable inside the container
('fetch failed' health degradation). supabaseServer.ts checks
SUPABASE_SERVICE_URL first for exactly this split; pin it to
supabase-kong in the stanza (PMOVES_UI_SUPABASE_SERVICE_URL override).
Verified on 5090: /api/health returns status:healthy, database:healthy.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 36 seconds You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
0e2154b to
c4c7295
Compare
Docker Hardening ValidationHardening Validation ReportValidated: Tue Aug 4 02:19:38 UTC 2026Services CheckedPMOVES.AI Docker Hardening Validation[INFO] Checking: pmoves/docker-compose.hardened.yml [INFO] Validating: hi-rag-gateway-v2 [INFO] Validating: extract-worker [INFO] Validating: langextract [INFO] Validating: presign [INFO] Validating: render-webhook [INFO] Validating: retrieval-eval [INFO] Validating: pdf-ingest [INFO] Validating: jellyfin-bridge [INFO] Validating: invidious-companion-proxy [INFO] Validating: ffmpeg-whisper [INFO] Validating: media-video [INFO] Validating: media-audio [INFO] Validating: hi-rag-gateway-v2-gpu [INFO] Validating: hi-rag-gateway-gpu [INFO] Validating: deepresearch [INFO] Validating: supaserch [INFO] Validating: publisher-discord [INFO] Validating: mesh-agent [INFO] Validating: nats-echo-req [INFO] Validating: nats-echo-res [INFO] Validating: comfy-watcher [INFO] Validating: grayjay-plugin-host [INFO] Validating: agent-zero [INFO] Validating: p7-room-orchestrator [INFO] Validating: archon [INFO] Validating: channel-monitor [INFO] Validating: pmoves-yt [INFO] Validating: notebook-sync [INFO] Validating: supabase_service_role_key [INFO] Validating: supabase_jwt_secret [INFO] Validating: p7_control_token ====================================== |
💡 Codex ReviewPMOVES.AI/pmoves/docs/AGENTS/AGNOTE4482PHI.t1.md Line 1573 in 0e2154b The provenance summary calls this “4 squashes + 2 fixups,” but the batch was merged as the single squash ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
…2374) (#2403) The split regeneration in #2374 updated docker-compose.ui.yml too, but only docker-compose.yml and docker-compose.core.yml were committed. Same change: per-node local env file becomes path/required:false so nodes without it can bring the UI up. Co-authored-by: Mavis <Mavis@pmoves.local> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Closes the env.local stragglers from #2374 + #2403. PR #2374 made .env.local an opt-in env_file (long-form path: ... required: false) in the main compose + core overlay + ui overlay. PR #2403 caught the remaining ui-overlay stragglers. This PR is the rest: 4 services across 3 hand-maintained overlay files (agentgym, gpu-image, n8n.postgres) that still listed .env.local in the short form (REQUIRED by default), hard-failing bring-up on nodes without the file. agent_signature: ACK::Mavis::ENV-LOCAL-STRAGGLERS-2026-08
The 4-item batch landed as squash e7be50c on 2026-08-03:
agent_signature: ACK::Mavis::MAVIS-HOUSEKEEPING-2026-08-03