From 2d6a2030f2ad5b13addb42e2f2e0b94f830c8dd1 Mon Sep 17 00:00:00 2001 From: Ashley Gibson Date: Thu, 14 May 2026 13:39:41 +0100 Subject: [PATCH] Fix incorrect file references in CLAUDE.md file --- CLAUDE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 6374205..ad41731 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -15,9 +15,9 @@ This is a command-line application that does not run on a network port. - **Format**: `pnpm run format` - **Lint**: `pnpm run lint` - **Type Check**: `pnpm run check` -- **Run CLI**: `node ./dist/index.mjs` or `./dist/index.mjs` (after building) -- **Development Mode**: `pnpm tsx --watch index.ts` -- **Quick CLI Command**: `pnpm tsx src/index.tsx application ` +- **Run CLI**: `node ./dist/cli.js` or `./dist/cli.js` (after building) +- **Development Mode**: `pnpm tsx --watch src/index.ts` +- **Quick CLI Command**: `pnpm tsx src/index.ts application ` ## Architecture @@ -30,7 +30,7 @@ GoDaddy CLI is a terminal-based application built using: ### Core Architecture Components: -1. **Entry Point** (`src/index.tsx`): Defines the CLI command structure using Commander.js and renders commands with Ink +1. **Entry Point** (`src/index.ts`): Defines the CLI command structure using Commander.js and renders commands with Ink 2. **Command Structure**: - Root commands (application, webhook, auth, env)