mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 22:56:31 +00:00
8baa96978b
- Updated the detection image endpoint to require a channel ID for event streaming. - Introduced a new endpoint for streaming detection events, allowing clients to receive real-time updates. - Enhanced the internal buffering mechanism for detection events to manage multiple channels. - Refactored the inference module to support the new event handling structure. Made-with: Cursor
10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
---
|
|
description: "Git workflow: work on dev branch, commit message format with tracker IDs"
|
|
alwaysApply: true
|
|
---
|
|
# Git Workflow
|
|
|
|
- Work on the `dev` branch
|
|
- Commit message format: `[TRACKER-ID-1] [TRACKER-ID-2] Summary of changes`
|
|
- Commit message total length must not exceed 30 characters
|