Skip to content

chore(main): release 1.6.0#30

Open
Nathan Schram (nathanschram) wants to merge 2 commits intomainfrom
release-please--branches--main--components--contextdocs
Open

chore(main): release 1.6.0#30
Nathan Schram (nathanschram) wants to merge 2 commits intomainfrom
release-please--branches--main--components--contextdocs

Conversation

@nathanschram
Copy link
Copy Markdown
Member

🤖 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

  • Modern Cursor supportai-context now emits .cursor/rules/agents.mdc with description / globs / alwaysApply frontmatter (current Cursor versions ignore the legacy .cursorrules in Agent mode). Legacy file preserved when already present.
  • Modern Cline directory mode — defaults to .clinerules/agents.md directory layout with optional paths: per-file frontmatter for path-scoped rules. Flat .clinerules preserved when already present.
  • Six-section AGENTS.md scaffold — opt-in --scaffold=six-section flag for /ai-context init (GitHub Blog Apr 2026 template).
  • 3 new context-verify checks (16 total) — modern Cursor layout, modern Cline layout, Copilot bridge optionality.
  • Hook if: permission-rule matchers — Tier 2 commit guard uses if: \"Bash(git commit*)\" (Claude Code v2.1.85+).
  • Skill when_to_use frontmatter split — uses Claude Code v2.1.119 1,536-character combined cap for richer NL activation.
  • Plugin \$schema field.claude-plugin/plugin.json declares the canonical schemastore URL for editor autocomplete.

Changes

  • Copilot bridge marked optional — Copilot's coding agent loads AGENTS.md natively since Aug 2025.
  • context-updater agent pinned to haiku for cheap surgical edits; disallowedTools: [WebSearch, WebFetch] made explicit.
  • FAQ filename docs/faq/index.mddocs/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

  • Verify version bumps in plugin.json, README, llms.txt, troubleshooting.md
  • Verify CHANGELOG entries match the conventional commits
  • Optional smoke test: /ai-context init on a fresh repo → confirm .cursor/rules/agents.mdc and .clinerules/agents.md are emitted
  • Marketing-site 301 redirect for old /help/contextdocs/index/ URL is handled separately in littlebearapps/littlebearapps.com

Closes #29.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 8, 2026

Warning

Rate limit exceeded

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

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 @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: defaults

Review profile: CHILL

Plan: Pro

Run ID: 659fe6c0-f472-41e7-8536-c745f8652c57

📥 Commits

Reviewing files that changed from the base of the PR and between 05050ba and 8e805de.

📒 Files selected for processing (11)
  • .claude-plugin/plugin.json
  • .release-please-manifest.json
  • CHANGELOG.md
  • CONTRIBUTING.md
  • README.md
  • SKILL.md
  • docs/faq/faq.md
  • docs/guides/getting-started.md
  • docs/guides/troubleshooting.md
  • docs/references/platform-capabilities.md
  • llms.txt
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--main--components--contextdocs

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.

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>
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.

docs(faq): rename docs/faq/index.md → docs/faq/faq.md for cleaner site URL

1 participant