chore(main): release 1.6.0#30
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (11)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Polishes PR #30 so the v1.6.0 release ships with marketing-quality docs. CHANGELOG: - Replace release-please's auto-generated 7-line v1.6.0 entry with the rich hand-written content (feature descriptions with commit refs, Verified Safe Against table, summary lede) - Remove the stale [Unreleased] block that duplicated the v1.6.0 content README: - Update health-check count 13 → 16 in two places (intro paragraph and Features blurb), with an aside on modern Cursor / Cline layouts docs/guides/getting-started.md: - last_verified bumped 1.3.0 → 1.6.0 with x-release-please-version magic comment so future bumps are automatic - Bridge file table now includes modern .cursor/rules/agents.mdc, .clinerules/agents.md (directory mode), legacy fallback rows, and marks the Copilot bridge as optional - Health-check count updated 13 → 16 - Adds a paragraph documenting the modern formats and the optional --scaffold=six-section flag for /ai-context init docs/guides/troubleshooting.md: - Cross-Tool Compatibility matrix bumped to May 2026 with a new "Bridge file (modern)" row showing each tool's current default - Per-platform notes added for Cursor, Cline, and Copilot describing the modern formats and Copilot's native AGENTS.md support since Aug 2025 - Three new FAQ entries: "Why do I have both .cursorrules and .cursor/rules/agents.mdc?", "Why do I have both .clinerules (file) and .clinerules/ (directory)?", "Do I still need .github/copilot-instructions.md?" - Getting Started by Platform paragraph updated with v1.6.0 defaults docs/references/platform-capabilities.md: - "Last researched" header bumped — May 2026 for the four re-verified tools (Cursor, Claude Code, Copilot, Cline), March 2026 retained for tools we did not re-verify in this round - Cursor section confirms .cursor/rules/*.mdc against cursor.com/docs on 2026-05-06 and notes legacy .cursorrules is silently ignored - Cline section confirms .clinerules/ directory mode is the modern default - Copilot section confirms native AGENTS.md loading since Aug 2025 - Sources table dates bumped to May 2026 for the four re-verified tools docs/faq/faq.md: - Bridge file list updated to lead with .cursor/rules/agents.mdc and .clinerules/agents.md (directory mode), notes legacy formats are preserved when already present, marks Copilot bridge optional CONTRIBUTING.md: - Plugin structure shows 7 hooks (was 6) — accurate count after context-session-start.sh + context-forced-eval.sh additions llms.txt: - Version history list filled in (was "v1.6.0, v1.3.0, ..." missing intermediate releases) — now lists every release v1.6.0..v1.0.0 SKILL.md: - version: bumped 1.5.0 → 1.6.0 (release-please missed this file in the auto-bump; magic comment is present so future bumps will be automatic — investigate release-please config separately) All tests green: token budgets clean, 116/116 hook tests pass, frontmatter valid, version consistency all 1.6.0, banned phrases CLEAN, bridge model 0 errors, llms.txt validation 0 warnings, typos clean, verify CLI scores 90/100 (A grade). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
🤖 Auto-prepared by release-please (manually opened because GitHub Actions is not permitted to create PRs in this repo).
This PR was generated from the conventional commits between v1.5.0 and
05050ba.v1.6.0 Highlights
Features
ai-contextnow emits.cursor/rules/agents.mdcwithdescription/globs/alwaysApplyfrontmatter (current Cursor versions ignore the legacy.cursorrulesin Agent mode). Legacy file preserved when already present..clinerules/agents.mddirectory layout with optionalpaths:per-file frontmatter for path-scoped rules. Flat.clinerulespreserved when already present.--scaffold=six-sectionflag for/ai-context init(GitHub Blog Apr 2026 template).if:permission-rule matchers — Tier 2 commit guard usesif: \"Bash(git commit*)\"(Claude Code v2.1.85+).when_to_usefrontmatter split — uses Claude Code v2.1.119 1,536-character combined cap for richer NL activation.\$schemafield —.claude-plugin/plugin.jsondeclares the canonical schemastore URL for editor autocomplete.Changes
context-updateragent pinned to haiku for cheap surgical edits;disallowedTools: [WebSearch, WebFetch]made explicit.docs/faq/index.md→docs/faq/faq.md(closes docs(faq): rename docs/faq/index.md → docs/faq/faq.md for cleaner site URL #29) for cleaner help-centre URL/help/contextdocs/faq/.Verified Safe Against
Review Checklist
/ai-context initon a fresh repo → confirm.cursor/rules/agents.mdcand.clinerules/agents.mdare emitted/help/contextdocs/index/URL is handled separately inlittlebearapps/littlebearapps.comCloses #29.