Skip to content

For anyone trying to understand a codebase, whether you're new to it or the original author who’s forgotten how it grew, archagent builds a clear, layered map of how everything fits together.

Notifications You must be signed in to change notification settings

jonmagic/archagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArchAgent

Modern codebases evolve fast, often faster than anyone can document them. Whether you're a new contributor trying to get your bearings, or the original author revisiting a system that’s grown far beyond your memory, understanding how everything fits together is hard.

ArchAgent solves this by mapping the structure of a codebase into clear, layered architecture diagrams. It helps you see the system, its containers, components, and even code-level details, so you can focus less on spelunking and more on building.

Getting Started

Clone the project and install dependencies:

git clone https://github.com/jonmagic/archagent
cd archagent
pnpm install

Run the tests:

pnpm test

Run the application:

pnpm start

About

For anyone trying to understand a codebase, whether you're new to it or the original author who’s forgotten how it grew, archagent builds a clear, layered map of how everything fits together.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 11