summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-04-10fix(aur): use go clean -modcache; bump to r27MeesFatels
2026-04-10fix(tui): hardcode input to 1 line; bump to r26MeesFatels
2026-04-10fix(aur): chmod srcdir for cache cleanup; bump to r25MeesFatels
2026-04-07Merge branch 'aur-update' into aur-finalMeesFatels
2026-04-07fix(aur): ensure module cache is writable for yay cleanupMeesFatels
2026-04-07Merge branch 'aur-update' into aur-mergeMeesFatels
2026-04-07chore: update AUR filesMeesFatels
2026-04-07feat: tool abstraction, TUI improvements, and packaging updatesMeesFatels
2026-04-05Initial commit with EMM source and AUR packagingMeesFatels
- Full CLI: init, run, list, config, validate commands - Agent/sub-agent/minion/allowlist/instinct config system - OpenRouter API client with SSE streaming - BubbleTea terminal UI (moved to internal/tui for modularity) - Allowlist enforcer with exact and wildcard matching - config.Init now takes explicit fs.FS param (no mutable global) - Tests for allowlist enforcer, prompt builder, and config helpers - AUR packaging (emm-git PKGBUILD + .SRCINFO) Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> Prepare minimal AUR repository with only PKGBUILD and .SRCINFO
2026-04-05Initial working implementation of EMMMeesFatels
- Full CLI: init, run, list, config, validate commands - Agent/sub-agent/minion/allowlist/instinct config system - OpenRouter API client with SSE streaming - BubbleTea terminal UI (moved to internal/tui for modularity) - Allowlist enforcer with exact and wildcard matching - config.Init now takes explicit fs.FS param (no mutable global) - Tests for allowlist enforcer, prompt builder, and config helpers - AUR packaging (emm-git PKGBUILD + .SRCINFO) - Fix: truncated default OpenRouter URL in config.go - Fix: empty model field in minion template Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>