Rename archivist agent to huffman

Named after David Huffman, inventor of Huffman coding -
compression that preserves information with fewer bits.

Fits the agent's purpose: compact memory, preserve semantics.
This commit is contained in:
Dhanji R. Prasanna
2026-01-29 11:22:59 +11:00
parent 627dd45966
commit 570a824780
3 changed files with 281 additions and 4 deletions

View File

@@ -373,7 +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 |
| **huffman** | 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 |