Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "apps/audit/cal-diy"]
path = apps/audit/cal-diy
url = https://github.com/calcom/cal.diy.git
[submodule "apps/audit/dub"]
path = apps/audit/dub
url = https://github.com/dubinc/dub.git
[submodule "apps/audit/posthog-demo-3000"]
path = apps/audit/posthog-demo-3000
url = https://github.com/PostHog/posthog-demo-3000.git
[submodule "apps/audit/DemoHog3001"]
path = apps/audit/DemoHog3001
url = https://github.com/PostHog/DemoHog3001.git
1 change: 1 addition & 0 deletions apps/audit/DemoHog3001
Submodule DemoHog3001 added at e7b6b5
1 change: 1 addition & 0 deletions apps/audit/cal-diy
Submodule cal-diy added at 07edb5
1 change: 1 addition & 0 deletions apps/audit/posthog-demo-3000
Submodule posthog-demo-3000 added at 4d1390
8 changes: 8 additions & 0 deletions apps/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
"description": "Wire Stripe + PostHog for revenue tracking",
"ciCapable": true
},
{
"id": "audit",
"dir": "audit",
"label": "Audit",
"description": "Audit an existing PostHog integration for correctness and best practices",
"ciCapable": true,
"appsDir": "audit"
},
{
"id": "skill",
"dir": "misc",
Expand Down
7 changes: 6 additions & 1 deletion mprocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ procs:
autostart: false
env_file: .env

playground:
# Launch the wizard TUI playground
shell: "source .env && cd $WIZARD_PATH && pnpm try --playground"
autostart: false
stop_signal: SIGTERM

# ═══════════════════════════════════════════════════════════════════════════
# WIZARD BENCHMARK - Run wizard with benchmark tracking
# ═══════════════════════════════════════════════════════════════════════════
Expand Down Expand Up @@ -120,4 +126,3 @@ procs:
shell: "pnpm yara-scan"
autostart: false
env_file: .env