-
Notifications
You must be signed in to change notification settings - Fork 4
feat(shell): welcome banner redesign + TUI polish, update orchestrator, release-orchestration plans #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
feat(shell): welcome banner redesign + TUI polish, update orchestrator, release-orchestration plans #37
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
bd25b73
docs: add 3-repo release orchestration design spec
elkaix 88286c9
docs: add welcome banner redesign spec (footer chip)
elkaix 5418e72
docs: add welcome banner redesign implementation plan
elkaix 6a5f203
test: lock welcome banner redesign (footer chip, no pipe, split strap…
elkaix ae83bb7
feat(shell): redesign welcome banner with footer chip layout
elkaix d82a963
docs: add P0-P2 release-orchestration implementation plans (draft)
elkaix 822267e
docs: finalize P0-P2 release-orchestration plans
elkaix bceebba
feat(shell): TUI redesign, update orchestrator, release-orchestration…
elkaix cde3740
test(shell): follow-up tweaks to update, feedback, and TUI tests
elkaix 548d96a
fix(ci): make UI tests terminal-agnostic, fix docs build, add changelog
elkaix 5b7b0c6
fix: address CodeRabbit review (null guard, ASCII glyphs, annotations)
elkaix 6fd3899
docs: use repo-relative paths in release-orchestration design spec
elkaix ea90cbe
docs: address CodeRabbit doc nits (relative paths, telemetry wording,…
elkaix 0564e1f
fix(ci): resolve PR 37 review failures
elkaix 915a680
test(cli): normalize export help output
elkaix 2fdb12b
docs(ci): tighten release tag filters
elkaix File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,6 +56,7 @@ static/ | |
| .memo/ | ||
| .entire | ||
| .claude | ||
| .pythinker/ | ||
| .worktrees/ | ||
| blackbox/ | ||
|
|
||
|
|
||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # Product | ||
|
|
||
| ## Register | ||
|
|
||
| Use a product-engineering register: concise, practical, and confident. Write for developers who value clear terminal workflows; prefer precise verbs, concrete outcomes, and short examples over marketing slogans. | ||
|
|
||
| ## Users | ||
|
|
||
| Developers using Pythinker inside terminal workflows, including PowerShell, Windows Terminal, macOS Terminal, iTerm2, GNOME Terminal, CI logs, SSH sessions, and low-color or no-color shells. They are reviewing code, diagnosing failures, running commands, approving changes, and switching between AI and shell work. | ||
|
|
||
| ## Product Purpose | ||
|
|
||
| Pythinker Code is a review-first AI engineering CLI. The interface should help users understand what the agent is doing, trust approvals and results, move quickly through repeated terminal actions, and keep context visible without leaving the shell. | ||
|
|
||
| ## Brand Personality | ||
|
|
||
| Disciplined, terminal-native, precise. | ||
|
|
||
| ## Anti-references | ||
|
|
||
| Do not make the TUI feel like a neon dashboard, glassmorphism mockup, emoji-heavy chat toy, or novelty terminal skin. Avoid fragile color-only semantics, excessive borders, box-heavy layouts, decorative motion, AI-purple gradients, and UI effects that slow repeated keyboard workflows. | ||
|
|
||
| ## Design Principles | ||
|
|
||
| 1. Standardize first: core structure, labels, states, and colors must behave consistently across shells and terminal capabilities. | ||
| 2. Text is the UI: layout, copy, hierarchy, and semantic labels should remain usable in no-color and narrow-width environments. | ||
| 3. Speed over spectacle: feedback should be immediate, short, and interruptible; repeated keyboard actions should not animate. | ||
| 4. State must be explicit: approvals, background work, errors, warnings, and tool execution need clear shape and wording, not just color. | ||
| 5. Compatibility is craft: PowerShell, Windows Terminal, Unix terminals, SSH, CI, and screen readers should all get a coherent experience. | ||
|
|
||
| ## Accessibility & Inclusion | ||
|
|
||
| Target WCAG-minded contrast within ANSI limitations, colorblind-safe state semantics, reduced-motion behavior, keyboard-first operation, graceful no-color fallback, and responsive rendering from narrow split panes to wide terminals. |
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.