Skip to content

Commit fc05d86

Browse files
chore: sync skills (agent-skills-v0.33.0, context-mill@v1.9.4)
1 parent cdfe7bc commit fc05d86

6 files changed

Lines changed: 3 additions & 68 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "posthog",
33
"description": "Access PostHog analytics, feature flags, experiments, error tracking, and insights directly from Claude Code",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"author": {
66
"name": "PostHog",
77
"email": "hey@posthog.com",

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "posthog",
33
"displayName": "PostHog",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"description": "Access PostHog analytics, feature flags, experiments, error tracking, and insights directly from Cursor",
66
"author": {
77
"name": "PostHog",

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthog",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Access PostHog analytics, feature flags, experiments, error tracking, and insights directly from Gemini CLI",
55
"mcpServers": {
66
"posthog": {

skills/query-examples/SKILL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Schema reference for PostHog's core system models, organized by domain:
2121
- [Data Warehouse](./references/models-data-warehouse.md)
2222
- [Error Tracking](./references/models-error-tracking.md)
2323
- [Flags & Experiments](./references/models-flags-experiments.md)
24-
- [Groups](./references/models-groups.md)
2524
- [Hog Flows](./references/models-hog-flows.md)
2625
- [Hog Functions](./references/models-hog-functions.md)
2726
- [Notebooks](./references/models-notebooks.md)

skills/query-examples/references/guidelines.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Table | Description
3333
`system.exports` | Export jobs
3434
`system.feature_flags` | Feature flags for controlling rollouts
3535
`system.groups` | Group entities
36-
`system.group_type_mappings` | Group type definitions
3736
`system.ingestion_warnings` | Data ingestion issues
3837
`system.insight_variables` | SQL, dashboard, and insight variables for dynamic query filtering
3938
`system.insights` | Visual and textual representations of aggregated data
@@ -57,7 +56,6 @@ Schema reference for PostHog's core system models, organized by domain:
5756
- [Data Warehouse](references/models-data-warehouse.md)
5857
- [Error Tracking](references/models-error-tracking.md)
5958
- [Flags & Experiments](references/models-flags-experiments.md)
60-
- [Groups](references/models-groups.md)
6159
- [Notebooks](references/models-notebooks.md)
6260
- [Surveys](references/models-surveys.md)
6361
- [SQL Variables](references/models-variables.md)
@@ -69,7 +67,6 @@ Experiment | 1:1 | FeatureFlag | `feature_flag_id`
6967
Experiment | N:1 | Cohort | `exposure_cohort_id`
7068
Survey | N:1 | FeatureFlag | `linked_flag_id`, `targeting_flag_id`
7169
Survey | N:1 | Insight | `linked_insight_id`
72-
Group | N:1 | GroupTypeMapping | `group_type_index` (logical)
7370
Cohort | M:N | Person | via `cohortpeople`
7471
Person | 1:N | PersonDistinctId | `person_id`
7572

skills/query-examples/references/models-groups.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)