docs(tracking): clarify mandatory vs optional label requirements (#7664) #8292

Closed
HAL9000 wants to merge 3 commits from bugfix/7664-automation-tracking-label-requirements into master
+12
View File
@@ -76,6 +76,18 @@ optional and are not applied automatically today. Agents MUST NOT attempt to add
directly — the manager delegates to `forgejo-label-manager` and handles all label
application on their behalf.
### Label Summary
| Label | Applied By | Required? |
|-------|-----------|-----------|
| `Automation Tracking` | `automation-tracking-manager` (automatic) | **Yes — mandatory** |
| `Type/Automation` | Team / workflow choice | No — optional |
| `State/In Progress` | Team / workflow choice | No — optional |
| `Priority/Medium` | Team / workflow choice | No — optional |
Only the `Automation Tracking` label is mandatory. The remaining labels are optional
workflow aids and are never applied automatically by the manager.
## Centralized Tracking Manager
All tracking operations are handled by the **`automation-tracking-manager`** subagent