You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/RFC-EXTENSION-SYSTEM.md
+39-10Lines changed: 39 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -359,12 +359,15 @@ specify extension add jira
359
359
"installed_at": "2026-01-28T14:30:00Z",
360
360
"source": "catalog",
361
361
"manifest_hash": "sha256:abc123...",
362
-
"enabled": true
362
+
"enabled": true,
363
+
"priority": 10
363
364
}
364
365
}
365
366
}
366
367
```
367
368
369
+
**Priority Field**: Extensions are ordered by `priority` (lower = higher precedence). Default is 10. Used for template resolution when multiple extensions provide the same template.
370
+
368
371
### 3. Configuration
369
372
370
373
```bash
@@ -1084,11 +1087,15 @@ List installed extensions in current project.
0 commit comments