diff --git a/Makefile b/Makefile index 8358066..ec6e91e 100644 --- a/Makefile +++ b/Makefile @@ -57,3 +57,8 @@ test-env-up: # Stop test environment test-env-down: podman compose down -v + +# Verify project guidelines compliance +verify-guidelines: + @echo "Running project guidelines verification..." + @./scripts/verify-quick.sh diff --git a/scripts/README.md b/scripts/README.md new file mode 100644 index 0000000..30597c9 --- /dev/null +++ b/scripts/README.md @@ -0,0 +1,56 @@ +# Project Guidelines Verification + +## Quick Start + +Run the quick verification script: +```bash +make verify-guidelines +# or +./scripts/verify-quick.sh +``` + +## What It Checks + +1. **Custom CSS**: Detects `