Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,9 @@ Bricks keeps useful information available after the chat moves on.

## Showcase

### Topic-based agent work

![Bricks channel and thread workspace](docs/assets/showcase/chat-knowledge-organization.png)

### Saved highlights and notes

![Bricks resources for highlights and notes](docs/assets/showcase/resources-highlights.png)
| Topic-based agent work | Saved highlights and notes |
| --- | --- |
| ![Bricks channel and thread workspace](docs/assets/showcase/chat-knowledge-organization.png) | ![Bricks resources for highlights and notes](docs/assets/showcase/resources-highlights.png) |

## What's on the roadmap

Expand Down
25 changes: 25 additions & 0 deletions docs/tasks/done/2026-06-22-22-57-CST-readme-showcase-two-column.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# README Showcase Two-Column Layout

## Background

The README Showcase section displayed two screenshots as stacked subsections.

## Goals

- Show the two showcase screenshots in one row with two columns.
- Keep the screenshot labels and alt text readable in GitHub Markdown.

## Implementation Plan

1. Replace the stacked screenshot subsections with a two-column Markdown table.
2. Keep the existing screenshot asset paths unchanged.

## Acceptance Criteria

- The README Showcase section renders both screenshots in one table row.
- The two columns retain meaningful labels.
- No app behavior changes are made.

## Validation Commands

- `sed -n '20,42p' README.md`
Loading