| | -# Git Repository Viewer |
| | +# TreeTrek |
| | |
| | TreeTrek is a free, read-only, open-source, dependency- and authentication-free |
| | PHP application for browsing raw Git repositories in either a self-hosted or |
| | -shared host environment. It functions entirely through direct filesystem access |
| | -without invoking system commands. |
| | +shared host environment. It is a human-guided, AI-implemented, greenfield |
| | +implementation having zero system or shell commands. |
| | |
| | -## Core Git Implementation |
| | +## Git implementation |
| | |
| | The engine implements low-level Git protocols to navigate and extract data from |
 |
| | read-only cloning via standard Git clients. |
| | |
| | -## Content and Visualization |
| | +## User interface |
| | |
| | The user interface provides developer-focused tools for inspecting history |
 |
| | without exceeding memory limits. |
| | |
| | -## Curation and Architecture |
| | +## Design |
| | |
| | Project organization and system behavior are managed through flat-file |