You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the ripple symbol as GitMem's ASCII brand mark — a memory
node radiating outward. Prepended to every productLine() output
via exported RIPPLE constant. Dim outer ring, red inner ring,
bold center dot. Documents the mark in cli-ux-guidelines.md.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/cli-ux-guidelines.md
+33-16Lines changed: 33 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,21 +150,35 @@ The severity brackets (`[!!]`, `[!]`, `[~]`, `[-]`) are 4 chars wide including b
150
150
151
151
## Layout Structure
152
152
153
+
### Brand Mark (Ripple)
154
+
155
+
The **ripple**`((●))` is GitMem's brand mark — a memory node radiating outward. It precedes the product name on every product line.
156
+
157
+
```
158
+
{dim}({/}{red}({/}{bold}●{/}{red}){/}{dim}){/}
159
+
```
160
+
161
+
-**Bold `●`** — the core memory (center dot, U+25CF)
162
+
-**Red `()`** — the inner ring (brand accent)
163
+
-**Dim `()`** — the outer ring (fading outward)
164
+
165
+
The gradient (bold → red → dim) evokes knowledge radiating from a single point — recall, rippling through sessions. The `●` is a Tier 1 safe character (U+25CF, BMP, single-width in all terminals).
166
+
153
167
### Product Line
154
168
155
-
Every display output starts with a **product line** — the tool identity. The word `gitmem` is always red:
169
+
Every display output starts with a **product line** — the ripple mark, product name, and tool identity:
0 commit comments