Skip to content

Commit 141d301

Browse files
VedranZoricicclaude
andcommitted
Fix misleading version defaults table in version-propagation.md
Remove the intercom_version default column that mixed two different patterns without explanation, making v2.15 look like an anomaly. Instead, point readers to check the actual file. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d491ac9 commit 141d301

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

.claude/skills/generate-openapi-from-pr/version-propagation.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@ How to decide which API version spec files to update and how to propagate change
44

55
## Version Directory Mapping
66

7-
| Version | Directory | intercom_version default | Notes |
8-
|---|---|---|---|
9-
| Unstable | `descriptions/0/` | `Unstable` | All new features land here first |
10-
| 2.15 | `descriptions/2.15/` | `2.14` | Current latest stable |
11-
| 2.14 | `descriptions/2.14/` | `2.14` | |
12-
| 2.13 | `descriptions/2.13/` | `2.11` | |
13-
| 2.12 | `descriptions/2.12/` | `2.11` | |
14-
| 2.11 | `descriptions/2.11/` | `2.11` | |
15-
| 2.10 | `descriptions/2.10/` | `2.10` | |
16-
| 2.9 | `descriptions/2.9/` | `2.9` | |
17-
| 2.8 | `descriptions/2.8/` | `2.8` | |
18-
| 2.7 | `descriptions/2.7/` | `2.7` | |
7+
| Version | Directory | Notes |
8+
|---|---|---|
9+
| Unstable | `descriptions/0/` | All new features land here first |
10+
| 2.15 | `descriptions/2.15/` | Current latest stable |
11+
| 2.14 | `descriptions/2.14/` | Stable SDK source (used by Fern) |
12+
| 2.13 | `descriptions/2.13/` | |
13+
| 2.12 | `descriptions/2.12/` | |
14+
| 2.11 | `descriptions/2.11/` | |
15+
| 2.10 | `descriptions/2.10/` | |
16+
| 2.9 | `descriptions/2.9/` | |
17+
| 2.8 | `descriptions/2.8/` | |
18+
| 2.7 | `descriptions/2.7/` | |
19+
20+
Each version file is independent — always check the actual `intercom_version` schema in the file for its `default` and `enum` values before editing.
1921

2022
## Decision Tree: Which Versions to Update
2123

0 commit comments

Comments
 (0)