From 527973910d770807a59c49a47a0a4882a14c24a7 Mon Sep 17 00:00:00 2001 From: iliya Date: Wed, 1 Apr 2026 14:22:28 +0300 Subject: [PATCH] Improve README layout --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index e63f635..2872c8b 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ # Claude Code Source Code -Also check out these two cool projects: -1. [claude_agent_teams_ui](https://github.com/777genius/claude_agent_teams_ui) - You're the CTO, agents are your team. They handle tasks themselves, message each other, review each other's code. You just look at the kanban board and drink coffee. -2. [claude-notifications-go](https://github.com/777genius/claude-notifications-go) - 🔔 Cross-platform smart notifications plugin for Claude Code. 6 types. Click-to-focus. 1 line installation. +> This repository is now kept as a pointer repository for discoverability. +> If you are looking for the actual code, start with the main projects below. ## Main Projects -### [777genius/claude-code-working](https://github.com/777genius/claude-code-working) +| Project | Role | +| --- | --- | +| [777genius/claude-code-working](https://github.com/777genius/claude-code-working) | Main working repository. | +| [777genius/claude-code-source-code-full](https://github.com/777genius/claude-code-source-code-full) | Full source code repository for this project. | -### [777genius/claude-code-source-code-full](https://github.com/777genius/claude-code-source-code-full) +The full source code for this project has moved to [777genius/claude-code-source-code-full](https://github.com/777genius/claude-code-source-code-full). -The full source code for this project has moved to: +## Also Check Out -This repository is now kept as a pointer repository for discoverability. - -- Source code: https://github.com/777genius/claude-code-source-code-full -- Issues and updates: https://github.com/777genius/claude-code-source-code-full - -If you are looking for the actual code, use the repository above. +| Project | Description | +| --- | --- | +| [claude_agent_teams_ui](https://github.com/777genius/claude_agent_teams_ui) | You're the CTO, agents are your team. They handle tasks themselves, message each other, review each other's code. You just look at the kanban board and drink coffee. | +| [claude-notifications-go](https://github.com/777genius/claude-notifications-go) | 🔔 Cross-platform smart notifications plugin for Claude Code. 6 types. Click-to-focus. 1 line installation. |