Install
Code Review & Git Flow
Branch strategies, PR hygiene, merge queues, and trunk-based development.
- 2 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Code Review & Git Flow
GitOps avançado - automação de deploy, rollback e boas práticas para produção
1+ hour, 53+ min ago (212+ words) Um pipeline GitOps completo normalmente combina CI (que constrói e testa a aplicação) com CD via ArgoCD (que aplica o resultado ao cluster). O CI não aplica nada diretamente ao cluster — sua única responsabilidade é atualizar o repositório de manifests…...
GitOps na prática - ArgoCD e estrutura de repositório
1+ hour, 53+ min ago (327+ words) GitOps é a aplicação da ideia de infraestrutura como código a um extremo específico: o Git como única fonte de verdade do estado desejado de um cluster Kubernetes, com um agente rodando dentro do próprio cluster que observa o repositório…...
Claude Code adds native support for AGENTS.md — Standardizing project configuration across multi-agent environments|docs-first
1+ day, 20+ hour ago (628+ words) This documentation update conveys one key point: Claude Code can now natively read AGENTS.md as a project configuration file. Repositories that already manage AGENTS.md for other AI coding agents like Cursor can now be used with Claude Code…...
When Your Impact Is No Longer Measured in Pull Requests
4+ hour, 57+ min ago (1020+ words) I recently came across a post about the transition from Senior Developer to Tech Lead, and it got me thinking about something I've been experiencing myself: how much your definition of productivity changes when you move into technical leadership. For…...
Semantic Versioning (SemVer): Why Version Numbers Have Three Parts
5+ hour, 27+ min ago (419+ words) Most software version numbers look like 1.6.11 — three numbers separated by dots. This isn't an arbitrary naming choice; it follows a widely adopted convention called Semantic Versioning, or SemVer. This article looks at why version numbers are split into three parts,…...
The Commit That Wouldn’t Merge
5+ hour, 40+ min ago (42+ words) The Invalid State of PR #48 The merge button was gray. Thirty cycles in, that was the only... Tagged with ai, autonomousagents, python....
A PASS over an empty set is the same string as a real pass
6+ hour ago (833+ words) Our journal's tree carries four small instruments that print a verdict over a set of files. A pre-commit hook runs them; the run's output goes into the commit message and the pull-request body, where it serves as the record that…...
What I learned counting AI co-authored commits across 26,000 of my own
11+ hour, 21+ min ago (772+ words) I use Claude Code every day, but if you asked me how much of my code I actually write with it, all I had was a feeling. The data was sitting right there in git the whole time: 960 out of…...
An AI Coding App Was Silently Uploading Your Entire Git History: Inside the ZCode Incident
12+ hour, 41+ min ago (854+ words) If you use an AI coding assistant, you already accept that it sees the code in your current task. What you probably do not expect is for the app to package your entire repository, including every commit you have ever…...
Unknown `.apc/` Paths Should Not Become Hidden Instructions
17+ hour, 4+ min ago (532+ words) A repository can contain a file under.apc/ without making that file part of the APC contract. The APC folder structure specification says consumers ignore unknown paths unless a formal APC extension defines them. That small rule gives teams room…...