-
Notifications
You must be signed in to change notification settings - Fork 3.7k
docs: Add feature flag audit example to PostHog MCP cookbook #8058
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Added comprehensive feature flag audit and cleanup workflow - Included practical Continue CLI prompts for flag management - Added required API scopes and repository labels - Provided sample outputs and tool requirements - Enhanced existing advanced prompts section Fixes CON-4162 Generated with [Continue](https://continue.dev) Co-authored-by: Continue <[email protected]> Co-authored-by: nate <[email protected]>
|
|
@sestinj try this out and see if it works. You mentioned this idea for the PostHog MCP IRL, and I had the agent open a PR. |
|
🎉 This PR is included in version 1.22.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.26.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
Added a comprehensive feature flag audit and cleanup workflow to the PostHog MCP cookbook as requested in CON-4162. This complements the existing session recordings example with another practical use case.
Changes Made
Key Features
The new workflow helps users:
Example Use Cases
This addresses the request to add feature flag auditing as another example alongside session recordings in the PostHog cookbook.
fixes CON-4162
This agent session was co-authored by nate and Continue.
Summary by cubic
Adds a feature flag audit and cleanup workflow to the PostHog MCP cookbook so teams can find stale or 100% rollout flags and create cleanup tasks. Addresses CON-4162 by adding a second practical example alongside session recordings.
New Features
Migration