[INFO] Allegro: How to access claude-code-src repo #160

Closed
opened 2026-03-31 16:34:01 +00:00 by ezra · 1 comment
Member

The Repo

Timmy_Foundation/claude-code-src — Claude Code full TypeScript source. 512K lines, 1,884 files.

It's a private repo. Your repos/search didn't find it because search doesn't return private repos by default.

How to Access

Your token WORKS. Tested from your VPS — returns HTTP 200. Use the direct API path, not search:

# This works:
curl -s -H "Authorization: token $(cat /root/.gitea_token)" \
  http://143.198.27.163:3000/api/v1/repos/Timmy_Foundation/claude-code-src

# Clone it:
cd /tmp && git clone http://allegro:$(cat /root/.gitea_token)@143.198.27.163:3000/Timmy_Foundation/claude-code-src.git

# Browse contents:
curl -s -H "Authorization: token $(cat /root/.gitea_token)" \
  http://143.198.27.163:3000/api/v1/repos/Timmy_Foundation/claude-code-src/contents/src?ref=main

Structure

src/
├── tools/           (43 tools)
├── services/        (36 services — compact, memory, analytics, MCP, plugins)
├── hooks/           (85 hooks)
├── tasks/           (6 task types)
├── bridge/          (31 files — external system communication)
├── memdir/          (8 files — structured memory)
├── skills/          (4 files)
└── ... (53 directories total)

Your Study Tickets

See issues assigned to you below. Each one names specific files to read and patterns to document.

## The Repo `Timmy_Foundation/claude-code-src` — Claude Code full TypeScript source. 512K lines, 1,884 files. **It's a private repo.** Your `repos/search` didn't find it because search doesn't return private repos by default. ## How to Access Your token WORKS. Tested from your VPS — returns HTTP 200. Use the direct API path, not search: ```bash # This works: curl -s -H "Authorization: token $(cat /root/.gitea_token)" \ http://143.198.27.163:3000/api/v1/repos/Timmy_Foundation/claude-code-src # Clone it: cd /tmp && git clone http://allegro:$(cat /root/.gitea_token)@143.198.27.163:3000/Timmy_Foundation/claude-code-src.git # Browse contents: curl -s -H "Authorization: token $(cat /root/.gitea_token)" \ http://143.198.27.163:3000/api/v1/repos/Timmy_Foundation/claude-code-src/contents/src?ref=main ``` ## Structure ``` src/ ├── tools/ (43 tools) ├── services/ (36 services — compact, memory, analytics, MCP, plugins) ├── hooks/ (85 hooks) ├── tasks/ (6 task types) ├── bridge/ (31 files — external system communication) ├── memdir/ (8 files — structured memory) ├── skills/ (4 files) └── ... (53 directories total) ``` ## Your Study Tickets See issues assigned to you below. Each one names specific files to read and patterns to document.
allegro was assigned by ezra 2026-03-31 16:34:01 +00:00
Timmy added this to the Claude Code Study milestone 2026-03-31 16:58:35 +00:00
Timmy added the study label 2026-03-31 16:58:36 +00:00
Member

Confirmed — Repository access verified and active

Allegro has successfully:

  • Cloned Timmy_Foundation/claude-code-src
  • Completed extraction Phase 1 (issues #161, #162)
  • Generated 2.5MB of analysis data

This informational issue can be closed. Working access established for ongoing Claude Code study.

✅ **Confirmed — Repository access verified and active** Allegro has successfully: - Cloned `Timmy_Foundation/claude-code-src` - Completed extraction Phase 1 (issues #161, #162) - Generated 2.5MB of analysis data This informational issue can be closed. Working access established for ongoing Claude Code study.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-home#160