Skip to content

Commit 31409c4

Browse files
committed
Add brand assets to README
1 parent 4f58329 commit 31409c4

1 file changed

Lines changed: 34 additions & 2 deletions

File tree

README.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
1+
<p align="center">
2+
<img src="assets/banner.svg" alt="CompText CLI — Compress the noise, preserve the proof" width="100%">
3+
</p>
4+
15
# CompText CLI
26

3-
**Models are providers. Context is the product.**
7+
<p align="center">
8+
<img src="assets/mark.svg" alt="CompText mark" width="96" height="96">
9+
</p>
10+
11+
<p align="center">
12+
<strong>Models are providers. Context is the product.</strong><br>
13+
<strong>Compress the noise, preserve the proof.</strong>
14+
</p>
415

5-
**Compress the noise, preserve the proof.**
16+
<p align="center">
17+
<a href="#quickstart">Quickstart</a> ·
18+
<a href="#why-comptext">Why CompText?</a> ·
19+
<a href="#artifacts">Artifacts</a> ·
20+
<a href="#contributing">Contributing</a> ·
21+
<a href="assets/README.md">Brand Assets</a>
22+
</p>
623

724
CompText CLI (`ctxt`) is an experimental, local-first terminal tool for turning messy repository state into deterministic, reviewable Context Packs before talking to model providers.
825

@@ -254,6 +271,21 @@ flowchart TD
254271

255272
---
256273

274+
## Brand Assets
275+
276+
Repository artwork lives in [`assets/`](assets/README.md):
277+
278+
```text
279+
assets/logo.svg Full wordmark logo
280+
assets/mark.svg Square icon / compact mark
281+
assets/banner.svg README banner
282+
assets/social-preview.svg GitHub social preview source artwork
283+
```
284+
285+
To use the social preview on GitHub, export `assets/social-preview.svg` to a `1280x640` PNG and upload it under repository settings.
286+
287+
---
288+
257289
## Context Packs
258290

259291
A Context Pack is the model-facing boundary between raw repository noise and structured task context.

0 commit comments

Comments
 (0)