From 76d7db28ee2ddec7201b71379e7aaa9c263014f7 Mon Sep 17 00:00:00 2001 From: stefan judis Date: Fri, 26 Jun 2026 17:58:12 +0200 Subject: [PATCH] docs(cli): remove jiti install step from init skill TypeScript check files no longer require jiti, so drop the optional jiti install prompt from the initialize reference. --- packages/cli/src/ai-context/references/initialize.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/packages/cli/src/ai-context/references/initialize.md b/packages/cli/src/ai-context/references/initialize.md index d73f66e62..6ede559a4 100644 --- a/packages/cli/src/ai-context/references/initialize.md +++ b/packages/cli/src/ai-context/references/initialize.md @@ -35,19 +35,10 @@ Continue with the following steps: #### Step 1: Install dependencies -1. **Install the Checkly dependency** +**Install the Checkly dependency** Check if `npx checkly --version` works. If not, run `npm install --save-dev checkly`. -2. **Do you want to use TypeScript? (recommended)** - - If **yes** → install `jiti`: - - ```bash - npm i --save-dev jiti - ``` - - - If **no** → there's nothing to do - #### Step 2: Gather the project requirements Ask the user the following questions to determine the setup: