You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Goal**: Create a list of approximately 100 terms (95-105 is acceptable) that are most relevant to this project, extracted from documentation only.
77
-
78
-
**Exclude tooling-specific terms**: Do not include makefile, Astro, or starlight as these are tooling-specific and not user-facing concepts.
62
+
**Exclude**: makefile, Astro, starlight (tooling-specific, not user-facing)
79
63
80
64
### 2. Create the Dictation Instructions File
81
65
82
-
Create the file `.github/instructions/dictation.instructions.md` with the following structure (NO EXAMPLES, NO PLANNING GUIDELINES):
83
-
84
-
```markdown
85
-
Fix text-to-speech errors in dictated text for creating agentic workflow prompts in the gh-aw repository.
86
-
87
-
## Project Glossary
88
-
89
-
[List all 100 terms here, one per line, no descriptions, alphabetically sorted]
90
-
91
-
## Technical Context
92
-
93
-
GitHub Agentic Workflows (gh-aw) - a Go-based GitHub CLI extension for writing agentic workflows in natural language using markdown files with YAML frontmatter, which compile to GitHub Actions workflows.
94
-
95
-
## Fix Speech-to-Text Errors
96
-
97
-
Replace speech-to-text ambiguities with correct technical terms from the glossary:
98
-
99
-
- "ghaw" → "gh-aw"
100
-
- "work flow" → "workflow"
101
-
- "front matter" → "frontmatter"
102
-
- "lock file" → "lockfile" or ".lock.yml"
103
-
- "co-pilot" → "copilot"
104
-
- "safe outputs" → "safe-outputs"
105
-
- "cache memory" → "cache-memory"
106
-
- "max turns" → "max-turns"
107
-
- "issue comment" → "issue_comment"
108
-
- "pull request" → "pull_request"
109
-
- "workflow dispatch" → "workflow_dispatch"
110
-
- "runs on" → "runs-on"
111
-
- "timeout minutes" → "timeout_minutes"
112
-
```
113
-
114
-
### 3. Generate the Actual Content
115
-
116
-
Use your analysis of the documentation to populate the glossary with approximately 100 relevant terms (95-105 is acceptable). Scan documentation files thoroughly to identify the most important and frequently used terms.
0 commit comments