From 627dd4596656cf22ee1ac929d1b04709de0ce15c Mon Sep 17 00:00:00 2001 From: "Dhanji R. Prasanna" Date: Thu, 29 Jan 2026 11:20:23 +1100 Subject: [PATCH] Add archivist to built-in agents list in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60d5822..df3d8e8 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ g3 comes with several embedded agents that work out of the box: | **carmack** | Code readability and craft - simplifies, refactors, improves naming | | **hopper** | Testing and quality - writes tests, finds edge cases | | **euler** | Architecture and dependencies - analyzes structure, finds coupling | +| **archivist** | Memory maintenance - compacts, deduplicates, increases signal | | **lamport** | Concurrency and correctness - reviews async code, finds race conditions | | **fowler** | Refactoring patterns - applies design patterns, reduces duplication | | **breaker** | Adversarial testing - finds bugs, creates minimal repros |