Skip to content

Commit c6743a0

Browse files
committed
Report lexicon by name on skill_used
1 parent 97ba7e9 commit c6743a0

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/TELEMETRY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ director ids from `DIRECTOR_IDS` (and the legacy `worker` alias) are reported
7878
by id; project-defined or marketplace profile ids become `custom`.
7979
`skill_used` carries `skill_name`: a first-party skill name reportable by
8080
name from the closed `corbits-skills` allowlist (`ast-grep`, `create-issue`,
81-
`git-rebase`, `git-worktrees`, `implement`, `interview`,
81+
`git-rebase`, `git-worktrees`, `implement`, `interview`, `lexicon`,
8282
`linear-issue-workflow`, `opsh`, `philosophy`, `plan`,
8383
`pull-request-review`, `refactor`, `review`, `scribe`, `style`,
8484
`typescript`), or `custom` for anything else. `user-invocable: false` opts a

src/telemetry/classify.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ const FIRST_PARTY_SKILL_NAMES: ReadonlySet<string> = new Set([
9191
"git-worktrees",
9292
"implement",
9393
"interview",
94+
"lexicon",
9495
"linear-issue-workflow",
9596
"opsh",
9697
"philosophy",

tests/unit/telemetry-product-events.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ test("first-party skill names are reported by name; everything else stays custom
228228
"git-worktrees",
229229
"implement",
230230
"interview",
231+
"lexicon",
231232
"linear-issue-workflow",
232233
"opsh",
233234
"philosophy",

0 commit comments

Comments
 (0)