From cb76b9ca05a085f487eb8532476d22562fa1e929 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sun, 8 Feb 2026 20:49:00 -0500 Subject: [PATCH] docs: update terminology from Bruno v3.0 to Bruno DSL Update project guidelines to use current Bruno DSL terminology instead of deprecated 'Bruno v3.0' phrasing. --- PROJECT_GUIDELINES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROJECT_GUIDELINES.md b/PROJECT_GUIDELINES.md index 8ea0094..bcc6aa2 100644 --- a/PROJECT_GUIDELINES.md +++ b/PROJECT_GUIDELINES.md @@ -109,7 +109,7 @@ VERIFY → Compile successfully - ✅ Stop building server binaries - everything goes through containers ### API Changes (Full-Stack Tasks Only) -- ✅ Include **Bruno v3.0 .bru requests** with all API documentation +- ✅ Include **Bruno DSL .bru requests** with all API documentation - ✅ Tests must be **comprehensive and cover three contexts**: no user, user, and admin - ✅ Maintain backward compatibility for mobile apps and external consumers @@ -299,7 +299,7 @@ git checkout -- internal/handlers/auth.go - [ ] Verify schema.sql, models.go, and queries.sql are in sync ### After API Changes -- [ ] Create/update Bruno v3.0 .bru requests +- [ ] Create/update Bruno DSL .bru requests - [ ] Test with no user context - [ ] Test with regular user context - [ ] Test with admin context