Skip to content

Commit 261d450

Browse files
committed
Replaced em dashes with hyphens in remaining markdown
1 parent 21bd51e commit 261d450

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.claude/CLAUDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Notes for Claude (and humans) SchulyWebsite
1+
# Notes for Claude (and humans) - SchulyWebsite
22

33
Angular 20 marketing site for [schuly.dev](https://schuly.dev). **Bun is the package manager** (no npm, no `package-lock.json`).
44

@@ -7,7 +7,7 @@ Angular 20 marketing site for [schuly.dev](https://schuly.dev). **Bun is the pac
77
- Never work on `main`. Create an issue (labeled) → branch `feature/<issue#>_PascalCase`
88
or `fix/<issue#>_PascalCase` → PR (labeled) with `Closes #<issue>` → squash-merge +
99
delete branch.
10-
- Use **bun** as the package manager / task runner never npm, npx, or node directly.
10+
- Use **bun** as the package manager / task runner - never npm, npx, or node directly.
1111
- Use CLI tooling whenever one exists (`gh issue create`, `gh pr create`, generators, etc.).
1212
- No AI / Claude attribution in commits or PRs. Ever.
1313
- No test plans in PRs. PR body is **Summary** + `Closes #<issue>` only.
@@ -27,7 +27,7 @@ Required bun version: `1.2.21+` (text `bun.lock` format isn't readable by 1.1.x)
2727

2828
## Build output
2929

30-
Angular 20 uses `@angular/build:application` builder → output at `dist/SchulyWebsite/browser`. **Cloudflare Pages is configured for that path** verify if you change `angular.json`.
30+
Angular 20 uses `@angular/build:application` builder → output at `dist/SchulyWebsite/browser`. **Cloudflare Pages is configured for that path** - verify if you change `angular.json`.
3131

3232
## Deploy
3333

@@ -38,7 +38,7 @@ Cloudflare build settings:
3838
- Output: `dist/SchulyWebsite/browser`
3939
- Env: `BUN_VERSION=1.2.21`
4040

41-
The `.github/workflows/build.yml` CI is independent it only verifies the build passes on PRs so broken code is caught before Cloudflare attempts a preview deploy.
41+
The `.github/workflows/build.yml` CI is independent - it only verifies the build passes on PRs so broken code is caught before Cloudflare attempts a preview deploy.
4242

4343
## Add a feature
4444

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img src="./assets/app_icon.png" width="160" alt="Schuly Logo">
44
</p>
55
<p align="center">
6-
<strong>Landing site for the Schuly project <a href="https://schuly.dev">schuly.dev</a></strong>
6+
<strong>Landing site for the Schuly project - <a href="https://schuly.dev">schuly.dev</a></strong>
77
</p>
88
<p align="center">
99
<a href="https://github.com/schulydev/SchulyWebsite/stargazers"><img src="https://img.shields.io/github/stars/schulydev/SchulyWebsite?style=flat&color=3da8ff" alt="GitHub stars"/></a>

0 commit comments

Comments
 (0)