Skip to content

Commit 3ebaed1

Browse files
Add comprehensive provider implementation guide
- Create detailed HOW_TO_ADD_A_PROVIDER.md guide based on Lambda Labs implementation - Document complete CloudClient interface implementation patterns - Include NotImplCloudClient pattern, capabilities system, and security requirements - Provide step-by-step implementation instructions with code examples - Cover testing strategies, documentation requirements, and common pitfalls - Update main README.md to link to the new provider guide - Reference existing documentation (Architecture, Security, V1 Design Notes) Co-Authored-By: Alec Fong <[email protected]>
1 parent 74afed2 commit 3ebaed1

File tree

2 files changed

+429
-0
lines changed

2 files changed

+429
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ See [SECURITY.md](docs/SECURITY.md) for complete security specifications and imp
6868

6969
## Documentation
7070

71+
- **[How to Add a Provider](docs/HOW_TO_ADD_A_PROVIDER.md)**: Complete guide for implementing new cloud providers
7172
- **[V1 Design Notes](pkg/v1/V1_DESIGN_NOTES.md)**: Design decisions, known quirks, and AWS-inspired patterns in the v1 API
7273
- **[Architecture Overview](docs/ARCHITECTURE.md)**: How the Cloud SDK fits into Brev's overall architecture
7374
- **[Security Requirements](docs/SECURITY.md)**: Security specifications and implementation requirements

0 commit comments

Comments
 (0)