Skip to content

docs: state MIT license directly and fix traf repo links - #94

Merged
shaharkazaz merged 1 commit into
mainfrom
docs/readme-license-credits
Aug 7, 2026
Merged

docs: state MIT license directly and fix traf repo links#94
shaharkazaz merged 1 commit into
mainfrom
docs/readme-license-credits

Conversation

@shaharkazaz

Copy link
Copy Markdown
Collaborator

Problem

Two issues in the README:

  1. License section deferred to another project — "Same as the original traf project." — instead of naming a license. That is unverifiable from this repo alone, and it disagreed with the three places that do declare it: the LICENSE file (MIT, © frontops.dev), "license": "MIT" in package.json, and license = "MIT" in Cargo.toml.

  2. Broken traf links. Both references used the npm scope form https://github.com/@lemonade-hq/traf. GitHub org paths carry no @, so the links 404. This appeared twice — Overview (line 14) and Credits (line 239).

Solution

  • License section now reads MIT - see [LICENSE](LICENSE)., pointing at the file already in the repo.
  • Both traf links corrected to https://github.com/lemonade-hq/traf.

Key changes

Location Before After
README.md Overview github.com/@lemonade-hq/traf github.com/lemonade-hq/traf
README.md License Same as the original traf project. MIT - see [LICENSE](LICENSE).
README.md Credits github.com/@lemonade-hq/traf github.com/lemonade-hq/traf

Testing

  • Verified the corrected URL resolves: curl -o /dev/null -w '%{http_code}' https://github.com/lemonade-hq/traf200.
  • Confirmed the stated license matches LICENSE, package.json, and Cargo.toml.
  • Pre-commit hooks (cargo fmt --check, cargo clippy -D warnings, prettier via lint-staged) passed; prettier introduced no incidental reformatting.

Docs-only change — no code paths touched, so no test adjustments were needed.

Breaking changes

None.

The License section deferred to "the original traf project" rather than
naming a license, even though the repo ships an MIT LICENSE file and
declares MIT in both package.json and Cargo.toml.

The traf links used the npm scope form (github.com/@lemonade-hq/traf),
which 404s - GitHub org paths carry no @.
@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@shaharkazaz, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 14 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

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.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: bb9fdbba-08d5-4732-b601-669ce3ffc613

📥 Commits

Reviewing files that changed from the base of the PR and between 0fceab5 and 35ef569.

📒 Files selected for processing (1)
  • README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/readme-license-credits

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.

@github-actions

Copy link
Copy Markdown
Contributor

📦 Preview Release Available

A preview release has been published for commit 35ef569.

Installation

npm install https://github.com/frontops-dev/domino/releases/download/pr-94-35ef569/front-ops-domino-2.0.2.tgz

Running the preview

npx https://github.com/frontops-dev/domino/releases/download/pr-94-35ef569/front-ops-domino-2.0.2.tgz affected

Details

@shaharkazaz
shaharkazaz merged commit 9332c1f into main Aug 7, 2026
25 checks passed
@shaharkazaz
shaharkazaz deleted the docs/readme-license-credits branch August 7, 2026 15:06
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.

2 participants