Skip to content

docs: fix config resolution order in README - #203

Merged
ajianaz merged 1 commit into
developfrom
fix/readme-config-precedence
Jun 7, 2026
Merged

docs: fix config resolution order in README#203
ajianaz merged 1 commit into
developfrom
fix/readme-config-precedence

Conversation

@ajianaz

@ajianaz ajianaz commented Jun 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

Fix CodeRabbit finding from PR #202 β€” README config precedence list was reversed.

Change

Reorder configuration resolution in README.md to match source code and docs/configuration.md:

Before: .uteke/uteke.toml β†’ ~/.uteke/uteke.toml β†’ defaults
After:  defaults β†’ ~/.uteke/uteke.toml β†’ .uteke/uteke.toml (last match wins)

Related to #200

Reorder precedence list to match implementation:
defaults β†’ ~/.uteke/uteke.toml β†’ .uteke/uteke.toml (last match wins)

CodeRabbit catch from PR #202.
@coderabbitai

coderabbitai Bot commented Jun 7, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

More reviews will be available in 52 minutes and 33 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: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1083ec4c-dc52-4da6-aa0b-58a12912ea88

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between cd4350c and 1c8f3be.

πŸ“’ Files selected for processing (1)
  • README.md
✨ Finishing Touches
πŸ§ͺ Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/readme-config-precedence

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 commented Jun 7, 2026

Copy link
Copy Markdown

πŸ” Cora AI Code Review

βœ… No issues found. Code looks good!


Review powered by cora-cli Β· BYOK Β· MIT

@ajianaz
ajianaz merged commit eea0dff into develop Jun 7, 2026
8 checks passed
@ajianaz
ajianaz deleted the fix/readme-config-precedence branch June 7, 2026 05:02
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