Skip to content

Refactor module boundaries and add Dependency Cruiser checks#24

Merged
Pantani merged 2 commits into
mainfrom
Pantani/cx/configurar-dependency-cruiser
Jun 10, 2026
Merged

Refactor module boundaries and add Dependency Cruiser checks#24
Pantani merged 2 commits into
mainfrom
Pantani/cx/configurar-dependency-cruiser

Conversation

@Pantani

@Pantani Pantani commented Jun 10, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds Dependency Cruiser-based architectural validation for the Rust module graph
  • Introduces a Rust-to-shadow-graph adapter and rule set for circular and forbidden dependencies
  • Refactors shared boundaries to remove the detected cycles without changing business behavior
  • Documents the validation workflow and discovered layers in the repo docs

Testing

  • cargo test passed
  • cargo check --no-default-features passed
  • cargo clippy -- -D warnings passed
  • cargo clippy --no-default-features -- -D warnings passed
  • npm run arch:deps passed

@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Pantani, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 18 minutes and 31 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: b7149167-4a40-4f7a-8cfd-8688327b5db5

📥 Commits

Reviewing files that changed from the base of the PR and between ad91c74 and d7dd182.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (42)
  • .dependency-cruiser.cjs
  • .gitignore
  • README.md
  • docs/reference/dependency-analysis.md
  • docs/site/src/concepts/architecture.md
  • package.json
  • scripts/dependency-cruiser-rust-adapter.mjs
  • src/bootstrap.rs
  • src/cli/chain.rs
  • src/cli/doctor.rs
  • src/cli/generate.rs
  • src/cli/onboarding.rs
  • src/codegen/codama.rs
  • src/codegen/mod.rs
  • src/config/migrations/mod.rs
  • src/config/migrations/v0_to_v1.rs
  • src/config/migrator.rs
  • src/config/mod.rs
  • src/lib.rs
  • src/onboarding/args.rs
  • src/onboarding/deploy.rs
  • src/onboarding/examples.rs
  • src/onboarding/learn.rs
  • src/onboarding/mod.rs
  • src/onboarding/recipes/mod.rs
  • src/onboarding/wallet.rs
  • src/onboarding/wizard.rs
  • src/process.rs
  • src/runtime/pipeline.rs
  • src/runtime/serve.rs
  • src/runtime/subprocess.rs
  • src/runtime/supervisor.rs
  • src/runtime/surfpool.rs
  • src/runtime/testvalidator.rs
  • src/runtime/validator.rs
  • src/runtime/watcher.rs
  • src/toolchain/fix.rs
  • tests/runtime_pipeline.rs
  • tests/runtime_serve_loop.rs
  • tests/runtime_subprocess.rs
  • tests/runtime_validator.rs
  • tests/runtime_watch_loop.rs

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.

@ecc-tools

ecc-tools Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

ECC bundle files are already tracked in this repository. Skipping generation of another bundle PR.

@ecc-tools

ecc-tools Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

ECC bundle files are already tracked in this repository. Skipping generation of another bundle PR.

@Pantani Pantani merged commit ed110a4 into main Jun 10, 2026
13 checks passed
@Pantani Pantani deleted the Pantani/cx/configurar-dependency-cruiser branch June 10, 2026 05:49
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