From 8a2871034058774da336ed6d5ed6544c4f3b6e6c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 23 Jan 2026 11:41:00 +0000 Subject: [PATCH] Add deprecation notice to README for official Claude code review Co-authored-by: pacnpal <183241239+pacnpal@users.noreply.github.com> --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8acd837..d4e6beb 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,18 @@ ![Claude](https://img.shields.io/badge/Claude-Sonnet%204.5-blue) ![Node](https://img.shields.io/badge/node-20-green) +## ⚠️ DEPRECATED + +**This project is deprecated.** Anthropic Claude now offers official code review capabilities through GitHub Copilot and other integrated solutions. We recommend using the official tools for code review functionality: + +- **GitHub Copilot with Claude**: GitHub now offers native integration with Claude for code reviews +- **Claude for Sheets and Enterprise**: Direct Anthropic integrations for team workflows +- **Official API**: Use Anthropic's official API with updated models and features + +This repository will remain available for historical reference, but is no longer actively maintained. + +--- + A GitHub Action that performs automated code reviews using Claude Sonnet 4.5, Anthropic's latest AI model for code analysis. ## Why Use Claude Code Review?