diff --git a/README.md b/README.md
index 4c3c84f..dac0728 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,10 @@ model. It is the environment around one.
[Roadmap](ROADMAP.md) ·
[Security](SECURITY.md)
+
+
+
+
---
@@ -66,6 +70,23 @@ project, its history, and its memory belong to the developer.
- **Pure-black, dark-only UI** — a minimal three-pane shell tuned for a true
`#000000` background.
+## Screenshots
+
+A tour of the shell: sessions on the left, the conversation in the center, and
+the activity rail on the right — every panel below is one click on the rail.
+
+| | |
+| --- | --- |
+| **Files** — the indexed workspace tree with per-language icons
| **Changes** — live git status with per-file diff stats
|
+| **Git** — stage, commit, history, branches, and checkpoints
| **Memory** — durable project knowledge with tiered proposals
|
+| **Tasks** — the agent's live plan and progress
| **Terminal** — workspace-scoped PTY sessions
|
+| **Command palette** — every command behind Ctrl/Cmd+K
| **Global search** — files, symbols, docs, memory, commits, sessions
|
+
+**Settings** — general, appearance, agent, git, memory, and advanced JSON editing
+in one modal:
+
+
+
## Architecture at a glance
```
diff --git a/assets/screenshots/01-main-shell.png b/assets/screenshots/01-main-shell.png
new file mode 100644
index 0000000..41af05e
Binary files /dev/null and b/assets/screenshots/01-main-shell.png differ
diff --git a/assets/screenshots/02-files-panel.png b/assets/screenshots/02-files-panel.png
new file mode 100644
index 0000000..27220d8
Binary files /dev/null and b/assets/screenshots/02-files-panel.png differ
diff --git a/assets/screenshots/03-changes-panel.png b/assets/screenshots/03-changes-panel.png
new file mode 100644
index 0000000..e102487
Binary files /dev/null and b/assets/screenshots/03-changes-panel.png differ
diff --git a/assets/screenshots/04-git-panel.png b/assets/screenshots/04-git-panel.png
new file mode 100644
index 0000000..fcacbd8
Binary files /dev/null and b/assets/screenshots/04-git-panel.png differ
diff --git a/assets/screenshots/05-memory-panel.png b/assets/screenshots/05-memory-panel.png
new file mode 100644
index 0000000..d30e01c
Binary files /dev/null and b/assets/screenshots/05-memory-panel.png differ
diff --git a/assets/screenshots/06-tasks-panel.png b/assets/screenshots/06-tasks-panel.png
new file mode 100644
index 0000000..a89777d
Binary files /dev/null and b/assets/screenshots/06-tasks-panel.png differ
diff --git a/assets/screenshots/07-terminal-panel.png b/assets/screenshots/07-terminal-panel.png
new file mode 100644
index 0000000..9f1674b
Binary files /dev/null and b/assets/screenshots/07-terminal-panel.png differ
diff --git a/assets/screenshots/08-command-palette.png b/assets/screenshots/08-command-palette.png
new file mode 100644
index 0000000..1530995
Binary files /dev/null and b/assets/screenshots/08-command-palette.png differ
diff --git a/assets/screenshots/09-global-search.png b/assets/screenshots/09-global-search.png
new file mode 100644
index 0000000..e42b47b
Binary files /dev/null and b/assets/screenshots/09-global-search.png differ
diff --git a/assets/screenshots/10-settings.png b/assets/screenshots/10-settings.png
new file mode 100644
index 0000000..faa35cf
Binary files /dev/null and b/assets/screenshots/10-settings.png differ