We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce04dd commit b6cdfffCopy full SHA for b6cdfff
2 files changed
action.yml
@@ -1,4 +1,4 @@
1
-name: 'VibeGuard'
+name: 'VibeGuard Security Gate'
2
description: 'Deterministic pre-merge safety gate for AI-generated code'
3
branding:
4
icon: shield
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
5
[project]
6
name = "vibeguard-gate"
7
-version = "0.4.0"
+version = "0.5.0"
8
description = "Guardrails for vibe-coded software — a pre-merge safety gate for AI-generated changes"
9
readme = "README.md"
10
license = { file = "LICENSE" }
0 commit comments