Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ae3e7d5
feat: add multi-client support for Cursor, Codex, and Gemini CLI
vahidlazio Jun 9, 2026
5df9647
refactor: remove optimizely from ai-onboarding branch
vahidlazio Jun 9, 2026
f94a954
feat: add multi-warehouse verification to setup-warehouse skill
vahidlazio Jun 9, 2026
931dde0
fix: never assume partial success from ambiguous validation errors
vahidlazio Jun 9, 2026
94c099f
fix: correct gRPC transcoding for warehouse, connector, and assignmen…
vahidlazio Jun 9, 2026
102faf0
fix: auto-create crypto key for Snowflake setup instead of asking user
vahidlazio Jun 9, 2026
f157fde
fix: add plain-language setup guides for all warehouse types
vahidlazio Jun 9, 2026
dd81a45
fix: Databricks validate not supported, fix connector format
vahidlazio Jun 9, 2026
ad7f4c3
fix: document Databricks validate as backend limitation, not field na…
vahidlazio Jun 9, 2026
3768965
fix: document Databricks connector 500 as known backend issue
vahidlazio Jun 9, 2026
691169d
fix: Databricks connectors require S3 staging bucket
vahidlazio Jun 9, 2026
3b35ff3
feat: rewrite Databricks setup with full step-by-step guide
vahidlazio Jun 9, 2026
603c9a3
feat: add aws CLI automation for Databricks S3 staging setup
vahidlazio Jun 9, 2026
565ba7f
fix: AWS trust policy must use numeric SA ID, not email
vahidlazio Jun 9, 2026
f4baefe
fix: update Databricks skill with verified pipeline findings
vahidlazio Jun 9, 2026
eaa2884
feat: rewrite Databricks config as conversational step-by-step guide
vahidlazio Jun 9, 2026
733cc57
fix: correct Databricks data flow — S3 IS used, not just GCS
vahidlazio Jun 9, 2026
5429987
refactor: remove multi-client plugin files from ai-onboarding
vahidlazio Jun 10, 2026
8669c1e
feat: rewrite Redshift setup with full step-by-step guide
vahidlazio Jun 10, 2026
bafa976
feat: rewrite Redshift as conversational guide + per-warehouse step t…
vahidlazio Jun 10, 2026
6df2b60
feat: split warehouse skills, remove token persistence, add dry-run
vahidlazio Jun 10, 2026
767f7b3
feat: add telemetry system for onboarding skills
vahidlazio Jun 11, 2026
e756007
Revert "feat: add telemetry system for onboarding skills"
vahidlazio Jun 11, 2026
d4f4115
feat: add bundled auth script and improve onboarding default flow
vahidlazio Jun 12, 2026
2712270
fix: TMPDIR mismatch between sandboxed and non-sandboxed Bash calls
vahidlazio Jun 12, 2026
2d73021
merge: resolve conflicts with main (eppo migration + logo)
vahidlazio Jun 12, 2026
c244735
merge: resolve conflict with main (statsig migration)
vahidlazio Jun 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ This plugin integrates Confidence with Claude Code, providing tools for feature
- `/confidence:migrate-posthog <plan flag | plan code | execute <plan-file>>` — Migrate feature flags from PostHog to Confidence SDK
- `/confidence:migrate-eppo <plan flag | plan code | execute <plan-file>>` — Migrate feature flags from Eppo to Confidence SDK
- `/confidence:migrate-statsig <plan flag | execute <plan-file>>` — Migrate feature flag definitions from Statsig to Confidence (Phase 1; code transformation ships separately)
- `/confidence:onboard-confidence <create-account | invite-user | create-client | setup-wizard | setup-warehouse | learn | status>` — Create accounts, onboard users, set up SDK clients, configure warehouses, and learn experimentation concepts

## Skills

- **migrate-posthog** — Auto-triggers when the user asks to migrate PostHog flags or transform SDK code to Confidence
- **migrate-eppo** — Auto-triggers when the user asks to migrate Eppo flags or transform SDK code to Confidence
- **migrate-statsig** — Auto-triggers when the user asks to migrate Statsig gates/configs/experiments to Confidence
- **onboard-confidence** — Auto-triggers when the user asks to create a Confidence account, invite users, set up SDK clients, configure warehouses, run the setup wizard, or learn about experimentation

## MCP Servers

Expand Down
9 changes: 9 additions & 0 deletions commands/onboard-confidence.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: onboard-confidence
description: Create Confidence accounts and onboard users
argument-hint: [create-account | invite-user | create-client | setup-wizard | setup-warehouse | learn | status]
---

All onboarding instructions are maintained in `skills/onboard-confidence/SKILL.md` to prevent divergence.

**Before doing anything else**, use the Read tool to read `skills/onboard-confidence/SKILL.md` and follow those instructions to handle this command.
Loading
Loading