WKS-2691 - jf worker init fetches tsconfig.json from the platform with embedded fallback - #62
Open
ehl-jf wants to merge 3 commits into
Open
WKS-2691 - jf worker init fetches tsconfig.json from the platform with embedded fallback#62ehl-jf wants to merge 3 commits into
ehl-jf wants to merge 3 commits into
Conversation
…h embedded fallback - Add FetchTsConfig helper (GET worker/api/v1/scaffold/tsconfig) - jf worker init fetches tsconfig.json from the server, falls back to an embedded strict-mode default on any fetch problem, and skips generation if tsconfig.json already exists (still overwritable with --force) - Update AI-agent help text to describe the new behavior
…T1003 naming lint
Contributor
Unit Tests Results267 tests +10 267 ✅ +10 1m 16s ⏱️ -6s Results for commit 623a3cd. ± Comparison against base commit 6053ab3. This pull request removes 2 and adds 12 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
vitaliil-jfrog
approved these changes
Sep 4, 2026
Collaborator
QA passed — ready for merge (WKS-2691)Manual (VS Code / CLI against
Also covered: skip existing tsconfig, Jira moved to Ready For Merge. |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
FetchTsConfighelper (GET worker/api/v1/scaffold/tsconfig)jf worker initnow fetchestsconfig.jsonfrom the server, falls back to an embedded strict-mode default on any fetch problem, and skips generation iftsconfig.jsonalready exists (still overwritable with--force)