Skip to content

docs: add FlagLint migration workflow#407

Merged
kodiakhq[bot] merged 1 commit into
flipt-io:mainfrom
Krishan27:docs/add-flaglint-launchdarkly-discovery
Jun 15, 2026
Merged

docs: add FlagLint migration workflow#407
kodiakhq[bot] merged 1 commit into
flipt-io:mainfrom
Krishan27:docs/add-flaglint-launchdarkly-discovery

Conversation

@Krishan27

@Krishan27 Krishan27 commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds FlagLint as an optional AST-based workflow in the existing LaunchDarkly-to-OpenFeature migration guide.

The existing manual IDE and text-search workflow remains unchanged. The new section shows how to:

  • inventory supported LaunchDarkly call sites with scan
  • summarize migration risk and readiness with audit
  • preview safe OpenFeature call-site rewrites with migrate --dry-run

Scope

This change documents application source-code analysis and call-site migration only.

FlagLint does not migrate:

  • flag definitions
  • targeting rules
  • environments
  • backend state
  • provider configuration

Verification

  • Verified the documented commands against published flaglint@0.8.0
  • Ran Vale on the modified MDX file
  • Previewed the page locally with Mintlify
  • Confirmed migrate --dry-run does not modify source files

I scoped this change to the existing v1 LaunchDarkly-to-OpenFeature migration guide. I'm happy to add equivalent guidance under v2 if the maintainers prefer a corresponding migration page there.

closes #408.

@Krishan27 Krishan27 requested a review from a team as a code owner June 15, 2026 13:50
@Krishan27

Krishan27 commented Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Thanks again, @markphelps I opened the focused documentation PR here: #407.

I kept the existing manual discovery workflow unchanged and added FlagLint as an optional AST-based workflow for scanning usages, assessing migration readiness, and previewing safe OpenFeature rewrites.

I scoped this change to the existing v1 LaunchDarkly-to-OpenFeature migration guide. I'm happy to add equivalent guidance under v2 if the maintainers prefer a corresponding migration page there.

@erka erka requested a review from markphelps June 15, 2026 14:44

@markphelps markphelps left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. thanks @Krishan27

@Krishan27

Copy link
Copy Markdown
Contributor Author

Thanks @markphelps appreciate the approval. The Claude check looks unrelated to this docs change; Vale and ESLint both pass.

@erka erka added the automerge label Jun 15, 2026
@kodiakhq kodiakhq Bot merged commit 46f8dae into flipt-io:main Jun 15, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Migration guide could reference AST-based tooling for the textual search step

3 participants