fix(deployment): Container registry migration and CodeRabbit review enablement - #508
Conversation
…nablement This is a focused PR extracted from PR #501, containing only the essential container registry migration and CodeRabbit configuration fixes. **Container Registry Migration:** - Update image references from ghcr.io/cataclysm-studios-inc to ghcr.io/powerfulmoves - Affected images: Agent Zero, Archon, Archon UI, PMOVES.YT, Hi-RAG GPU - Files updated: pmoves/env.shared.example, pmoves/docker-compose.gpu-image.yml **CodeRabbit Configuration:** - Remove invalid `language: "python"` field (field expects locale codes) - Add PMOVES.AI-Edition-Hardened-v3-clean to reviews.branches - Add documentation coverage requirements (80% minimum) - CodeRabbit now auto-detects programming languages **Excluded from this PR:** - 8-tier modular makefiles (tier-*.mk files) - conflicts with 6-tier architecture - Extensive Makefile refactoring (1500+ lines of changes) - Inline PostgreSQL/PostgREST service definitions - These can be addressed in separate focused PRs **Note:** RLS policy restoration files (06_media_analysis.sql, 07_geometry_bus.sql, 09_geometry_rls.sql) were already merged to v3-clean via PR #500 (model registry). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Note
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
ccfe422
into
PMOVES.AI-Edition-Hardened-v3-clean
* Reorganize PRP commands and add story task template - Move PRP commands to dedicated subdirectories - Add new agent definitions for codebase analysis and library research - Create story task PRP template for user story implementation - Rename prp-base.md to prp_base.md for consistency * Update .claude/agents/library-researcher.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update .claude/commands/prp-claude-code/prp-story-task-create.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update .claude/commands/prp-claude-code/prp-story-task-create.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update PRPs/templates/prp_story_task.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update PRPs/templates/prp_story_task.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Summary
Focused PR extracted from #501, containing only essential container registry migration and CodeRabbit configuration fixes.
Changes
Container Registry Migration:
ghcr.io/cataclysm-studios-inc→ghcr.io/powerfulmovespmoves/env.shared.example,pmoves/docker-compose.gpu-image.ymlCodeRabbit Configuration:
language: "python"field (expects locale codes)PMOVES.AI-Edition-Hardened-v3-cleantoreviews.branchesFiles Changed
.coderabbit.yaml- CodeRabbit review configurationpmoves/env.shared.example- Container image registry referencespmoves/docker-compose.gpu-image.yml- Hi-RAG GPU image referenceExcluded from This PR
The following changes from PR #501 are NOT included and should be addressed separately:
pmoves/makefiles/tier-*.mk) - conflicts with 6-tier architectureRLS Policies
RLS policy restoration files (
06_media_analysis.sql,07_geometry_bus.sql,09_geometry_rls.sql) are already in v3-clean via PR #500 (model registry) - no action needed.Testing
🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com