From 475bb14fd3879dffddc634fb35829a14d2855109 Mon Sep 17 00:00:00 2001 From: Patrick szymkowiak Date: Thu, 19 Mar 2026 08:00:28 +0100 Subject: [PATCH] docs: mark project as experimental, add keywords and topics --- Cargo.toml | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2e480ff..5ebd02c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "grit" version = "0.1.0" edition = "2021" description = "Coordination layer for parallel AI agents on top of git" +keywords = ["git", "ai-agents", "experimental", "ast", "coordination"] +categories = ["development-tools", "command-line-utilities"] [dependencies] # CLI diff --git a/README.md b/README.md index fe12110..8db017a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # grit +> **⚠️ EXPERIMENTAL — This project is in active testing. APIs and behavior may change without notice.** + **Git for AI agents — zero merge conflicts, any number of parallel agents, same codebase.** > When 50 agents work on the same repo, git breaks. Grit doesn't.