Skip to content

fix(deployment): Container registry migration and CodeRabbit review enablement - #508

Merged
POWERFULMOVES merged 1 commit into
PMOVES.AI-Edition-Hardened-v3-cleanfrom
feat/registry-security-fix
Jan 21, 2026
Merged

POWERFULMOVES merged 1 commit into
PMOVES.AI-Edition-Hardened-v3-cleanfrom
feat/registry-security-fix

Conversation

@POWERFULMOVES

Copy link
Copy Markdown
Owner

Summary

Focused PR extracted from #501, containing only essential container registry migration and CodeRabbit configuration fixes.

Changes

Container Registry Migration:

  • Update image references from ghcr.io/cataclysm-studios-incghcr.io/powerfulmoves
  • Affected images: Agent Zero, Archon, Archon UI, PMOVES.YT, Hi-RAG GPU
  • Files: pmoves/env.shared.example, pmoves/docker-compose.gpu-image.yml

CodeRabbit Configuration:

  • Remove invalid language: "python" field (expects locale codes)
  • Add PMOVES.AI-Edition-Hardened-v3-clean to reviews.branches
  • Add documentation coverage requirements (80% minimum)
  • Enable auto-detection of programming languages

Files Changed

  • .coderabbit.yaml - CodeRabbit review configuration
  • pmoves/env.shared.example - Container image registry references
  • pmoves/docker-compose.gpu-image.yml - Hi-RAG GPU image reference

Excluded from This PR

The following changes from PR #501 are NOT included and should be addressed separately:

  • 8-tier modular makefiles (pmoves/makefiles/tier-*.mk) - conflicts with 6-tier architecture
  • Extensive Makefile refactoring (1500+ lines) - removal of first-run, mesh setup, tier validation, etc.
  • Inline PostgreSQL/PostgREST service definitions - conflicts with Supabase CLI approach

RLS 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

# Verify container registry references
grep -r "cataclysm-studios-inc" pmoves/env.shared.example pmoves/docker-compose.gpu-image.yml
# Should return nothing (all migrated to powerfulmoves)

# Verify new registry
grep -r "powerfulmoves" pmoves/env.shared.example pmoves/docker-compose.gpu-image.yml

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

…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>
@coderabbitai

coderabbitai Bot commented Jan 20, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Note

.coderabbit.yaml has unrecognized properties

CodeRabbit is using all valid settings from your configuration. Unrecognized properties (listed below) have been ignored and may indicate typos or deprecated fields that can be removed.

⚠️ Parsing warnings (1)
Validation error: Unrecognized key(s) in object: 'documentation', 'review'
⚙️ Configuration instructions
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@POWERFULMOVES
POWERFULMOVES merged commit ccfe422 into PMOVES.AI-Edition-Hardened-v3-clean Jan 21, 2026
1 check passed
@POWERFULMOVES
POWERFULMOVES deleted the feat/registry-security-fix branch January 21, 2026 00:05
POWERFULMOVES pushed a commit that referenced this pull request Feb 12, 2026
* 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>
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