Skip to content

Commit 3b421b1

Browse files
committed
docs: trim removed v3 provider apps from server-change area lists
Devin/CodeRabbit flagged that the .server-changes area enum still listed coordinator/kubernetes-provider/docker-provider in CONTRIBUTING.md, the .server-changes README, and the server-apps rule file.
1 parent f03ef1a commit 3b421b1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.claude/rules/server-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ paths:
55

66
# Server App Changes
77

8-
When modifying server apps (webapp, supervisor, coordinator, etc.) with **no package changes**, add a `.server-changes/` file instead of a changeset:
8+
When modifying server apps (webapp, supervisor, etc.) with **no package changes**, add a `.server-changes/` file instead of a changeset:
99

1010
```bash
1111
cat > .server-changes/descriptive-name.md << 'EOF'
@@ -18,6 +18,6 @@ Brief description of what changed and why.
1818
EOF
1919
```
2020

21-
- **area**: `webapp` | `supervisor` | `coordinator` | `kubernetes-provider` | `docker-provider`
21+
- **area**: `webapp` | `supervisor`
2222
- **type**: `feature` | `fix` | `improvement` | `breaking`
2323
- If the PR also touches `packages/`, just the changeset is sufficient (no `.server-changes/` needed).

.server-changes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Server Changes
22

3-
This directory tracks changes to server-only components (webapp, supervisor, coordinator, etc.) that are not captured by changesets. Changesets only track published npm packages — server changes would otherwise go undocumented.
3+
This directory tracks changes to server-only components (webapp, supervisor, etc.) that are not captured by changesets. Changesets only track published npm packages — server changes would otherwise go undocumented.
44

55
## When to add a file
66

@@ -31,7 +31,7 @@ Speed up batch queue processing by removing stalls and fixing retry race
3131

3232
### Fields
3333

34-
- **area** (required): `webapp` | `supervisor` | `coordinator` | `kubernetes-provider` | `docker-provider`
34+
- **area** (required): `webapp` | `supervisor`
3535
- **type** (required): `feature` | `fix` | `improvement` | `breaking`
3636

3737
### Description

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ EOF
281281
```
282282

283283
**Fields:**
284-
- `area` (required): `webapp` | `supervisor` | `coordinator` | `kubernetes-provider` | `docker-provider`
284+
- `area` (required): `webapp` | `supervisor`
285285
- `type` (required): `feature` | `fix` | `improvement` | `breaking`
286286

287287
The body text (below the frontmatter) is a one-line description of the change. Keep it concise — it will appear in release notes.

0 commit comments

Comments
 (0)