Skip to content

Commit ffe61f6

Browse files
[fern-replay] Initialize Replay for SDK customizations (#833)
## Replay Initialization This PR initializes [Fern Replay](https://buildwithfern.com) for this SDK repository. Replay automatically preserves your customizations across SDK regenerations. **Base generation commit:** `ae22120` Clean start — no historical patches imported. Future customizations will be tracked automatically. --- Once merged, your customizations will be automatically preserved on future `fern generate` runs. Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
1 parent de316f0 commit ffe61f6

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.fern/replay.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# DO NOT EDIT MANUALLY - Managed by Fern Replay
2+
version: "1.0"
3+
generations:
4+
- commit_sha: de316f0260ef1fa7c3626cbe771b167fd119439c
5+
tree_hash: 8a8087896ee9fee5f1d6bb4c86a8f007a0a4f12f
6+
timestamp: 2026-04-28T17:41:46.911Z
7+
cli_version: unknown
8+
generator_versions: {}
9+
current_generation: de316f0260ef1fa7c3626cbe771b167fd119439c
10+
patches: []

.fernignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ LICENSE
4141

4242
# GitHub workflows and configuration
4343
.github/
44+
.fern/replay.lock
45+
.fern/replay.yml
46+
.gitattributes

0 commit comments

Comments
 (0)