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