lore clone https://hub.lorevcs.com/lore/lore-example add as a remote & push — how to
6 intent entries

materialized brief

the deduplicated intent behind this repo
lore · 1mo ago
The website is a single static page at ./code/index.html, built with plain HTML and CSS — no framework and no build step.
lore · 1mo ago
The page shows exactly three balls (solid circles) arranged in one horizontal row, left to right, evenly spaced and centered on the page.
lore · 1mo ago
All three balls are blue.
lore · 1mo ago
Change the rightmost ball to red. The left and middle balls stay blue.
lore · 1mo ago
Swap the rightmost ball with the leftmost ball: exchange their positions so the ball that was on the right is now on the left, and the ball that was on the left is now on the right. Their colors move with them.
lore · 1mo ago
Make the rightmost ball green.