Skip to content

Commit b5fa710

Browse files
domenkozarclaude
andcommitted
docs: add provider documentation checklist to CLAUDE.md
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e4603b3 commit b5fa710

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CLAUDE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ The provider system uses a trait-based architecture defined in `src/provider/mod
5757

5858
Providers support URI-based configuration (e.g., `keyring://`, `onepassword://vault`, `dotenv://.env.production`). The provider system handles URI parsing and provider instantiation directly within each provider module.
5959

60+
### Adding Provider Documentation
61+
62+
When adding a new provider, update these docs files:
63+
64+
1. `docs/src/content/docs/providers/<provider>.md` - Create the provider's doc page
65+
2. `docs/astro.config.mjs` - Add to sidebar navigation under "Providers"
66+
3. `docs/src/content/docs/concepts/providers.md` - Add to "Available Providers" table
67+
4. `docs/src/content/docs/reference/providers.md` - Add provider section and update "Security Considerations" table
68+
6069
## Configuration System
6170

6271
### Profile Resolution

0 commit comments

Comments
 (0)