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
chore: point repo URLs at the XIV-Shinies org (#22)
* chore: point repo URLs at the XIV-Shinies org
- Update the plugin repository URL players add in-game to the XIV-Shinies path
- Update repo.json's RepoUrl, icon, gallery, and release download links
- Update the plugin manifest's RepoUrl, IconUrl, and ImageUrls
- Update the in-plugin source link and the csproj project URL
- Update the release skill's repo.json template
* docs(skills): forbid hard-wrapped prose in pull request bodies
- Require PR body paragraphs to be one unbroken line so GitHub flows them
- Require one line per bullet and checklist item
Copy file name to clipboardExpand all lines: .claude/skills/opening-pull-requests/SKILL.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,8 @@ diff, not its user-visible behavior.>
99
99
```
100
100
101
101
**Body rules:**
102
+
-**Never hard-wrap prose.** Write each paragraph as ONE unbroken line, however long it runs. GitHub renders a single newline inside a paragraph as a literal line break, so text wrapped at 80/100 columns arrives on the PR page broken at those columns instead of flowing to the reader's width. Blank lines separate paragraphs; nothing else in the body may contain a newline mid-sentence. This applies to the body text passed to `gh pr create`/`gh pr edit` — it is not a rule about how Markdown files in the repo are written
103
+
- One line per bullet and per checklist item, for the same reason — a bullet that wraps renders as two broken lines
102
104
- Bullets, not prose. Each bullet ≤ 100 chars
103
105
- Test plan items must be **specific** — "Walk the new feature in-game" is too generic; "Log in on a claimed character, confirm login sync fires and quest rows appear with the plugin badge" is right
104
106
- Always include `dotnet build` and `dotnet test` in the test plan
Copy file name to clipboardExpand all lines: repo.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,18 @@
7
7
"Description": "Automatically records your collection progress on XIV Shinies (https://xiv-shinies.com). New quest, achievement, mount, and minion unlocks appear on the site within seconds; Triple Triad cards, Occult Crescent progress, and the items the site tracks sync automatically in the background. Fully opt-in: nothing uploads until you finish the short setup, and you choose exactly which collections to send. Use /shinies to get started.",
8
8
"Punchline": "Your collections, on xiv-shinies.com, the moment you earn them.",
Copy file name to clipboardExpand all lines: src/XIVShinies.SyncPlugin/XIVShinies.SyncPlugin.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@
4
4
"Punchline": "Your collections, on xiv-shinies.com, the moment you earn them.",
5
5
"Description": "Automatically records your collection progress on XIV Shinies (https://xiv-shinies.com). New quest, achievement, mount, and minion unlocks appear on the site within seconds; Triple Triad cards, Occult Crescent progress, and the items the site tracks sync automatically in the background. Fully opt-in: nothing uploads until you finish the short setup, and you choose exactly which collections to send. Use /shinies to get started.",
0 commit comments