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
Copy file name to clipboardExpand all lines: .claude/CLAUDE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Notes for Claude (and humans) — SchulyWebsite
1
+
# Notes for Claude (and humans) - SchulyWebsite
2
2
3
3
Angular 20 marketing site for [schuly.dev](https://schuly.dev). **Bun is the package manager** (no npm, no `package-lock.json`).
4
4
@@ -7,7 +7,7 @@ Angular 20 marketing site for [schuly.dev](https://schuly.dev). **Bun is the pac
7
7
- Never work on `main`. Create an issue (labeled) → branch `feature/<issue#>_PascalCase`
8
8
or `fix/<issue#>_PascalCase` → PR (labeled) with `Closes #<issue>` → squash-merge +
9
9
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.
11
11
- Use CLI tooling whenever one exists (`gh issue create`, `gh pr create`, generators, etc.).
12
12
- No AI / Claude attribution in commits or PRs. Ever.
13
13
- 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)
27
27
28
28
## Build output
29
29
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`.
31
31
32
32
## Deploy
33
33
@@ -38,7 +38,7 @@ Cloudflare build settings:
38
38
- Output: `dist/SchulyWebsite/browser`
39
39
- Env: `BUN_VERSION=1.2.21`
40
40
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.
0 commit comments