Skip to content

Commit 10f9558

Browse files
committed
docs(readme): replace rock logo with light mark
1 parent fb48ddc commit 10f9558

3 files changed

Lines changed: 78 additions & 1 deletion

File tree

.github/assets/omo-icon-light.svg

Lines changed: 42 additions & 0 deletions
Loading
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# README Light Logo QA
2+
3+
## What was tested
4+
5+
- Compared `.github/assets/omo-icon-light.svg` with the source asset from
6+
`sisyphuslabs-web/public/assets/omo-icon-light.svg` using SHA-256.
7+
- Parsed the committed SVG with `xmllint --noout`.
8+
- Confirmed the root `README.md` references the tracked
9+
`.github/assets/omo-icon-light.svg` file.
10+
- Rendered the committed SVG through macOS Quick Look at 512 px and inspected
11+
the resulting PNG.
12+
13+
## What was observed
14+
15+
- Source and committed SHA-256:
16+
`0cb99c9fc750827f2c35ae99659de6d40e03ae7b1d79d3c29f1002017fe33b0a`.
17+
- XML parsing completed without errors.
18+
- The root README image path resolves to the tracked light SVG.
19+
- The rendered image was 512 x 512 with alpha and visibly showed the intended
20+
dark OmO cat mark on the light rounded-square background, with no clipping or
21+
malformed paths.
22+
- Manual render artifact during QA:
23+
`/tmp/omo-light-logo-qa/omo-icon-light.svg.png`.
24+
25+
## Why it is enough
26+
27+
The exact source hash proves the committed file is the requested light asset.
28+
Parsing and path-resolution checks cover broken-file and broken-link risks.
29+
The rendered image inspection covers the user-visible README logo surface.
30+
31+
## What was omitted
32+
33+
- The temporary rendered PNG is not committed because it is a derived QA
34+
artifact and the source SVG is the shipped asset.
35+
- No credentials, environment dumps, or private logs were captured.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src=".github/assets/lazycodex-logo.png" alt="LazyCodex" width="280">
2+
<img src=".github/assets/omo-icon-light.svg" alt="LazyCodex" width="280">
33

44
<h1>LazyCodex</h1>
55

0 commit comments

Comments
 (0)