From 9dfe14931060c15b295d56d9785fcac717648be4 Mon Sep 17 00:00:00 2001 From: Rohit Garg Date: Tue, 3 Mar 2026 18:24:39 +0530 Subject: [PATCH] Add videodb in readme's folder structure --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3713adad..13e0022c 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ everything-claude-code/ | |-- security-review/ # Security checklist | |-- eval-harness/ # Verification loop evaluation (Longform Guide) | |-- verification-loop/ # Continuous verification (Longform Guide) +| |-- videodb/ # Video and audio: ingest, search, edit, generate, stream (NEW) | |-- golang-patterns/ # Go idioms and best practices | |-- golang-testing/ # Go testing patterns, TDD, benchmarks | |-- cpp-coding-standards/ # C++ coding standards from C++ Core Guidelines (NEW)