Commit cc358fa
docs(monitors): note currentStatus removal on MonitorDto
The docs-quickstart at https://docs.devhelm.io/sdk/python/quickstart
shows ``monitor.currentStatus`` but the field was removed from the
DTO and never came back. Pre-existing SDK users hit this on upgrade
and are stuck guessing how to recover the live status of a monitor.
Inject a class-level docstring banner via ``inject_strict_config.py``
so the note shows up in IDE hovers and survives regeneration. The
banner table is keyed by class name so future runtime-affecting
upstream changes can land here without bloating the typegen.
Restoring ``current_status`` properly is upstream work in mono;
tracked separately. Round-3 DevEx fix P1.Bug9 (in-scope half).
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 66bec7b commit cc358fa
2 files changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
55 | 67 | | |
56 | 68 | | |
57 | 69 | | |
| |||
117 | 129 | | |
118 | 130 | | |
119 | 131 | | |
| 132 | + | |
120 | 133 | | |
121 | 134 | | |
122 | 135 | | |
123 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
124 | 143 | | |
125 | 144 | | |
126 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6818 | 6818 | | |
6819 | 6819 | | |
6820 | 6820 | | |
| 6821 | + | |
| 6822 | + | |
6821 | 6823 | | |
6822 | 6824 | | |
6823 | 6825 | | |
| |||
0 commit comments