Rename G3 -> g3 in docs and comments

Standardize project name to lowercase 'g3' throughout documentation,
comments, and configuration files. Environment variables (G3_*) are
unchanged as they follow the uppercase convention.
This commit is contained in:
Dhanji R. Prasanna
2026-01-13 14:36:33 +05:30
parent 389ed6a554
commit f6b84d864a
15 changed files with 55 additions and 55 deletions

View File

@@ -37,7 +37,7 @@ uuid = { version = "1.0", features = ["v4"] }
name = "g3"
version = "0.1.0"
edition = "2021"
authors = ["G3 Team"]
authors = ["g3 Team"]
description = "A general purpose AI agent that helps you complete tasks by writing code"
license = "MIT"