Skip to content

Commit 57c5a1d

Browse files
tylerlv3Copilot
andauthored
Update svc/app/state.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ab39b8e commit 57c5a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

svc/app/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def bootstrap_default_if_empty() -> Snapshot:
149149
if snap.panels:
150150
return snap
151151

152-
# seed 18 facade panels and 2 skylights
152+
# Default configuration: 18 facade panels and 2 skylights (20 total)
153153
for i in range(1, 19):
154154
pid = f"P{i:02d}"
155155
snap.panels[pid] = Panel(id=pid, name=f"Facade {i}", group_id="G-facade")

0 commit comments

Comments
 (0)