feat: add git awareness and optional description field to config

This commit is contained in:
ezl-keygraph
2026-03-22 21:35:28 +05:30
parent c689ef0de0
commit 8f795f6dca
10 changed files with 48 additions and 5 deletions
+3
View File
@@ -379,6 +379,9 @@ cp configs/example-config.yaml ./my-app-config.yaml
##### Basic Configuration Structure
```yaml
# Optional: describe your target environment (max 500 chars)
description: "Next.js e-commerce app on PostgreSQL. Local dev environment — .env files contain local-only credentials, not deployed to production."
authentication:
login_type: form
login_url: "https://your-app.com/login"