Skip to content

fix(audit): seed the capture-fires-on-success check - #1211

Open
sarahxsanders wants to merge 1 commit into
mainfrom
posthog/audit-capture-fires-on-success
Open

fix(audit): seed the capture-fires-on-success check#1211
sarahxsanders wants to merge 1 commit into
mainfrom
posthog/audit-capture-fires-on-success

Conversation

@sarahxsanders

@sarahxsanders sarahxsanders commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

Companion to context-mill#388, which adds a new event-capture audit check.

  1. The new capture-fires-on-success check would report nothing. This ledger is pre-seeded wizard-side, so an unseeded id gets rejected as unknown. Fixed: seeded it in the existing Event Capture area.

Land this before #388 or the check sits dormant for a release.

Testing

pnpm build && pnpm test && pnpm fix — 2637 passing, lint clean. Verified against wizard-workbench apps with --local-context-mill.

Checklist

  • pnpm build && pnpm test && pnpm fix
  • Verified against real apps

Created with PostHog Desktop

The comprehensive audit skill gains a fourth event-capture check that flags
completion events firing on submit intent rather than on a confirmed server
response. Its ledger is pre-seeded here, so the id has to exist in the seed or
audit_resolve_checks rejects it as unknown and the check reports nothing.

Pairs with the context-mill change that adds the check itself.

Generated-By: PostHog Desktop
Task-Id: 4fd61d6e-eb4e-498e-abfd-1d0b60d95a63
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown

🧙 Wizard CI

Run the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands:

Test all apps:

  • /wizard-ci all

Test all apps in a directory:

  • /wizard-ci ai-observability
  • /wizard-ci basic-integration
  • /wizard-ci mcp-analytics
  • /wizard-ci replay-vision
  • /wizard-ci revenue
  • /wizard-ci self-driving
  • /wizard-ci warehouse
  • /wizard-ci warehouse-seeded

Test an individual app:

  • /wizard-ci ai-observability/anthropic
  • /wizard-ci ai-observability/google-adk
  • /wizard-ci ai-observability/groq
Show more apps
  • /wizard-ci ai-observability/manual-capture
  • /wizard-ci ai-observability/openai
  • /wizard-ci ai-observability/openai-agents
  • /wizard-ci ai-observability/opentelemetry
  • /wizard-ci ai-observability/vercel-ai
  • /wizard-ci basic-integration/android
  • /wizard-ci basic-integration/angular
  • /wizard-ci basic-integration/astro
  • /wizard-ci basic-integration/django
  • /wizard-ci basic-integration/fastapi
  • /wizard-ci basic-integration/flask
  • /wizard-ci basic-integration/flutter
  • /wizard-ci basic-integration/javascript-node
  • /wizard-ci basic-integration/javascript-web
  • /wizard-ci basic-integration/laravel
  • /wizard-ci basic-integration/next-js
  • /wizard-ci basic-integration/nuxt
  • /wizard-ci basic-integration/python
  • /wizard-ci basic-integration/rails
  • /wizard-ci basic-integration/react-native
  • /wizard-ci basic-integration/react-router
  • /wizard-ci basic-integration/sveltekit
  • /wizard-ci basic-integration/swift
  • /wizard-ci basic-integration/tanstack-router
  • /wizard-ci basic-integration/tanstack-start
  • /wizard-ci basic-integration/vue
  • /wizard-ci mcp-analytics/custom-dispatcher
  • /wizard-ci mcp-analytics/typescript-sdk
  • /wizard-ci replay-vision/javascript-node
  • /wizard-ci replay-vision/next-js
  • /wizard-ci replay-vision/react-vite
  • /wizard-ci revenue/stripe
  • /wizard-ci self-driving/astro
  • /wizard-ci self-driving/fastapi
  • /wizard-ci self-driving/nuxt
  • /wizard-ci self-driving/react-router
  • /wizard-ci self-driving/sveltekit
  • /wizard-ci warehouse/monorepo-env
  • /wizard-ci warehouse/multi-source-next
  • /wizard-ci warehouse/stripe-node
  • /wizard-ci warehouse/zero-source
  • /wizard-ci warehouse-seeded/next-stripe
  • /wizard-ci warehouse-seeded/next-stripe-declined

Test against a Context Mill branch:

  • /wizard-ci all context-mill:my-branch

Add context-mill:<branch> to any command above to pin the Context Mill branch. It defaults to main.

Results will be posted here when complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant