Skip to content

Feature/frostr icon#13

Merged
AustinKelsay merged 5 commits intostagingfrom
feature/frostr-icon
Jan 4, 2026
Merged

Feature/frostr icon#13
AustinKelsay merged 5 commits intostagingfrom
feature/frostr-icon

Conversation

@AustinKelsay
Copy link
Copy Markdown
Member

@AustinKelsay AustinKelsay commented Jan 4, 2026

Summary by CodeRabbit

  • New Features

    • Added ASCII art icon to help interface
    • Added animated ASCII art that cycles in the introduction screen
  • Documentation

    • Restructured CLI command documentation with improved command examples and namespace organization
    • Added environment variable references for configuration

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 4, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

📝 Walkthrough

Walkthrough

Documentation updated to reflect igloo as the primary binary with new command namespaces (share, keyset, keys), and ASCII art icons added to Help and Intro UI components with animation support.

Changes

Cohort / File(s) Summary
CLI Documentation
CLAUDE.md
Restructured command documentation shifting from igloo-cli to igloo primary binary; added Bun-based build/dev/test scripts; introduced modular namespace layout (share, keyset, keys); updated environment variable references (IGLOO_DEBUG_ECHO, IGLOO_TEST_RELAY, IGLOO_DISABLE_RAW_MODE); expanded command structure documentation with dedicated sections for each namespace
UI Component Enhancements
src/components/Help.tsx, src/components/Intro.tsx
Added static ASCII art icon (FROSTR_ICON) rendered as cyan Text in Help; added animated 8-frame ASCII art sequence (ICON_FRAMES) in Intro with useEffect-driven 200ms frame cycling and state management via useState

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Poem

🐰 A rabbit hops through ASCII frames,
Dancing icons, brand new names,
Igloo glows in cyan light,
Namespaces organize just right! ✨

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. You can run @coderabbitai generate docstrings to improve docstring coverage.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Feature/frostr icon' accurately reflects the main change in the PR, which adds a frostr icon to the Help and Intro components.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@AustinKelsay
Copy link
Copy Markdown
Member Author

@CodeRabbit full review

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 4, 2026

✅ Actions performed

Full review triggered.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
llm/context/ascii/keys.md (1)

52-52: Minor markdown style: wrap email in angle brackets.

Line 52 contains a bare email address. For markdown compliance, consider wrapping it in angle brackets:

From: <soeren@hugin.westfalen.de> (Soeren M Soerries)

Note: The static analysis flags on lines 56 and 72 regarding "spaces inside code spans" are false positives—those backticks are part of the ASCII art design, not markdown code syntax.

📜 Review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4e732cc and 2939d30.

📒 Files selected for processing (6)
  • CLAUDE.md
  • llm/context/ascii/keys.md
  • llm/context/ascii/snowflakes.md
  • llm/context/ascii/squished-icon.md
  • src/components/Help.tsx
  • src/components/Intro.tsx
🧰 Additional context used
📓 Path-based instructions (8)
llm/**

📄 CodeRabbit inference engine (AGENTS.md)

Keep protocol prompts and agent scripts in llm/ and update them when UX flows change

Files:

  • llm/context/ascii/snowflakes.md
  • llm/context/ascii/keys.md
  • llm/context/ascii/squished-icon.md
src/**/*.tsx

📄 CodeRabbit inference engine (CLAUDE.md)

Use Ink components (, , etc.) for terminal UI and do not use HTML elements

Files:

  • src/components/Intro.tsx
  • src/components/Help.tsx
src/**/*.{ts,tsx}

📄 CodeRabbit inference engine (CLAUDE.md)

All import specifiers must include .js extensions (TypeScript ESM requirement) even though source files are .ts/.tsx

Files:

  • src/components/Intro.tsx
  • src/components/Help.tsx
src/components/**

📄 CodeRabbit inference engine (CLAUDE.md)

All UI components should live under src/components/

Files:

  • src/components/Intro.tsx
  • src/components/Help.tsx
src/components/**/*.tsx

📄 CodeRabbit inference engine (CLAUDE.md)

When adding a new command, implement it as a component under src/components/

Store reusable UI components under src/components/

