Commit bbac336
feat(shared-context): add panel lifecycle awareness module
Add panel.rs module giving the gitbot-fleet awareness of PanLL panels —
their structure, lifecycle phases (Minted→Wired→Configured→Provisioned→Active),
wiring requirements (7 connection points), and validation rules.
Key additions:
- PanelId with PascalCase validation, case conversion, reserved name checks
- PanelManifest tracking lifecycle phase, wiring status, bot validations
- WiringStatus modelling the 6 ReScript + 1 Rust global connection points
- PanelFileExpectation implementing DD-004's 8-file pattern
- PanelContext trait extending Context with panel CRUD operations
- Panel-specific finding rule IDs (PANEL-001 through PANEL-044)
- Panel check categories added to rhodibot, glambot, seambot, echidnabot, finishbot
- 8 tests covering ID validation, lifecycle, wiring, and context integration
This is Phase 1 of the bot-assisted panel lifecycle pipeline, enabling
the fleet to validate panel minting, wiring, configuration, and release.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6d59f30 commit bbac336
3 files changed
Lines changed: 974 additions & 0 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
177 | 180 | | |
178 | 181 | | |
179 | 182 | | |
| |||
191 | 194 | | |
192 | 195 | | |
193 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
194 | 200 | | |
195 | 201 | | |
196 | 202 | | |
| |||
218 | 224 | | |
219 | 225 | | |
220 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
221 | 231 | | |
222 | 232 | | |
223 | 233 | | |
| |||
235 | 245 | | |
236 | 246 | | |
237 | 247 | | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
238 | 251 | | |
239 | 252 | | |
240 | 253 | | |
| |||
253 | 266 | | |
254 | 267 | | |
255 | 268 | | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
256 | 274 | | |
257 | 275 | | |
258 | 276 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
| |||
0 commit comments