Skip to content

fix(pro): complete AIOS → AIOX rebranding in pro submodule#557

Merged
Pedrovaleriolopez merged 8 commits intomainfrom
fix/rebranding-test-fixes
Mar 5, 2026
Merged

fix(pro): complete AIOS → AIOX rebranding in pro submodule#557
Pedrovaleriolopez merged 8 commits intomainfrom
fix/rebranding-test-fixes

Conversation

@Pedrovaleriolopez
Copy link
Contributor

Summary

  • Updates 27 files in pro/ submodule for AIOS → AIOX rebranding alignment
  • Fixes all CRITICAL (Cat 1) runtime paths: license cache, memory digests, gotchas, package name
  • Fixes all HIGH (Cat 2) code identifiers: env vars, user-agent headers, service paths, test mocks
  • All 7726 tests pass (6 failures are pre-existing from untracked pro-design-migration/ dir)

Changes

CRITICAL (runtime paths):

  • license-cache.js: AIOS_DIRAIOX_DIR, getAiosDirgetAioxDir
  • memory/*.js: .aios/.aiox/ for digests, memories, gotchas paths
  • package.json: @aios-fullstack/pro@aiox-fullstack/pro, peer dep updated

HIGH (code identifiers):

  • license-api.js: env var AIOS_LICENSE_API_URLAIOX_LICENSE_API_URL, user-agent
  • .gitignore: .aios/license.cache.aiox/license.cache
  • mmos-squad/adapters/*: .aios-core/.aiox-core/ service paths (3 files)
  • mmos-squad/squad.yaml: integration module paths
  • squad-creator-pro/scripts/generate-squad-greeting.js: require paths
  • squad-creator-pro/data/internal-infrastructure-library.yaml: infrastructure paths
  • All test files: mock paths updated (11 files)

Deferred (Cat 3 MEDIUM):

  • ~14 references in docs/agent .md files (READMEs, agent descriptions) — not runtime critical

Test plan

  • Full test suite passes (305 suites, 7726 tests)
  • Pro submodule memory tests pass (self-learner, rule-proposer, memory-loader, memory-retriever)
  • Pro submodule extractor test passes (session-digest)
  • Verify mmos-squad tests pass when run from project root (requires .aiox-core/ to exist)

🤖 Generated with Claude Code

oalanicolas and others added 8 commits March 4, 2026 13:20
Rename all files from .aios-core/ to .aiox-core/ as part of the
AIOS → AIOX rebranding effort. This commit contains only the
directory/file renames without content modifications.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace all internal references from 'aios' to 'aiox' across the
codebase — imports, paths, config files, docs, tests, and scripts.
Completes the AIOS → AIOX rebranding at the content level.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
process.exit() in hook scripts causes unflushed stdout buffers to
spill into stderr when Claude Code runs hooks via pipes. This triggers
false "UserPromptSubmit hook error" on every prompt.

Added synapse-wrapper.cjs and precompact-wrapper.cjs that run the
real hooks as child processes via execFileSync, isolating stdout/stderr
in memory buffers. Also updated settings.json to use the wrappers and
applied aios→aiox references in hook files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Update entity-registry.yaml with aiox references
- Simplify .gitignore hooks exclusion pattern
- Remove obsolete bob-orchestrator-workflow doc

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…sion

The .gitignore now uses !.claude/hooks/ (all hooks) instead of
individual file exceptions. Updated test to match.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…heck, shell injection

- framework-guard: escape regex-special chars properly before glob conversion
- squad-downloader.test: use URL hostname comparison instead of substring includes
- package-synapse: use execFileSync instead of execSync to prevent shell injection

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fixes 3 test failures caused by incomplete rebranding in the pro
submodule's session digest extractor (still writing to .aios/ instead
of .aiox/).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Updates pro submodule reference to include all AIOS → AIOX rebranding
fixes across 25 files: runtime paths, code identifiers, package name,
env vars, service paths, and test mocks.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Mar 5, 2026

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

Project Deployment Actions Updated (UTC)
aios-core Ready Ready Preview, Comment Mar 5, 2026 5:50pm

Request Review

@coderabbitai
Copy link

coderabbitai bot commented Mar 5, 2026

Important

Review skipped

Too many files!

This PR contains 300 files, which is 150 over the limit of 150.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: c823048f-f3f3-467b-9475-5800a0c5db92

📥 Commits

Reviewing files that changed from the base of the PR and between 61991a3 and 243bb5a.

📒 Files selected for processing (300)
  • .aios-core/infrastructure/templates/gitignore/gitignore-brownfield-merge.tmpl
  • .aios-core/monitor/hooks/lib/__init__.py
  • .aios-core/product/templates/ide-rules/codex-rules.md
  • .aiox-core/cli/commands/config/index.js
  • .aiox-core/cli/commands/generate/index.js
  • .aiox-core/cli/commands/manifest/index.js
  • .aiox-core/cli/commands/manifest/regenerate.js
  • .aiox-core/cli/commands/manifest/validate.js
  • .aiox-core/cli/commands/mcp/add.js
  • .aiox-core/cli/commands/mcp/index.js
  • .aiox-core/cli/commands/mcp/link.js
  • .aiox-core/cli/commands/mcp/setup.js
  • .aiox-core/cli/commands/mcp/status.js
  • .aiox-core/cli/commands/metrics/cleanup.js
  • .aiox-core/cli/commands/metrics/index.js
  • .aiox-core/cli/commands/metrics/record.js
  • .aiox-core/cli/commands/metrics/seed.js
  • .aiox-core/cli/commands/metrics/show.js
  • .aiox-core/cli/commands/migrate/analyze.js
  • .aiox-core/cli/commands/migrate/backup.js
  • .aiox-core/cli/commands/migrate/execute.js
  • .aiox-core/cli/commands/migrate/index.js
  • .aiox-core/cli/commands/migrate/rollback.js
  • .aiox-core/cli/commands/migrate/update-imports.js
  • .aiox-core/cli/commands/migrate/validate.js
  • .aiox-core/cli/commands/pro/index.js
  • .aiox-core/cli/commands/qa/index.js
  • .aiox-core/cli/commands/qa/run.js
  • .aiox-core/cli/commands/qa/status.js
  • .aiox-core/cli/commands/validate/index.js
  • .aiox-core/cli/commands/workers/formatters/info-formatter.js
  • .aiox-core/cli/commands/workers/formatters/list-table.js
  • .aiox-core/cli/commands/workers/formatters/list-tree.js
  • .aiox-core/cli/commands/workers/index.js
  • .aiox-core/cli/commands/workers/info.js
  • .aiox-core/cli/commands/workers/list.js
  • .aiox-core/cli/commands/workers/search-filters.js
  • .aiox-core/cli/commands/workers/search-keyword.js
  • .aiox-core/cli/commands/workers/search-semantic.js
  • .aiox-core/cli/commands/workers/search.js
  • .aiox-core/cli/commands/workers/utils/pagination.js
  • .aiox-core/cli/index.js
  • .aiox-core/cli/utils/output-formatter-cli.js
  • .aiox-core/cli/utils/score-calculator.js
  • .aiox-core/constitution.md
  • .aiox-core/core-config.yaml
  • .aiox-core/core/README.md
  • .aiox-core/core/code-intel/code-intel-client.js
  • .aiox-core/core/code-intel/code-intel-enricher.js
  • .aiox-core/core/code-intel/helpers/creation-helper.js
  • .aiox-core/core/code-intel/helpers/dev-helper.js
  • .aiox-core/core/code-intel/helpers/devops-helper.js
  • .aiox-core/core/code-intel/helpers/planning-helper.js
  • .aiox-core/core/code-intel/helpers/qa-helper.js
  • .aiox-core/core/code-intel/helpers/story-helper.js
  • .aiox-core/core/code-intel/hook-runtime.js
  • .aiox-core/core/code-intel/index.js
  • .aiox-core/core/code-intel/providers/code-graph-provider.js
  • .aiox-core/core/code-intel/providers/provider-interface.js
  • .aiox-core/core/code-intel/providers/registry-provider.js
  • .aiox-core/core/code-intel/registry-syncer.js
  • .aiox-core/core/config/config-cache.js
  • .aiox-core/core/config/config-loader.js
  • .aiox-core/core/config/config-resolver.js
  • .aiox-core/core/config/env-interpolator.js
  • .aiox-core/core/config/merge-utils.js
  • .aiox-core/core/config/migrate-config.js
  • .aiox-core/core/config/schemas/framework-config.schema.json
  • .aiox-core/core/config/schemas/local-config.schema.json
  • .aiox-core/core/config/schemas/project-config.schema.json
  • .aiox-core/core/config/schemas/user-config.schema.json
  • .aiox-core/core/config/template-overrides.js
  • .aiox-core/core/config/templates/user-config.yaml
  • .aiox-core/core/docs/SHARD-TRANSLATION-GUIDE.md
  • .aiox-core/core/docs/component-creation-guide.md
  • .aiox-core/core/docs/session-update-pattern.md
  • .aiox-core/core/docs/template-syntax.md
  • .aiox-core/core/docs/troubleshooting-guide.md
  • .aiox-core/core/doctor/checks/agent-memory.js
  • .aiox-core/core/doctor/checks/claude-md.js
  • .aiox-core/core/doctor/checks/code-intel.js
  • .aiox-core/core/doctor/checks/commands-count.js
  • .aiox-core/core/doctor/checks/core-config.js
  • .aiox-core/core/doctor/checks/entity-registry.js
  • .aiox-core/core/doctor/checks/git-hooks.js
  • .aiox-core/core/doctor/checks/graph-dashboard.js
  • .aiox-core/core/doctor/checks/hooks-claude-count.js
  • .aiox-core/core/doctor/checks/ide-sync.js
  • .aiox-core/core/doctor/checks/index.js
  • .aiox-core/core/doctor/checks/node-version.js
  • .aiox-core/core/doctor/checks/npm-packages.js
  • .aiox-core/core/doctor/checks/rules-files.js
  • .aiox-core/core/doctor/checks/settings-json.js
  • .aiox-core/core/doctor/checks/skills-count.js
  • .aiox-core/core/doctor/fix-handler.js
  • .aiox-core/core/doctor/formatters/json.js
  • .aiox-core/core/doctor/formatters/text.js
  • .aiox-core/core/doctor/index.js
  • .aiox-core/core/elicitation/agent-elicitation.js
  • .aiox-core/core/elicitation/elicitation-engine.js
  • .aiox-core/core/elicitation/session-manager.js
  • .aiox-core/core/elicitation/task-elicitation.js
  • .aiox-core/core/elicitation/workflow-elicitation.js
  • .aiox-core/core/events/dashboard-emitter.js
  • .aiox-core/core/events/index.js
  • .aiox-core/core/events/types.js
  • .aiox-core/core/execution/autonomous-build-loop.js
  • .aiox-core/core/execution/build-orchestrator.js
  • .aiox-core/core/execution/build-state-manager.js
  • .aiox-core/core/execution/context-injector.js
  • .aiox-core/core/execution/parallel-executor.js
  • .aiox-core/core/execution/parallel-monitor.js
  • .aiox-core/core/execution/rate-limit-manager.js
  • .aiox-core/core/execution/result-aggregator.js
  • .aiox-core/core/execution/semantic-merge-engine.js
  • .aiox-core/core/execution/subagent-dispatcher.js
  • .aiox-core/core/execution/wave-executor.js
  • .aiox-core/core/graph-dashboard/cli.js
  • .aiox-core/core/graph-dashboard/data-sources/code-intel-source.js
  • .aiox-core/core/graph-dashboard/data-sources/metrics-source.js
  • .aiox-core/core/graph-dashboard/data-sources/registry-source.js
  • .aiox-core/core/graph-dashboard/formatters/dot-formatter.js
  • .aiox-core/core/graph-dashboard/formatters/html-formatter.js
  • .aiox-core/core/graph-dashboard/formatters/json-formatter.js
  • .aiox-core/core/graph-dashboard/formatters/mermaid-formatter.js
  • .aiox-core/core/graph-dashboard/index.js
  • .aiox-core/core/graph-dashboard/renderers/stats-renderer.js
  • .aiox-core/core/graph-dashboard/renderers/status-renderer.js
  • .aiox-core/core/graph-dashboard/renderers/tree-renderer.js
  • .aiox-core/core/health-check/base-check.js
  • .aiox-core/core/health-check/check-registry.js
  • .aiox-core/core/health-check/checks/deployment/build-config.js
  • .aiox-core/core/health-check/checks/deployment/ci-config.js
  • .aiox-core/core/health-check/checks/deployment/deployment-readiness.js
  • .aiox-core/core/health-check/checks/deployment/docker-config.js
  • .aiox-core/core/health-check/checks/deployment/env-file.js
  • .aiox-core/core/health-check/checks/deployment/index.js
  • .aiox-core/core/health-check/checks/index.js
  • .aiox-core/core/health-check/checks/local/disk-space.js
  • .aiox-core/core/health-check/checks/local/environment-vars.js
  • .aiox-core/core/health-check/checks/local/git-install.js
  • .aiox-core/core/health-check/checks/local/ide-detection.js
  • .aiox-core/core/health-check/checks/local/index.js
  • .aiox-core/core/health-check/checks/local/memory.js
  • .aiox-core/core/health-check/checks/local/network.js
  • .aiox-core/core/health-check/checks/local/npm-install.js
  • .aiox-core/core/health-check/checks/local/shell-environment.js
  • .aiox-core/core/health-check/checks/project/agent-config.js
  • .aiox-core/core/health-check/checks/project/aiox-directory.js
  • .aiox-core/core/health-check/checks/project/dependencies.js
  • .aiox-core/core/health-check/checks/project/framework-config.js
  • .aiox-core/core/health-check/checks/project/index.js
  • .aiox-core/core/health-check/checks/project/node-version.js
  • .aiox-core/core/health-check/checks/project/package-json.js
  • .aiox-core/core/health-check/checks/project/task-definitions.js
  • .aiox-core/core/health-check/checks/project/workflow-dependencies.js
  • .aiox-core/core/health-check/checks/repository/branch-protection.js
  • .aiox-core/core/health-check/checks/repository/commit-history.js
  • .aiox-core/core/health-check/checks/repository/conflicts.js
  • .aiox-core/core/health-check/checks/repository/git-repo.js
  • .aiox-core/core/health-check/checks/repository/git-status.js
  • .aiox-core/core/health-check/checks/repository/gitignore.js
  • .aiox-core/core/health-check/checks/repository/index.js
  • .aiox-core/core/health-check/checks/repository/large-files.js
  • .aiox-core/core/health-check/checks/repository/lockfile-integrity.js
  • .aiox-core/core/health-check/checks/services/api-endpoints.js
  • .aiox-core/core/health-check/checks/services/claude-code.js
  • .aiox-core/core/health-check/checks/services/gemini-cli.js
  • .aiox-core/core/health-check/checks/services/github-cli.js
  • .aiox-core/core/health-check/checks/services/index.js
  • .aiox-core/core/health-check/checks/services/mcp-integration.js
  • .aiox-core/core/health-check/engine.js
  • .aiox-core/core/health-check/healers/backup-manager.js
  • .aiox-core/core/health-check/healers/index.js
  • .aiox-core/core/health-check/index.js
  • .aiox-core/core/health-check/reporters/console.js
  • .aiox-core/core/health-check/reporters/index.js
  • .aiox-core/core/health-check/reporters/json.js
  • .aiox-core/core/health-check/reporters/markdown.js
  • .aiox-core/core/ideation/ideation-engine.js
  • .aiox-core/core/ids/README.md
  • .aiox-core/core/ids/circuit-breaker.js
  • .aiox-core/core/ids/framework-governor.js
  • .aiox-core/core/ids/gates/g1-epic-creation.js
  • .aiox-core/core/ids/gates/g2-story-creation.js
  • .aiox-core/core/ids/gates/g3-story-validation.js
  • .aiox-core/core/ids/gates/g4-dev-context.js
  • .aiox-core/core/ids/incremental-decision-engine.js
  • .aiox-core/core/ids/index.js
  • .aiox-core/core/ids/layer-classifier.js
  • .aiox-core/core/ids/registry-healer.js
  • .aiox-core/core/ids/registry-loader.js
  • .aiox-core/core/ids/registry-updater.js
  • .aiox-core/core/ids/verification-gate.js
  • .aiox-core/core/index.esm.js
  • .aiox-core/core/index.js
  • .aiox-core/core/manifest/manifest-generator.js
  • .aiox-core/core/manifest/manifest-validator.js
  • .aiox-core/core/mcp/config-migrator.js
  • .aiox-core/core/mcp/global-config-manager.js
  • .aiox-core/core/mcp/index.js
  • .aiox-core/core/mcp/os-detector.js
  • .aiox-core/core/mcp/symlink-manager.js
  • .aiox-core/core/memory/__tests__/active-modules.verify.js
  • .aiox-core/core/memory/gotchas-memory.js
  • .aiox-core/core/migration/migration-config.yaml
  • .aiox-core/core/migration/module-mapping.yaml
  • .aiox-core/core/orchestration/agent-invoker.js
  • .aiox-core/core/orchestration/bob-orchestrator.js
  • .aiox-core/core/orchestration/bob-status-writer.js
  • .aiox-core/core/orchestration/bob-surface-criteria.yaml
  • .aiox-core/core/orchestration/brownfield-handler.js
  • .aiox-core/core/orchestration/checklist-runner.js
  • .aiox-core/core/orchestration/cli-commands.js
  • .aiox-core/core/orchestration/condition-evaluator.js
  • .aiox-core/core/orchestration/context-manager.js
  • .aiox-core/core/orchestration/dashboard-integration.js
  • .aiox-core/core/orchestration/data-lifecycle-manager.js
  • .aiox-core/core/orchestration/epic-context-accumulator.js
  • .aiox-core/core/orchestration/execution-profile-resolver.js
  • .aiox-core/core/orchestration/executor-assignment.js
  • .aiox-core/core/orchestration/executors/epic-3-executor.js
  • .aiox-core/core/orchestration/executors/epic-4-executor.js
  • .aiox-core/core/orchestration/executors/epic-5-executor.js
  • .aiox-core/core/orchestration/executors/epic-6-executor.js
  • .aiox-core/core/orchestration/executors/epic-executor.js
  • .aiox-core/core/orchestration/executors/index.js
  • .aiox-core/core/orchestration/gate-evaluator.js
  • .aiox-core/core/orchestration/gemini-model-selector.js
  • .aiox-core/core/orchestration/greenfield-handler.js
  • .aiox-core/core/orchestration/index.js
  • .aiox-core/core/orchestration/lock-manager.js
  • .aiox-core/core/orchestration/master-orchestrator.js
  • .aiox-core/core/orchestration/message-formatter.js
  • .aiox-core/core/orchestration/parallel-executor.js
  • .aiox-core/core/orchestration/recovery-handler.js
  • .aiox-core/core/orchestration/session-state.js
  • .aiox-core/core/orchestration/skill-dispatcher.js
  • .aiox-core/core/orchestration/subagent-prompt-builder.js
  • .aiox-core/core/orchestration/surface-checker.js
  • .aiox-core/core/orchestration/task-complexity-classifier.js
  • .aiox-core/core/orchestration/tech-stack-detector.js
  • .aiox-core/core/orchestration/terminal-spawner.js
  • .aiox-core/core/orchestration/workflow-executor.js
  • .aiox-core/core/orchestration/workflow-orchestrator.js
  • .aiox-core/core/permissions/__tests__/permission-mode.test.js
  • .aiox-core/core/permissions/index.js
  • .aiox-core/core/permissions/operation-guard.js
  • .aiox-core/core/permissions/permission-mode.js
  • .aiox-core/core/quality-gates/base-layer.js
  • .aiox-core/core/quality-gates/checklist-generator.js
  • .aiox-core/core/quality-gates/focus-area-recommender.js
  • .aiox-core/core/quality-gates/human-review-orchestrator.js
  • .aiox-core/core/quality-gates/layer1-precommit.js
  • .aiox-core/core/quality-gates/layer2-pr-automation.js
  • .aiox-core/core/quality-gates/layer3-human-review.js
  • .aiox-core/core/quality-gates/notification-manager.js
  • .aiox-core/core/quality-gates/quality-gate-config.yaml
  • .aiox-core/core/quality-gates/quality-gate-manager.js
  • .aiox-core/core/registry/README.md
  • .aiox-core/core/registry/build-registry.js
  • .aiox-core/core/registry/registry-loader.js
  • .aiox-core/core/registry/registry-schema.json
  • .aiox-core/core/registry/service-registry.json
  • .aiox-core/core/registry/validate-registry.js
  • .aiox-core/core/session/context-detector.js
  • .aiox-core/core/session/context-loader.js
  • .aiox-core/core/synapse/context/context-builder.js
  • .aiox-core/core/synapse/context/context-tracker.js
  • .aiox-core/core/synapse/diagnostics/collectors/consistency-collector.js
  • .aiox-core/core/synapse/diagnostics/collectors/hook-collector.js
  • .aiox-core/core/synapse/diagnostics/collectors/manifest-collector.js
  • .aiox-core/core/synapse/diagnostics/collectors/output-analyzer.js
  • .aiox-core/core/synapse/diagnostics/collectors/pipeline-collector.js
  • .aiox-core/core/synapse/diagnostics/collectors/quality-collector.js
  • .aiox-core/core/synapse/diagnostics/collectors/relevance-matrix.js
  • .aiox-core/core/synapse/diagnostics/collectors/safe-read-json.js
  • .aiox-core/core/synapse/diagnostics/collectors/session-collector.js
  • .aiox-core/core/synapse/diagnostics/collectors/timing-collector.js
  • .aiox-core/core/synapse/diagnostics/collectors/uap-collector.js
  • .aiox-core/core/synapse/diagnostics/report-formatter.js
  • .aiox-core/core/synapse/diagnostics/synapse-diagnostics.js
  • .aiox-core/core/synapse/domain/domain-loader.js
  • .aiox-core/core/synapse/engine.js
  • .aiox-core/core/synapse/layers/l0-constitution.js
  • .aiox-core/core/synapse/layers/l1-global.js
  • .aiox-core/core/synapse/layers/l2-agent.js
  • .aiox-core/core/synapse/layers/l3-workflow.js
  • .aiox-core/core/synapse/layers/l4-task.js
  • .aiox-core/core/synapse/layers/l5-squad.js
  • .aiox-core/core/synapse/layers/l6-keyword.js
  • .aiox-core/core/synapse/layers/l7-star-command.js
  • .aiox-core/core/synapse/layers/layer-processor.js
  • .aiox-core/core/synapse/memory/memory-bridge.js
  • .aiox-core/core/synapse/memory/synapse-memory-provider.js
  • .aiox-core/core/synapse/output/formatter.js
  • .aiox-core/core/synapse/runtime/hook-runtime.js
  • .aiox-core/core/synapse/scripts/generate-constitution.js
  • .aiox-core/core/synapse/session/session-manager.js
  • .aiox-core/core/synapse/utils/atomic-write.js

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

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/rebranding-test-fixes

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


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 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 Mar 5, 2026
@Pedrovaleriolopez Pedrovaleriolopez merged commit c7ae9aa into main Mar 5, 2026
35 checks passed
@Pedrovaleriolopez Pedrovaleriolopez deleted the fix/rebranding-test-fixes branch March 5, 2026 17:57
@github-actions
Copy link
Contributor

github-actions bot commented Mar 5, 2026

📊 Coverage Report

Coverage report not available

📈 Full coverage report available in Codecov


Generated by PR Automation (Story 6.1)

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