Skip to content

fix(submodule): restore valid aiox-pro pointer on main#631

Merged
Pedrovaleriolopez merged 1 commit intomainfrom
fix/main-pro-submodule-pointer
Apr 16, 2026
Merged

fix(submodule): restore valid aiox-pro pointer on main#631
Pedrovaleriolopez merged 1 commit intomainfrom
fix/main-pro-submodule-pointer

Conversation

@rafaelscosta
Copy link
Copy Markdown
Collaborator

@rafaelscosta rafaelscosta commented Apr 16, 2026

Summary

  • update the pro submodule pointer on main from orphaned commit c90d421 to valid aiox-pro commit 8f16e8e
  • restore reproducible checkout behavior for git submodule update --init --recursive

Validation

  • git submodule sync --recursive
  • git submodule update --init --recursive
  • git status --short --branch clean after update

Summary by CodeRabbit

  • Chores
    • Updated subproject reference to latest commit.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
aiox-core Ready Ready Preview, Comment Apr 16, 2026 1:29pm

Request Review

@github-actions github-actions Bot added area: agents Agent system related area: workflows Workflow system related squad mcp type: test Test coverage and quality area: core Core framework (.aios-core/core/) area: installer Installer and setup (packages/installer/) area: synapse SYNAPSE context engine area: cli CLI tools (bin/, packages/aios-pro-cli/) area: pro Pro features (pro/) area: health-check Health check system area: docs Documentation (docs/) area: devops CI/CD, GitHub Actions (.github/) labels Apr 16, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 16, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 49184d96-e5a4-45d5-ae15-c9e9830c158a

📥 Commits

Reviewing files that changed from the base of the PR and between 0df1e25 and 90b26b6.

📒 Files selected for processing (1)
  • pro

Walkthrough

A tracked subproject reference has been updated to point to a newer commit, advancing the pro submodule from one commit hash to another without modifying any other code or configuration.

Changes

Cohort / File(s) Summary
Submodule Reference Update
pro (submodule pointer)
Updated submodule commit reference from c90d421f165dc037eeccf13d276300def12c1cf2 to 8f16e8e4c9624b91882f05ca66bc9ea9beedbde2.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

area: pro, area: devops

Suggested reviewers

  • oalanicolas
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'fix(submodule): restore valid aiox-pro pointer on main' directly and clearly describes the main change: restoring a valid submodule pointer for aiox-pro on the main branch.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/main-pro-submodule-pointer

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.

@github-actions
Copy link
Copy Markdown
Contributor

📊 Coverage Report

Coverage report not available

📈 Full coverage report available in Codecov


Generated by PR Automation (Story 6.1)

@rafaelscosta
Copy link
Copy Markdown
Collaborator Author

This fixes a broken pro submodule pointer on main. Current origin/main references orphaned commit c90d421, which makes git submodule update --init --recursive fail on a clean checkout. The PR updates the pointer to valid aiox-pro commit 8f16e8e, matching the recent release line (v5.0.5-v5.0.7).

Copy link
Copy Markdown
Contributor

@Pedrovaleriolopez Pedrovaleriolopez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. Submodule pointer fix verified: target SHA 8f16e8e is reachable on aiox-pro. Pro Integration Tests green. Surgical, correct fix.

@Pedrovaleriolopez Pedrovaleriolopez merged commit dbb9e52 into main Apr 16, 2026
30 checks passed
@Pedrovaleriolopez Pedrovaleriolopez deleted the fix/main-pro-submodule-pointer branch April 16, 2026 15:26
samueldaevoluum added a commit to samueldaevoluum/aiox-core that referenced this pull request Apr 23, 2026
Sync with SynkraAI/aiox-core upstream:
- fix(submodule): restore valid aiox-pro pointer on main (SynkraAI#631)
- chore: npm audit fix — resolve 10 of 14 vulnerabilities
- security: remove hardcoded Supabase credentials from cohort-mcp-server
- fix: canonicalize license server domain to aiox-license-server.vercel.app

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: agents Agent system related area: cli CLI tools (bin/, packages/aios-pro-cli/) area: core Core framework (.aios-core/core/) area: devops CI/CD, GitHub Actions (.github/) area: docs Documentation (docs/) area: health-check Health check system area: installer Installer and setup (packages/installer/) area: pro Pro features (pro/) area: synapse SYNAPSE context engine area: workflows Workflow system related mcp squad type: test Test coverage and quality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants