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
HYPERFLEET-1017 - chore: restore aliases.tsp symlink and update CLAUDE.md
- Restore aliases.tsp symlink in git pointing to aliases-core.tsp by default
- Document aliases.tsp convention in CLAUDE.md
- Add changelog update instructions to CLAUDE.md
The `aliases.tsp` symlink determines which provider types are active. The `build-schema.sh` script automatically re-links this during builds.
38
+
The `aliases.tsp` symlink determines which provider types are active. The `build-schema.sh` script automatically re-links this during builds. The symlink is tracked in git and should always point to `aliases-core.tsp` by default. Do not remove it from version control or add it to `.gitignore`.
39
39
40
40
**When adding new models:**
41
41
- Shared models → `models/`
@@ -188,6 +188,15 @@ alias ClusterSpec = GCPClusterSpec;
188
188
189
189
Build: `npm run build:gcp`
190
190
191
+
## Version Bump and Changelog
192
+
193
+
When bumping the version in `main.tsp`, always update `CHANGELOG.md`:
194
+
195
+
1. Keep `## [Unreleased]` at the top, then add a new version section as `## [X.Y.Z] - YYYY-MM-DD`
196
+
2. List changes under appropriate headings (`Added`, `Changed`, `Fixed`, `Removed`)
197
+
3. Update the comparison links at the bottom of the file
198
+
4. Follow [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format
0 commit comments