From a1a4b1afdf06e24156149021c1a4458eae2f5482 Mon Sep 17 00:00:00 2001 From: Continue Agent Date: Wed, 23 Jul 2025 00:36:25 +0000 Subject: [PATCH] add "hello world" to the readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 709b9bc..afa7463 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # rules +hello world + > **tl;dr:** `npm i -g rules-cli` then `rules add starter/nextjs-rules` `rules` is a CLI built for managing rules across any AI developer tool. Rules are markdown files that encode workflows, preferences, tech stack details, and more in plain natural language so you can get better help from LLMs. @@ -57,4 +59,4 @@ If you are building a developer tool and want to optimize how AI IDEs work with 1. Make your account on the [registry](https://hub.continue.dev/signup) and create an organization 2. [Publish your rules](index.md#publish-rules) -3. Mention the corresponding `rules add ` command in your documentation +3. Mention the corresponding `rules add ` command in your documentation \ No newline at end of file