28 lines
765 B
Markdown
28 lines
765 B
Markdown
# MGGRID — Known Issues
|
|
|
|
For planned/actionable work see `MGGRID_TODO.md`.
|
|
|
|
No formally-tracked issues yet. In-code TODOs are recorded as TODO entries (`GRID-T-*`) in `MGGRID_TODO.md`, since they describe unfinished work rather than confirmed broken behaviour.
|
|
|
|
Add the first `## GRID-I-1: ...` entry below when a concrete issue is observed.
|
|
|
|
## Issue entry template
|
|
|
|
```
|
|
## GRID-I-NN: Short title
|
|
|
|
**Severity:** Trivial / Low / Minor / Major · **Status:** Open / Documented / Mitigated · **Area:** <subsystem>
|
|
|
|
### Description
|
|
What breaks, and under what conditions.
|
|
|
|
### Root cause
|
|
Why it happens (code location + design mismatch).
|
|
|
|
### Known workaround
|
|
Steps a consumer can take until fixed.
|
|
|
|
### Related TODO
|
|
`MGGRID_TODO.md#grid-t-NN` (if applicable).
|
|
```
|