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.
This commit is contained in:
2026-02-08 20:49:00 -05:00
parent 701815c1bc
commit cb76b9ca05
+2 -2
View File
@@ -109,7 +109,7 @@ VERIFY → Compile successfully
- ✅ Stop building server binaries - everything goes through containers - ✅ Stop building server binaries - everything goes through containers
### API Changes (Full-Stack Tasks Only) ### 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 - ✅ Tests must be **comprehensive and cover three contexts**: no user, user, and admin
- ✅ Maintain backward compatibility for mobile apps and external consumers - ✅ 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 - [ ] Verify schema.sql, models.go, and queries.sql are in sync
### After API Changes ### After API Changes
- [ ] Create/update Bruno v3.0 .bru requests - [ ] Create/update Bruno DSL .bru requests
- [ ] Test with no user context - [ ] Test with no user context
- [ ] Test with regular user context - [ ] Test with regular user context
- [ ] Test with admin context - [ ] Test with admin context