Skip to content

Commit d129ff8

Browse files
johnml1135claude
andcommitted
style: use ASCII punctuation in new prompt/doc/test prose
This branch's new content used em-dashes and a Unicode "<=" sign in a few places (opsx-explore.prompt.md, opsx-onboard.prompt.md, AGENTS.md, VersionInfoProviderTests.cs), which render poorly in some git tooling. Switch them to the ASCII "--" and "<=" forms the rest of the repo's prose and comments already use. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 7124eac commit d129ff8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/prompts/opsx-explore.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ argument-hint: "What to explore: an idea, problem, change name, or nothing"
66

77
Use the `openspec-explore` skill from `.claude/skills/openspec-explore/SKILL.md`.
88

9-
Treat any text supplied with this prompt as the starting point for exploration a vague idea, a specific problem, a change name, or nothing.
9+
Treat any text supplied with this prompt as the starting point for exploration -- a vague idea, a specific problem, a change name, or nothing.

.github/prompts/opsx-onboard.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ agent: "agent"
55

66
Use the `openspec-onboard` skill from `.claude/skills/openspec-onboard/SKILL.md`.
77

8-
The skill will guide through a complete OpenSpec cycle explore, new change, propose, apply, archive using a real task from the codebase with narration at each step.
8+
The skill will guide through a complete OpenSpec cycle -- explore, new change, propose, apply, archive -- using a real task from the codebase with narration at each step.

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Minimal, high-signal guidance for coding agents in this repository.
88
- Build with `.\build.ps1`.
99
- Test with `.\test.ps1`.
1010
- Do not bypass repository scripts for normal build/test work.
11-
- Commit messages are linted by CI (gitlint, `.gitlint`): title 72 chars,
12-
body lines 80 chars. Check with `gitlint --commits origin/main..HEAD`
11+
- Commit messages are linted by CI (gitlint, `.gitlint`): title <=72 chars,
12+
body lines <=80 chars. Check with `gitlint --commits origin/main..HEAD`
1313
before pushing.
1414

1515
## Critical constraints

Src/Common/FwUtils/FwUtilsTests/VersionInfoProviderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace SIL.FieldWorks.Common.FwUtils
1313
/// How versions and copyrights are read out of the generated version attributes
1414
/// (CommonAssemblyInfo.cs, generated from CommonAssemblyInfoTemplate.cs + MasterVersionInfo.txt).
1515
/// This test assembly links the generated file, so these tests run against the real attribute
16-
/// shapes the product ships including the empty-FWBETAVERSION informational version
16+
/// shapes the product ships -- including the empty-FWBETAVERSION informational version
1717
/// ("9.x.y.NNNNN NNNNN " with a trailing space).
1818
/// </summary>
1919
[TestFixture]

0 commit comments

Comments
 (0)