{"id":51905456,"url":"https://github.com/brett-buskirk/muninn","last_synced_at":"2026-07-26T21:30:46.062Z","repository":{"id":369355441,"uuid":"1287194141","full_name":"brett-buskirk/muninn","owner":"brett-buskirk","description":"Memory for your GitHub estate — what you shipped, and when.","archived":false,"fork":false,"pushed_at":"2026-07-04T20:48:03.000Z","size":173,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-04T22:13:19.566Z","etag":null,"topics":["automation","bash","changelog","cli","developer-tools","gh-cli","git","github","markdown"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brett-buskirk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-02T13:14:39.000Z","updated_at":"2026-07-04T20:48:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/brett-buskirk/muninn","commit_stats":null,"previous_names":["brett-buskirk/muninn"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/brett-buskirk/muninn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brett-buskirk%2Fmuninn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brett-buskirk%2Fmuninn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brett-buskirk%2Fmuninn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brett-buskirk%2Fmuninn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brett-buskirk","download_url":"https://codeload.github.com/brett-buskirk/muninn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brett-buskirk%2Fmuninn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35929713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-26T02:00:06.503Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","bash","changelog","cli","developer-tools","gh-cli","git","github","markdown"],"created_at":"2026-07-26T21:30:45.598Z","updated_at":"2026-07-26T21:30:46.049Z","avatar_url":"https://github.com/brett-buskirk.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# muninn\n\nMemory for your GitHub estate — what you shipped, and when.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/muninn-digest.png\" alt=\"muninn digest — a written summary of what shipped across the estate\" width=\"720\"\u003e\n\u003c/p\u003e\n\nIn Norse myth Odin keeps two ravens: **Huginn** (*thought*) and **Muninn** (*memory*). They fly the\nworld and report back what they see. [`huginn`](https://github.com/brett-buskirk/huginn) is Muninn's\nsibling — a stateless, present-tense CLI that reports what your estate looks like *right now*: current\nbranches, dirty trees, open PRs, convention drift.\n\n**Muninn is memory.** It answers the questions huginn structurally can't: what happened across your\nrepos this week, what you've actually shipped, and a written summary of it you can hand a client or\ndrop in a work-log. Muninn is a **read-only archivist** — everything is derived from git history and\nthe GitHub API. No stored state, no database.\n\n\u003e Built as huginn's twin — same language, same look, same conventions. See the\n\u003e [Roadmap](ROADMAP.md) for what's next (the one place Muninn *would* store its own memory: a\n\u003e decision log).\n\n## Install\n\nRequirements: `bash`, `git`, [`gh`](https://cli.github.com) (authenticated), `jq`.\n\n```bash\ngit clone git@github.com:brett-buskirk/muninn.git ~/github-repos/muninn\nln -s ~/github-repos/muninn/muninn ~/.local/bin/muninn   # ~/.local/bin must be on your PATH\nmuninn init                                              # write a config with detected defaults\n```\n\n`muninn` manages the repos in **`$MUNINN_ROOT`** (default `~/github-repos`).\n\n\u003e Already run `huginn init`? Muninn falls back to `~/.config/huginn/config`'s `HUGINN_ROOT` /\n\u003e `HUGINN_OWNER` / `HUGINN_FAMILY` when its own `MUNINN_*` config is unset — a huginn user gets a\n\u003e working muninn with zero setup.\n\n## Commands\n\n```\nremember\n  log [--since \u003cwindow\u003e] [repo]      activity timeline — PRs, releases, commits\n  releases                           every tag/release across the estate\n  digest [--since \u003cwindow\u003e] [--md]   a written summary of what shipped\nconfigure\n  init [--force]                     write a muninn config with detected defaults\n  help                               this menu\n```\n\nRun **`muninn \u003ccommand\u003e help`** for details and options on any command. For a one-page reference to\nevery command, option, and behavior, see the [**cheat sheet**](CHEATSHEET.md).\n\n## How it works\n\n- **Derive, don't store** — every command is computed fresh from `git log`/tags (local, fast) and the\n  GitHub API via `gh` (network, only where noted). No database, no cache.\n- **One estate-wide PR search, per-repo release lookups** — `gh search prs` covers merged PRs across\n  the whole estate in a single call; there's no equivalent estate-wide release search, so `releases`,\n  `log`, and `digest` each look up releases per repo (the same cost class as huginn's `doctor`).\n- **Busy repos collapse** — `log` collapses a repo's commit run to a count above 5; `digest` collapses\n  a repo's merged-PR list to a count above 8. Neither command lets one prolific repo drown the rest.\n- **Respects `NO_COLOR`** and non-TTY output.\n\n## Configuration\n\nSettings resolve **environment variable → config file → smart default**. Run `muninn init` to write a\nconfig with detected defaults, then edit it. Config file:\n`${XDG_CONFIG_HOME:-~/.config}/muninn/config` (override with `MUNINN_CONFIG`).\n\n| Key / env var | Default | Purpose |\n|---|---|---|\n| `MUNINN_OWNER` | your `gh` login (or huginn's) | GitHub owner of the estate repos |\n| `MUNINN_ROOT` | `~/github-repos` (or huginn's) | directory of repos to manage |\n| `MUNINN_FAMILY` | _(none, or huginn's)_ | space-separated repos to exclude |\n| `MUNINN_SINCE` | `1w` | default `--since` window for `log`/`digest` |\n\nIf `~/.config/huginn/config` exists and the matching `MUNINN_*` value is unset, muninn falls back to\nhuginn's `HUGINN_ROOT`/`HUGINN_OWNER`/`HUGINN_FAMILY`.\n\n## License\n\n[MIT](LICENSE) © 2026 Brett Buskirk\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrett-buskirk%2Fmuninn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrett-buskirk%2Fmuninn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrett-buskirk%2Fmuninn/lists"}