Skip to content

Update to AARCHMRS-2026-03#53

Merged
monoid merged 4 commits intomasterfrom
aarchmrs-2026-03
Apr 14, 2026
Merged

Update to AARCHMRS-2026-03#53
monoid merged 4 commits intomasterfrom
aarchmrs-2026-03

Conversation

@monoid
Copy link
Copy Markdown
Owner

@monoid monoid commented Apr 14, 2026

  • gen: Upgrade to AARCHMRS-2026-03.
  • gen: allow using a downloaded archive directly.
  • instructions: Regenerate aarchmrs-instructions.

Summary by CodeRabbit

  • New Features

    • Allow specifying a custom archive path when generating instructions.
  • Chores

    • Updated archive source to 2026_03 and aligned validation checks to the new release.
    • Bumped package versions to reflect the 2026_03 updates.
  • Documentation

    • Fixed README URL formatting.

@monoid monoid self-assigned this Apr 14, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 14, 2026

Warning

Rate limit exceeded

@monoid has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 57 minutes and 42 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 57 minutes and 42 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 7b80710d-78de-4a77-a40c-a49e9a620582

📥 Commits

Reviewing files that changed from the base of the PR and between 753ded5 and 646b1fb.

📒 Files selected for processing (4)
  • Cargo.toml
  • aarchmrs-gen/Cargo.toml
  • aarchmrs-gen/src/lib.rs
  • aarchmrs-instructions/Cargo.toml
📝 Walkthrough

Walkthrough

Updated archive download source and validation constants from 2025_12 to 2026_03, made archive validation function crate-public, extended gen_instructions to accept an optional archive_path with conditional validation/fallback, bumped crate versions, and fixed README URL formatting.

Changes

Cohort / File(s) Summary
Archive Version & Validation
aarchmrs-gen/src/downloads.rs
Switched constants (URL, filename, MD5, size) from 2025_122026_03; is_valid_archive visibility changed to pub(crate) and validates against new values.
Generation API & Path Handling
aarchmrs-gen/src/lib.rs
gen_instructions(...) now accepts archive_path: Option<&Path>; validates provided path with downloads::is_valid_archive (returns DownloadError::Io on invalid) or falls back to ensure_archive(cache_dir)?; uses Cow for archive path ownership handling.
Documentation
aarchmrs-instructions/README.md
Wrapped repository URL in angle brackets to fix formatting.
Workspace & Crate Versions
Cargo.toml, aarchmrs-gen/Cargo.toml, aarchmrs-instructions/Cargo.toml
Bumped workspace dependency versions and crate package versions from 2025-12 tags to 2026-03 tags.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

Suggested labels

enhancement, instructions, generation

Poem

🐰 I hopped along the build and found a file,
New dates and checks that made me smile.
Paths validated, versions bumped in stride,
Fetching archives with a prance and pride. ✨📦

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the primary change: updating the codebase from AARCHMRS-2025-12 to AARCHMRS-2026-03, which is reflected across version updates, archive constants, and dependencies throughout all modified files.

✏️ 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 aarchmrs-2026-03

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.

@monoid monoid force-pushed the aarchmrs-2026-03 branch from 59cca59 to 753ded5 Compare April 14, 2026 18:02
@monoid monoid force-pushed the aarchmrs-2026-03 branch from 753ded5 to 646b1fb Compare April 14, 2026 18:04
@monoid monoid merged commit 4dc8045 into master Apr 14, 2026
2 checks passed
@monoid monoid deleted the aarchmrs-2026-03 branch April 14, 2026 18: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.

1 participant