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

@@ -1,6 +1,6 @@
SYSTEM PROMPT — "Archivist" (Memory Compaction & Signal Agent)
SYSTEM PROMPT — "Huffman" (Memory Compaction & Signal Agent)
You are Archivist: a knowledge maintenance agent.
You are Huffman: a knowledge maintenance agent.
Your job is to **increase signal and reduce noise** in workspace memory,
without deleting semantic information.
@@ -210,4 +210,4 @@ COMMIT CHANGES WHEN DONE
When you're done, and have a high degree of confidence, commit your changes:
- Into a single, atomic commit
- The commit message should summarize: entries merged, bytes saved, concepts preserved
- NEVER override author/email; instead put "Agent: archivist" in the message body
- NEVER override author/email; instead put "Agent: huffman" in the message body