Skip to content

Commit 8779538

Browse files
chore: fix typos and GitHub capitalization (anomalyco#12852)
1 parent 0732ab3 commit 8779538

14 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### What does this PR do?
22

3-
Please provide a description of the issue (if there is one), the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the pr.
3+
Please provide a description of the issue (if there is one), the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the PR.
44

55
**If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!**
66

.opencode/tool/github-triage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Use this tool to assign and/or label a Github issue.
1+
Use this tool to assign and/or label a GitHub issue.
22

33
You can assign the following users:
44
- thdxr

github/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ async function assertOpencodeConnected() {
275275
body: {
276276
service: "github-workflow",
277277
level: "info",
278-
message: "Prepare to react to Github Workflow event",
278+
message: "Prepare to react to GitHub Workflow event",
279279
},
280280
})
281281
connected = true

packages/console/app/src/i18n/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ export const dict = {
394394
"workspace.settings.edit": "Edit",
395395

396396
"workspace.billing.title": "Billing",
397-
"workspace.billing.subtitle.beforeLink": "Manage payments methods.",
397+
"workspace.billing.subtitle.beforeLink": "Manage payment methods.",
398398
"workspace.billing.contactUs": "Contact us",
399399
"workspace.billing.subtitle.afterLink": "if you have any questions.",
400400
"workspace.billing.currentBalance": "Current Balance",

packages/opencode/src/session/prompt/anthropic-20250930.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ user: which file contains the implementation of foo?
5656
assistant: src/foo.c
5757
</example>
5858
When you run a non-trivial bash command, you should explain what the command does and why you are running it, to make sure the user understands what you are doing (this is especially important when you are running a command that will make changes to the user's system).
59-
Remember that your output will be displayed on a command line interface. Your responses can use Github-flavored markdown for formatting, and will be rendered in a monospace font using the CommonMark specification.
59+
Remember that your output will be displayed on a command line interface. Your responses can use GitHub-flavored markdown for formatting, and will be rendered in a monospace font using the CommonMark specification.
6060
Output text to communicate with the user; all text you output outside of tool use is displayed to the user. Only use tools to complete tasks. Never use tools like Bash or code comments as means to communicate with the user during the session.
6161
If you cannot or will not help the user with something, please do not say why or what it could lead to, since this comes across as preachy and annoying. Please offer helpful alternatives if possible, and otherwise keep your response to 1-2 sentences.
6262
Only use emojis if the user explicitly requests it. Avoid using emojis in all communication unless asked.

packages/opencode/src/session/prompt/anthropic.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ When the user directly asks about OpenCode (eg. "can OpenCode do...", "does Open
1313

1414
# Tone and style
1515
- Only use emojis if the user explicitly requests it. Avoid using emojis in all communication unless asked.
16-
- Your output will be displayed on a command line interface. Your responses should be short and concise. You can use Github-flavored markdown for formatting, and will be rendered in a monospace font using the CommonMark specification.
16+
- Your output will be displayed on a command line interface. Your responses should be short and concise. You can use GitHub-flavored markdown for formatting, and will be rendered in a monospace font using the CommonMark specification.
1717
- Output text to communicate with the user; all text you output outside of tool use is displayed to the user. Only use tools to complete tasks. Never use tools like Bash or code comments as means to communicate with the user during the session.
1818
- NEVER create files unless they're absolutely necessary for achieving your goal. ALWAYS prefer editing an existing file to creating a new one. This includes markdown files.
1919

packages/opencode/src/session/prompt/beast.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Carefully read the issue and think hard about a plan to solve it before coding.
7676
- Create a todo list in markdown format to track your progress.
7777
- Each time you complete a step, check it off using `[x]` syntax.
7878
- Each time you check off a step, display the updated todo list to the user.
79-
- Make sure that you ACTUALLY continue on to the next step after checkin off a step instead of ending your turn and asking the user what they want to do next.
79+
- Make sure that you ACTUALLY continue on to the next step after checking off a step instead of ending your turn and asking the user what they want to do next.
8080

8181
## 6. Making Code Changes
8282
- Before editing, always read the relevant file contents or section to ensure complete context.

packages/opencode/src/session/prompt/codex_header.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You are producing plain text that will later be styled by the CLI. Follow these
6060

6161
## Final answer structure and style guidelines
6262

63-
- Plain text; CLI handles styling. Use structure only when it helps scanability.
63+
- Plain text; CLI handles styling. Use structure only when it helps scannability.
6464
- Headers: optional; short Title Case (1-3 words) wrapped in **…**; no blank line before the first bullet; add only if they truly help.
6565
- Bullets: use - ; merge related points; keep to one line when possible; 4–6 per list ordered by importance; keep phrasing consistent.
6666
- Monospace: backticks for commands/paths/env vars/code ids and inline examples; use for literal keyword bullets; never combine with **.

packages/opencode/src/session/prompt/copilot-gpt-5.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ incremental steps - use the todo tool to track your progress.
3939
- What are the edge cases?
4040
- What are the potential pitfalls?
4141
- How does this fit into the larger context of the codebase?
42-
- What are the dependencies and interactions with other parts of the codee
42+
- What are the dependencies and interactions with other parts of the code
4343

4444
## 2. Codebase Investigation
4545
- Explore relevant files and directories.

packages/opencode/src/session/prompt/qwen.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ When the user directly asks about opencode (eg 'can opencode do...', 'does openc
1212

1313
# Tone and style
1414
You should be concise, direct, and to the point. When you run a non-trivial bash command, you should explain what the command does and why you are running it, to make sure the user understands what you are doing (this is especially important when you are running a command that will make changes to the user's system).
15-
Remember that your output will be displayed on a command line interface. Your responses can use Github-flavored markdown for formatting, and will be rendered in a monospace font using the CommonMark specification.
15+
Remember that your output will be displayed on a command line interface. Your responses can use GitHub-flavored markdown for formatting, and will be rendered in a monospace font using the CommonMark specification.
1616
Output text to communicate with the user; all text you output outside of tool use is displayed to the user. Only use tools to complete tasks. Never use tools like Bash or code comments as means to communicate with the user during the session.
1717
If you cannot or will not help the user with something, please do not say why or what it could lead to, since this comes across as preachy and annoying. Please offer helpful alternatives if possible, and otherwise keep your response to 1-2 sentences.
1818
Only use emojis if the user explicitly requests it. Avoid using emojis in all communication unless asked.

0 commit comments

Comments
 (0)