Refresh init intro: CONTEXT/TOOLS table and support links - #368
Open
eze-githits wants to merge 2 commits into
Open
Refresh init intro: CONTEXT/TOOLS table and support links#368eze-githits wants to merge 2 commits into
eze-githits wants to merge 2 commits into
Conversation
Reworks the `githits init` onboarding banner: new lede and title copy, a version tag beside the logo, a bordered two-column capability table that degrades to a stacked list on narrow terminals, and a green checkmark on the "no cloning required" note. Recolors the shared green used across CLI and MCP text output (success checkmarks, setup rows, diff markers) to brand mint #57FEC9 via truecolor, with a default-foreground fallback. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XQXxFxmJFVGwWHTHHxQCtg
Replace the prose capability descriptions with a compact CONTEXT/TOOLS table grouping GitHits tools by family (CODE, DOCS, PACKAGE), and add FAQ and support contact lines below the docs link in the `githits init` onboarding banner. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Hg7zojvyJ1gCLrEte26sKU
eze-githits
requested review from
jack-githits,
jlitola,
nathanBurg and
skvark
September 7, 2026 13:09
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.
What
Continues the
githits initonboarding intro refresh:Capability table — replaces the prose capability descriptions with a compact
CONTEXT/TOOLStable grouping tools by family:Support links — adds FAQ and support contact lines below the docs link:
The table keeps the existing ASCII
-/|bordered rendering and its stacked fallback on narrow terminals.Screenshot
Testing
bun test src/commands/init/init.test.ts— 215/215bun run build— cleanbun run smoke:cli— pass