Sabitlenmiş Tweet
Maksym Bukator
132 posts

Maksym Bukator
@mBukat0r
frontend dev by day, dev tools builder by night · merlin-commit · building in public 🛠️
Katılım Mayıs 2023
55 Takip Edilen12 Takipçiler

today starts launch week.
whatever happens - whether 5 people try it or 500 - shipping a complete, tested, documented v1.0.0 of an open source tool is a milestone I'm not going to minimize.
#BuildInPublic #MerlinCommit #Git
English

@mBukat0r Nice to see progress on this. Hope the launch goes smoothly this time.
English

@shakibmunsi0 yeah, some final touches left and it’ll be ready. release on wednesday
English

merlin-commit v1.0.0 drops next week.
Genuine question - what would make you actually try a new commit tool?
#BuildInPublic #Git #CLI
English

The constraint also forced a better security pattern.
// dangerous - input escapes into the shell string
execSync(`git commit -m "${message}"`)
// safe - input is just data
await execa('git', ['commit', '-m', message])
Args arrays instead of string interpolation. Every single git call.
#BuildInPublic #CLI
English

@adevopsgirl_ interactive CLI workflows are underrated. just posted the full merlin-commit commit flow. six prompts turns into perfect conventional commit.
v1.0.0 next week.
English

Twingate a brand-new #opensource CLI tool boilerplates, which generate customizable #DockerCompose templates with interactive & non-interactive workflows.
youtu.be/rpOz0heQPGA?si… #Docker #Containers

YouTube
English

@samgrows I created a bunch of tutorial videos but needed to convert them to text tutorials for our website, I ended up giving the URLs to Claude and it used an opensource cli tool to fetch the transcription of the videos and convert them into webpages. It was pretty cool.
English

@ardadev love the leaderboard idea. dude it looks awesome!
if you’re into CLI dev tools just dropped a full interactive commit flow video for merlin-commit. in six prompts you get perfect conventional commit.
v1 next week
English

Tokscale - 🛰️ A CLI tool for tracking token usage from OpenCode, Claude Code, 🦞OpenClaw (Clawdbot/Moltbot), Pi, Codex, Gemini, Cursor, AmpCode, Factory Droid, Kimi, and more! • 🏅Global Leaderboard + 2D/3D Contributions Graph
github.com/junhoyeo/toksc…



English

Codeburn - See where your AI coding tokens go. Interactive TUI dashboard for Claude Code, Codex, and Cursor cost observability.
github.com/getagentseal/c…

English

six prompts -> one perfect conventional commit.
wizard theme because dev tools can (and should) be fun ✨
merlin-commit v1.0.0 drops next week.
full flow in the video 👇
Maksym Bukator@mBukat0r
six prompts. one conventional commit. type selection through to creation - the whole thing. launching next week. for real this time.
English

called merlin-commit.
interactive conventional commits with a wizard theme because developer tools should be at least a little fun.
v1.0.0 next week.
#BuildInPublic #DevTools
English

this is what I've been thinking about. what if you replaced human review speed with human review rules? a reviewer agent that knows your rules - not generic rules, yours.
no hardcoded secrets, tests exist, follows your patterns. flags back to the writer if it fails, pings you only when it passes.
let's say frame it like this: "you stop being the first filter. you become the final approval" (2/2)
English

AI Agentのリクエストをプロキシ経由にして特定のサイトにしかアクセスできないようにするのは、以前紹介したfenceも正しくその機能を備えているし、nonoやsrtなどもあります。
songmu.jp/riji/entry/202…
日本語

@bikun_bikun same thing broke me. I added --dry-run to merlin-commit so you see exactly what you're about to commit before the passphrase shows up.
built it when I got tired of half-typing my passphrase, second-guessing the message, and aborting.
English


