Skip to content

chore(main): release 1.6.0#30

Open
Nathan Schram (nathanschram) wants to merge 1 commit into
mainfrom
release-please--branches--main--components--contextdocs
Open

chore(main): release 1.6.0#30
Nathan Schram (nathanschram) wants to merge 1 commit into
mainfrom
release-please--branches--main--components--contextdocs

Conversation

@nathanschram

@nathanschram Nathan Schram (nathanschram) commented May 8, 2026

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.

Summary by CodeRabbit

  • Chores
    • Bumped the project release version to 1.6.0 across package metadata and the plugin manifest.
    • Updated version references in the README, troubleshooting guide, and documentation index.
  • Documentation
    • Added a new 1.6.0 changelog entry with highlights for layout support, hook matching updates, skill metadata changes, and documentation improvements.

@coderabbitai

coderabbitai Bot commented May 8, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 51d785c6-144c-4574-8741-286c56ee02f9

📥 Commits

Reviewing files that changed from the base of the PR and between b4c84a0 and ed8540e.

📒 Files selected for processing (6)
  • .claude-plugin/plugin.json
  • .release-please-manifest.json
  • CHANGELOG.md
  • README.md
  • docs/guides/troubleshooting.md
  • llms.txt

📝 Walkthrough

Walkthrough

This PR bumps the project version from 1.5.0 to 1.6.0 across the plugin manifest, release-please manifest, README badge, troubleshooting doc marker, and llms.txt index, and adds a new CHANGELOG.md section documenting the 1.6.0 release.

Changes

Version Bump and Changelog

Layer / File(s) Summary
Version bump in manifests and docs
.claude-plugin/plugin.json, .release-please-manifest.json, README.md, docs/guides/troubleshooting.md, llms.txt
Version strings updated from 1.5.0 to 1.6.0 in the plugin manifest, release-please manifest, README badge, troubleshooting last_verified marker, and llms.txt changelog index.
1.6.0 changelog entry
CHANGELOG.md
Adds a new [1.6.0] (2026-07-04) release section with Added, Changed, and Documentation subsections.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Related issues: #29 (FAQ file rename) is referenced as a predecessor issue but is not directly addressed by the file changes in this diff, which are limited to version bump metadata.

Suggested labels: documentation, release

Suggested reviewers: none

🐰 A hop, a skip, a version climb,
1.5 to 1.6, right on time,
Manifests updated, changelog penned,
Badges refreshed from end to end,
A tiny bump, so neatly aligned.

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Linked Issues check ⚠️ Warning The PR does not rename docs/faq/index.md to docs/faq/faq.md or update FAQ references as required by #29. Rename docs/faq/index.md to docs/faq/faq.md and update any internal links or references to the old path.
Out of Scope Changes check ⚠️ Warning Most changes are release/version and changelog updates, which are unrelated to the single-file FAQ rename requested in #29. Limit the PR to the FAQ file rename and reference updates; move release/version bump changes to a separate release PR.
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title is concise and accurately describes the release version bump.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ 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.

Nathan Schram (nathanschram) added a commit that referenced this pull request May 8, 2026
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>
@lindner

Copy link
Copy Markdown
Contributor

Would love to see this soon!

@github-actions github-actions Bot force-pushed the release-please--branches--main--components--contextdocs branch from 8e805de to ed8540e Compare July 4, 2026 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

2 participants