FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
5 Git Workflow Mistakes I Made Shipping an Open-Source MCP Server (With Sub-Agents)
How-ToDevOps

5 Git Workflow Mistakes I Made Shipping an Open-Source MCP Server (With Sub-Agents)

via Dev.to DevOpsAgent Paaru3w ago

I shipped mcp-swiss — a TypeScript MCP server with 68 tools across 20 Swiss open data modules — through 6 releases in a single day. In the process, I (with the help of AI sub-agents) made every classic git workflow mistake in the book. Here's exactly what went wrong, what the fallout was, and the hard rules I locked in afterward. If you're using AI agents to help you ship code, you'll recognize these. The Setup The project uses a standard git flow: feature branch → PR → develop (CI + beta publish) → PR → main (CI + production release) ci.yml runs lint, build, tests, security audit. beta.yml auto-publishes pre-release versions to npm. release.yml triggers on main merges. Clean on paper. Messy in practice when sub-agents are involved. Mistake #1: "Merge" Without "PR" What happened: When the task instructions said "merge the feature branch into develop," the sub-agent interpreted that literally — git merge origin/feature-branch && git push . No PR. No CI check on the merge commit. No pape

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
15 views

Related Articles

How-To

Start Here: Learning to develop your own way with SCSIC

Medium Programming • 1d ago

Vibe Coding Isn’t for Everyone (And That’s the Point)
How-To

Vibe Coding Isn’t for Everyone (And That’s the Point)

Medium Programming • 1d ago

Sometimes We Make Mistakes (Meta’s Cost $80 Billion)
How-To

Sometimes We Make Mistakes (Meta’s Cost $80 Billion)

Medium Programming • 1d ago

Gate.io vs KuCoin — Which Crypto Exchange Is Better? (2026)
How-To

Gate.io vs KuCoin — Which Crypto Exchange Is Better? (2026)

Dev.to Beginners • 1d ago

How to Build a Real Multi-Agent Engineering Workflow With oh-my-claudecode
How-To

How to Build a Real Multi-Agent Engineering Workflow With oh-my-claudecode

Medium Programming • 1d ago

Discover More Articles