From 35d96e88e23ba6860e2ee8344f038d50a8e0642f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 07:13:40 +0000 Subject: [PATCH] [docs] Update dictation skill instructions Add 8 high-frequency missing terms to glossary: - cross-repository (148 occurrences, dedicated reference page) - github-tools (32 occurrences, specific tool configuration) - hide-older-comments (safe-outputs option) - max-daily-ai-credits (cost management, 17 backtick occurrences) - min-version (15 backtick occurrences, version constraint) - preserve-branch-name (safe-outputs option) - sub-agent / sub-issues (25/36 occurrences each) Fix alphabetical ordering of max-ai-credits vs max-continuations. Add speech-to-text corrections for all 8 new terms. Total glossary terms: 268 (within 240-270 acceptable range). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- DICTATION.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/DICTATION.md b/DICTATION.md index 2c16d5e9edf..5f2ab0c37a8 100644 --- a/DICTATION.md +++ b/DICTATION.md @@ -75,6 +75,7 @@ create-issue create-pull-request create-pull-request-review-comment cron +cross-repository custom custom-safe-outputs daily @@ -120,11 +121,13 @@ gh-aw github github-app github-token +github-tools go.mod gpt-5 gpt-5-mini haiku headers +hide-older-comments hourly http id-token @@ -149,8 +152,9 @@ lock.yml lockfile manifest markdown -max-continuations max-ai-credits +max-continuations +max-daily-ai-credits max-patch-size max-runs max-turns @@ -164,6 +168,7 @@ merged midnight min-integrity min-samples +min-version mini model model-alias @@ -190,6 +195,7 @@ post-steps pre-activation pre-steps prepend +preserve-branch-name private-key projected-effective-tokens prompt.txt @@ -238,6 +244,8 @@ steps.sanitized.outputs.body steps.sanitized.outputs.text steps.sanitized.outputs.title stop-after +sub-agent +sub-issues target-repo threat-detection timeout-minutes @@ -307,6 +315,13 @@ Common misrecognitions to correct: - "GitHub app" → "github-app" (hyphenated in YAML context) - "steps dot sanitized dot outputs dot text" → "steps.sanitized.outputs.text" - "fuzzy schedule" → "fuzzy-schedule" (hyphenated) +- "cross repository" → "cross-repository" (hyphenated) +- "sub agent" → "sub-agent" (hyphenated) +- "sub issues" → "sub-issues" (hyphenated) +- "GitHub tools" → "github-tools" (hyphenated in YAML context) +- "hide older comments" → "hide-older-comments" (hyphenated) +- "preserve branch name" → "preserve-branch-name" (hyphenated) +- "max daily AI credits" → "max-daily-ai-credits" (hyphenated) ## Clean Up and Improve Text