57 lines
1.1 KiB
Markdown
57 lines
1.1 KiB
Markdown
# Known Issues
|
|
|
|
Active and recently resolved issues for `plugin-ecc`.
|
|
|
|
---
|
|
|
|
## Active Issues
|
|
|
|
*(None currently open. This section is updated when issues are filed.)*
|
|
|
|
---
|
|
|
|
## Recently Resolved
|
|
|
|
*(No recently resolved issues.)*
|
|
|
|
---
|
|
|
|
## How to Update This File
|
|
|
|
When a new issue is identified:
|
|
1. Add it under **Active Issues** with the template below
|
|
2. Include: symptom, cause (if known), workaround
|
|
3. When fixed, move it to **Recently Resolved** and add the fix version
|
|
|
|
### Issue Template
|
|
|
|
```markdown
|
|
## [TICKET-NUMBER] <Short Title>
|
|
|
|
**Severity:** P0 / P1 / P2 / P3
|
|
**Status:** Workaround / Fix in progress / Fix available
|
|
**Affected versions:** All / vX.Y.Z+
|
|
|
|
**Symptoms:**
|
|
**Cause:**
|
|
**Workaround:**
|
|
**Fix (if available):**
|
|
```
|
|
|
|
---
|
|
|
|
## Severity Definitions
|
|
|
|
| Level | Description |
|
|
|-------|-------------|
|
|
| P0 | Plugin fails to load; no workaround |
|
|
| P1 | Core feature broken; major impact |
|
|
| P2 | Non-core feature broken; minor impact |
|
|
| P3 | Cosmetic or edge case |
|
|
|
|
---
|
|
|
|
## Reporting New Issues
|
|
|
|
Use the internal Molecule-AI/internal repo issue tracker. Tag with `plugin-ecc`.
|