Files:

  • src/components/Intro.tsx
  • src/components/Help.tsx
src/components/Intro.tsx

📄 CodeRabbit inference engine (CLAUDE.md)

When adding a new command, update command examples in Intro.tsx if applicable

Files:

  • src/components/Intro.tsx
**/*.{ts,tsx}

📄 CodeRabbit inference engine (AGENTS.md)

**/*.{ts,tsx}: Use TypeScript with ESM, 2-space indentation, single quotes, and trailing commas
Order imports from shallow-to-deep
Use camelCase for utility function and variable names
Use SCREAMING_SNAKE_CASE for constants

Files:

  • src/components/Intro.tsx
  • src/components/Help.tsx
src/components/**/*.{ts,tsx}

📄 CodeRabbit inference engine (AGENTS.md)

Name React components using PascalCase

Files:

  • src/components/Intro.tsx
  • src/components/Help.tsx
🧠 Learnings (8)
📚 Learning: 2025-10-08T16:24:14.475Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-10-08T16:24:14.475Z
Learning: Applies to src/cli.tsx : Keep the CLI entrypoint in src/cli.tsx and use it to bootstrap Ink rendering

Applied to files:

  • CLAUDE.md
  • src/components/Intro.tsx
📚 Learning: 2025-10-03T23:45:30.161Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-10-03T23:45:30.161Z
Learning: Applies to tsup.config.ts : Build output should be dist/cli.js and include a shebang (#!/usr/bin/env node)

Applied to files:

  • CLAUDE.md
📚 Learning: 2025-10-03T23:45:30.161Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-10-03T23:45:30.161Z
Learning: Applies to src/cli.tsx : When adding command flags, extend parseArgv() in cli.tsx for any custom parsing logic

Applied to files:

  • CLAUDE.md
📚 Learning: 2025-10-03T23:45:30.161Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-10-03T23:45:30.161Z
Learning: Applies to tsup.config.ts : tsup entry must be src/cli.tsx

Applied to files:

  • CLAUDE.md
📚 Learning: 2025-10-08T16:24:14.475Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-10-08T16:24:14.475Z
Learning: Applies to src/cli.tsx : Keep CLI flags lower-case (e.g., --verbose)

Applied to files:

  • CLAUDE.md
📚 Learning: 2025-10-03T23:45:30.161Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-10-03T23:45:30.161Z
Learning: Applies to src/cli.tsx : Argument parsing is handled manually in cli.tsx via parseArgv() and must support --flag value, --flag=value, and -f value forms

Applied to files:

  • CLAUDE.md
📚 Learning: 2025-10-03T23:45:30.161Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-10-03T23:45:30.161Z
Learning: Applies to src/components/Intro.tsx : When adding a new command, update command examples in Intro.tsx if applicable

Applied to files:

  • src/components/Intro.tsx
📚 Learning: 2025-10-03T23:45:30.161Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-10-03T23:45:30.161Z
Learning: Applies to src/**/*.tsx : Use Ink components (<Box>, <Text>, etc.) for terminal UI and do not use HTML elements

Applied to files:

  • src/components/Intro.tsx
  • src/components/Help.tsx
🪛 LanguageTool
llm/context/ascii/squished-icon.md

[uncategorized] ~21-~21: Pontuação duplicada
Context: ... /-//\ / --- \ /\-\ |//| ) ) | | ( ( |\| /-//\ \ | | ...

(DOUBLE_PUNCTUATION_XML)


[uncategorized] ~21-~21: Pontuação duplicada
Context: ... --- \ /\-\ |//| ) ) | | ( ( |\| /-//\ \ | | / /\-\ ...

(DOUBLE_PUNCTUATION_XML)


[uncategorized] ~23-~23: Pontuação duplicada
Context: ...| /-//\ \ | | / /\-\ ) )|| | | ||( ( //\ || |...

(DOUBLE_PUNCTUATION_XML)


[uncategorized] ~23-~23: Pontuação duplicada
Context: ...| / /\-\ ) )|| | | ||( ( //\ || | | ||/ /\ ) ...

(DOUBLE_PUNCTUATION_XML)


[uncategorized] ~24-~24: Pontuação duplicada
Context: ... ( //\ || | | ||/ /\ ) ) || |) | | (| || ( ( \\ || |\ ...

(DOUBLE_PUNCTUATION_XML)


[typographical] ~25-~25: Símbolo sem par: “(“ aparentemente está ausente
Context: .../\ || | | ||/ /\ ) ) || |) | | (| || ( ( \\ || |\ | |...

(UNPAIRED_BRACKETS)


[uncategorized] ~25-~25: Pontuação duplicada
Context: ... ||/ /\ ) ) || |) | | (| || ( ( \\ || |\ | | /| || /// ...

(DOUBLE_PUNCTUATION_XML)

🪛 markdownlint-cli2 (0.18.1)
CLAUDE.md

52-52: Bare URL used

(MD034, no-bare-urls)


56-56: Spaces inside code span elements

(MD038, no-space-in-code)


72-72: Spaces inside code span elements

(MD038, no-space-in-code)

llm/context/ascii/keys.md

52-52: Bare URL used

(MD034, no-bare-urls)


56-56: Spaces inside code span elements

(MD038, no-space-in-code)


72-72: Spaces inside code span elements

(MD038, no-space-in-code)

🔇 Additional comments (10)
llm/context/ascii/snowflakes.md (1)

1-76: ASCII art asset well-organized and properly attributed.

This file provides a clean, organized collection of ASCII snowflake designs with clear attribution to itz (Ilmarin Karonen). The structure and content are appropriate for documentation assets in llm/context/ascii/.

CLAUDE.md (4)

24-37: Development commands section is clear and helpful.

The npm scripts and Bun alternatives are well-documented. The addition of the direct node invocation comment on line 24 and Bun variants on line 37 provide good flexibility for developers.


39-65: Command structure documentation is comprehensive and well-organized.

This section clearly maps the dual binary names (igloo and igloo-cli), top-level commands, and namespace hierarchies (share, keyset, keys). The structure aligns well with the project's architecture and provides clear guidance for CLI usage and extension.


68-104: Architecture documentation provides excellent developer guidance.

The entry point, routing, component organization, core library structure, and dependency sections give new developers (and Claude Code) a clear mental model of the codebase. The component tree is particularly helpful for understanding the project layout.


117-137: Key patterns and environment variables sections are valuable additions.

These sections consolidate important patterns (Ink components, ESM imports, flag parsing) and expose useful environment variables for debugging and testing. This information will help maintainers and contributors work effectively within the project's constraints.

src/components/Help.tsx (1)

4-25: LGTM! ASCII art icon addition looks great.

The FROSTR_ICON constant and rendering logic are well-implemented. The icon is properly centered, styled with cyan color, and uses Ink components correctly. The visual consistency with the animated icon in Intro.tsx creates a cohesive user experience.

llm/context/ascii/squished-icon.md (1)

1-38: ASCII art documentation looks good.

This is a valid ASCII art asset for LLM context. The static analysis hints flagging "duplicate punctuation" and "unpaired brackets" are false positives—language tools naturally misinterpret ASCII art characters as grammatical errors.

src/components/Intro.tsx (3)

4-86: LGTM! Well-structured animation frames.

The ICON_FRAMES constant is excellently documented with clear comments describing each frame's rotation angle. The 8-frame sequence should create a smooth twirling animation effect. The constant naming follows the SCREAMING_SNAKE_CASE convention per coding guidelines.


94-102: LGTM! Solid animation implementation.

The animation logic is correctly implemented:

  • useState properly manages frame index
  • useEffect with empty dependency array runs once on mount
  • setInterval cycles frames every 200ms (5 FPS—appropriate for ASCII art)
  • Modulo operator ensures smooth looping through all frames
  • Cleanup function prevents memory leaks by clearing the interval on unmount

107-107: LGTM! Frame rendering is clean and consistent.

The frame rendering correctly accesses ICON_FRAMES[frameIndex] with no risk of out-of-bounds access. The cyan styling matches the static icon in Help.tsx, creating visual consistency across the CLI.

@AustinKelsay
Copy link
Copy Markdown
Member Author

@CodeRabbit full review

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 4, 2026

✅ Actions performed

Full review triggered.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4e732cc and e026df6.

📒 Files selected for processing (3)
  • CLAUDE.md
  • src/components/Help.tsx
  • src/components/Intro.tsx
🧰 Additional context used
📓 Path-based instructions (7)
src/**/*.tsx

📄 CodeRabbit inference engine (CLAUDE.md)

Use Ink components (, , etc.) for terminal UI and do not use HTML elements

Files:

  • src/components/Intro.tsx
  • src/components/Help.tsx
src/**/*.{ts,tsx}

📄 CodeRabbit inference engine (CLAUDE.md)

All import specifiers must include .js extensions (TypeScript ESM requirement) even though source files are .ts/.tsx

Files:

  • src/components/Intro.tsx
  • src/components/Help.tsx
src/components/**

📄 CodeRabbit inference engine (CLAUDE.md)

All UI components should live under src/components/

Files:

  • src/components/Intro.tsx
  • src/components/Help.tsx
src/components/**/*.tsx

📄 CodeRabbit inference engine (CLAUDE.md)

When adding a new command, implement it as a component under src/components/

Store reusable UI components under src/components/

Files:

  • src/components/Intro.tsx
  • src/components/Help.tsx
src/components/Intro.tsx

📄 CodeRabbit inference engine (CLAUDE.md)

When adding a new command, update command examples in Intro.tsx if applicable

Files:

  • src/components/Intro.tsx
**/*.{ts,tsx}

📄 CodeRabbit inference engine (AGENTS.md)

**/*.{ts,tsx}: Use TypeScript with ESM, 2-space indentation, single quotes, and trailing commas
Order imports from shallow-to-deep
Use camelCase for utility function and variable names
Use SCREAMING_SNAKE_CASE for constants

Files:

  • src/components/Intro.tsx
  • src/components/Help.tsx
src/components/**/*.{ts,tsx}

📄 CodeRabbit inference engine (AGENTS.md)

Name React components using PascalCase

Files:

  • src/components/Intro.tsx
  • src/components/Help.tsx
🧠 Learnings (16)
📚 Learning: 2025-10-03T23:45:30.161Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-10-03T23:45:30.161Z
Learning: Applies to src/components/Intro.tsx : When adding a new command, update command examples in Intro.tsx if applicable

Applied to files:

  • src/components/Intro.tsx
  • src/components/Help.tsx
📚 Learning: 2025-10-08T16:24:14.475Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-10-08T16:24:14.475Z
Learning: Applies to src/cli.tsx : Keep the CLI entrypoint in src/cli.tsx and use it to bootstrap Ink rendering

Applied to files:

  • src/components/Intro.tsx
  • CLAUDE.md
  • src/components/Help.tsx
📚 Learning: 2025-10-03T23:45:30.161Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-10-03T23:45:30.161Z
Learning: Applies to src/App.tsx : Extract flags from props in App.tsx and pass them to command components; add validation/defaults as needed

Applied to files:

  • src/components/Intro.tsx
📚 Learning: 2025-10-03T23:45:30.161Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-10-03T23:45:30.161Z
Learning: Applies to src/**/*.tsx : Use Ink components (<Box>, <Text>, etc.) for terminal UI and do not use HTML elements

Applied to files:

  • src/components/Intro.tsx
  • src/components/Help.tsx
📚 Learning: 2025-10-03T23:45:30.161Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-10-03T23:45:30.161Z
Learning: Applies to tsup.config.ts : Build output should be dist/cli.js and include a shebang (#!/usr/bin/env node)

Applied to files:

  • CLAUDE.md
📚 Learning: 2025-10-03T23:45:30.161Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-10-03T23:45:30.161Z
Learning: Applies to src/cli.tsx : When adding command flags, extend parseArgv() in cli.tsx for any custom parsing logic

Applied to files:

  • CLAUDE.md
📚 Learning: 2025-10-03T23:45:30.161Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-10-03T23:45:30.161Z
Learning: Applies to tsup.config.ts : tsup entry must be src/cli.tsx

Applied to files:

  • CLAUDE.md
📚 Learning: 2025-10-08T16:24:14.475Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-10-08T16:24:14.475Z
Learning: Applies to src/cli.tsx : Keep CLI flags lower-case (e.g., --verbose)

Applied to files:

  • CLAUDE.md
📚 Learning: 2025-10-03T23:45:30.161Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-10-03T23:45:30.161Z
Learning: Applies to src/cli.tsx : Argument parsing is handled manually in cli.tsx via parseArgv() and must support --flag value, --flag=value, and -f value forms

Applied to files:

  • CLAUDE.md
📚 Learning: 2025-10-03T23:45:30.161Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-10-03T23:45:30.161Z
Learning: Applies to src/**/*.{ts,tsx} : All import specifiers must include .js extensions (TypeScript ESM requirement) even though source files are .ts/.tsx

Applied to files:

  • src/components/Help.tsx
📚 Learning: 2025-10-08T16:24:14.475Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-10-08T16:24:14.475Z
Learning: Applies to **/*.{ts,tsx} : Use TypeScript with ESM, 2-space indentation, single quotes, and trailing commas

Applied to files:

  • src/components/Help.tsx
📚 Learning: 2025-10-08T16:24:14.475Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-10-08T16:24:14.475Z
Learning: Applies to **/*.{ts,tsx} : Use camelCase for utility function and variable names

Applied to files:

  • src/components/Help.tsx
📚 Learning: 2025-10-08T16:24:14.475Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-10-08T16:24:14.475Z
Learning: Applies to **/*.{ts,tsx} : Order imports from shallow-to-deep

Applied to files:

  • src/components/Help.tsx
📚 Learning: 2025-10-08T16:24:14.475Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-10-08T16:24:14.475Z
Learning: Applies to src/components/**/*.{ts,tsx} : Name React components using PascalCase

Applied to files:

  • src/components/Help.tsx
📚 Learning: 2025-10-08T16:24:14.475Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: AGENTS.md:0-0
Timestamp: 2025-10-08T16:24:14.475Z
Learning: Applies to **/*.{ts,tsx} : Use SCREAMING_SNAKE_CASE for constants

Applied to files:

  • src/components/Help.tsx
📚 Learning: 2025-10-03T23:45:30.161Z
Learnt from: CR
Repo: FROSTR-ORG/igloo-cli PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-10-03T23:45:30.161Z
Learning: Applies to tsup.config.ts : Bundle format is ESM only

Applied to files:

  • src/components/Help.tsx
🪛 markdownlint-cli2 (0.18.1)
CLAUDE.md

75-75: Fenced code blocks should have a language specified

(MD040, fenced-code-language)

🔇 Additional comments (7)
src/components/Help.tsx (1)

4-25: LGTM! ASCII art icon properly integrated.

The FROSTR_ICON constant follows the SCREAMING_SNAKE_CASE naming convention, and the icon is correctly rendered using Ink's <Text> component with proper centering. The ASCII art is well-formed and consistent with the styling used in Intro.tsx.

src/components/Intro.tsx (4)

1-1: LGTM! Appropriate use of named imports for hooks.

Switching to named imports for useState and useEffect is correct and aligns with React best practices when only hooks are needed.


4-86: LGTM! Well-structured animation frames.

The ICON_FRAMES constant follows the SCREAMING_SNAKE_CASE convention and provides clear documentation for each frame's rotation angle. The ASCII art is properly formatted with consistent spacing.


94-102: LGTM! Proper interval lifecycle management.

The animation state is correctly managed with useState, and the useEffect hook properly cleans up the interval on unmount, preventing memory leaks.


107-107: LGTM! Animated icon properly rendered.

The dynamic frame rendering with cyan color is consistent with the styling pattern established in Help.tsx.

CLAUDE.md (2)

24-37: LGTM! Documentation properly updated for binary name changes.

The updates consistently reflect the transition from igloo-cli to igloo as the primary binary name, and the addition of Bun alternatives provides useful development options.


39-103: LGTM! Comprehensive command structure and architecture documentation.

The restructured documentation clearly outlines the command hierarchy and component organization, providing excellent guidance for both Claude and human developers working in this codebase.

@AustinKelsay AustinKelsay merged commit f07c0fc into staging Jan 4, 2026
2 checks passed
@coderabbitai coderabbitai bot mentioned this pull request Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant