Skip to content

Commit e1c71d3

Browse files
committed
docs: add screenshots and fix repository clone link in README
1 parent 4d67d1b commit e1c71d3

4 files changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,20 @@ This is not a bug. It's a structural gap — no tool tracks semantic dependencie
3333

3434
**5. Repo Remembrance** — ADRs (Architecture Decision Records) with full WHY rationale are stored and surfaced to new agent sessions via `rpn_get_context`. No more agent amnesia on "why did we choose X?"
3535

36+
## Screenshots
37+
38+
### 1. Visual HUD Circuit Board (`rpn ui`)
39+
Every file is rendered as an SOIC package on a dark circuit grid, displaying semantic connections as PCB traces.
40+
![Visual HUD Circuit Board](assets/visualizer.png)
41+
42+
### 2. Handover Sandbox
43+
Test URL imports and visualize dependencies between codebases and files interactively.
44+
![Handover Sandbox](assets/sandbox.png)
45+
46+
### 3. Active Contradiction Dashboard (`rpn status`)
47+
View the summary of valid chains, broken chains, and active logic contradictions before committing.
48+
![Active Contradiction Dashboard](assets/dashboard.png)
49+
3650
---
3751

3852
## Architecture
@@ -53,7 +67,7 @@ packages/
5367

5468
```bash
5569
# 1. Clone the repo
56-
git clone https://github.com/your-org/reponoesis.git
70+
git clone https://github.com/MathewAddala/reponoesis.git
5771
cd reponoesis
5872

5973
# 2. Install dependencies & build

assets/dashboard.png

251 KB
Loading

assets/sandbox.png

90.4 KB
Loading

assets/visualizer.png

166 KB
Loading

0 commit comments

Comments
 (0)