You write a prompt in a markdown file. Murmur feeds it to Claude on an interval. Super simple automation.

2 stars 0 forks 2 watchers TypeScript MIT License
1 Open Issue Need Help Last updated: Feb 5, 2026

Open Issues Need Help

View All on GitHub
AI/ML AI Chatbots & Agents

AI Summary: The issue reports an inconsistency in the application's exit codes. Currently, running the application with no arguments returns an exit code of 0 (success), while explicitly requesting help with `--help` returns an exit code of 1 (failure). This violates standard Unix conventions where 0 signifies success and 1 signifies failure, leading to confusion for users and potential issues in shell scripting.

Complexity: 2/5
enhancement good first issue triaged

You write a prompt in a markdown file. Murmur feeds it to Claude on an interval. Super simple automation.

TypeScript