You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -320,14 +320,18 @@ When adding framework detection:
320
320
321
321
### Provider Registry System
322
322
323
-
Lightfold uses a provider registry pattern that makes adding new cloud providers trivial. All providers implement the `Provider` interface and auto-register themselves at init time.
323
+
Lightfold uses a provider registry pattern that makes adding new cloud providers straightforward. All providers implement the `Provider` interface and auto-register themselves at init time.
324
324
325
325
**Key Components:**
326
326
1.**Provider Interface** (`pkg/providers/provider.go`): Defines standard methods all providers must implement
327
327
2.**Provider Registry** (`pkg/providers/registry.go`): Central factory for creating provider instances
0 commit comments