From 46c5e5250a019342788c8d02703d6eb122f2699b Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 06:53:43 +0000 Subject: [PATCH] Initial upload: VibeGuard AI Code Anti-Pattern Detector v0.1.0 --- .pre-commit-hooks.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .pre-commit-hooks.yaml diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..9711edb --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,11 @@ +repos: +- repo: https://7000pct.gitea.bloupla.net/7000pctAUTO/vibeguard + rev: v0.1.0 + hooks: + - id: vibeguard + name: VibeGuard AI Anti-Pattern Detector + description: Scan code for AI coding assistant anti-patterns + entry: vibeguard analyze + language: system + types: [python, javascript, typescript, go, rust] + stages: [pre-commit]