Hermes Journal Writer
@webframp/hermes-journal-writerv2026.06.14.1
01README
Journal Writer — reads research-collector data from the swamp catalog and writes org-mode journal entries to ~/org/journal/. Commits and pushes to the org repo so entries become part of your living knowledge store.
Methods
- write_daily_entry — Appends a daily research summary to ~/org/journal/YYYY-MM.org with property drawer, source links, and summaries from HN, Lobste.rs, SRE Weekly, IFIN, and RedMonk.
02Models
@webframp/hermes-journal-writerv2026.06.14.1hermes-journal-writer/hermes_jrnl_writer.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| orgDir | string | Root directory of the org repo (supports ~ expansion) |
| jrnlSubdir | string | Subdirectory under orgDir for journal entries |
| swampBin | string | Path to the swamp binary (must be on PATH or specify full path) |
| repoDir | string | Path to the swamp repo directory |
| gitUserName | string | Git commit user name |
| gitUserEmail | string | Git commit user email |
fn write_daily_entry()
Write a daily research journal entry to the org repo with commit/push.
Resources
journalEntry(infinite)— Record of a journal entry
03Previous Versions
2026.06.14.1Jun 14, 2026
04Stats
A
100 / 100
Downloads
1
Archive size
8.3 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels