From ce2ae5fd81d7d805f330205ab9ae7660c20856cd Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 21 Jun 2026 18:41:12 +0000 Subject: [PATCH] Add Claude badge and AI-first hint to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a GitHub callout at the top stating no IDE or local setup is needed, plus an AI section with the Claude badge — consistent with the other three sibling repos. Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01HBz49Je54TcVoPVmQyMgif --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5e1b9fc..27f97ee 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +> [!NOTE] +> **No IDE or local setup required.** This repository is optimized for fully AI-assisted development using [Claude Code](https://claude.ai/code). No local toolchain, no IDE, nothing to install — everything works completely through Claude. + +**AI:** +[![Claude](https://img.shields.io/badge/Claude-D97757?logo=claude&logoColor=fff)](#) + **Build:** ![Java 8+](https://img.shields.io/badge/Java-8%2B-informational) [![JPMS](https://img.shields.io/badge/JPMS-modular%20JAR-25A162)](https://openjdk.org/projects/jigsaw/)