<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Coding Agents on Coding Agent Guide</title><link>https://codingagentguide.com/tags/coding-agents/</link><description>Practical guides for AI coding Agent tutorials and operations.</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://codingagentguide.com/tags/coding-agents/index.xml" rel="self" type="application/rss+xml"/><item><title>CI Repair Loops for Coding Agents: A Practical Workflow Guide</title><link>https://codingagentguide.com/posts/ci-repair-loops-for-coding-agents/</link><pubDate>Tue, 02 Jun 2026 01:37:27 +0000</pubDate><guid>https://codingagentguide.com/posts/ci-repair-loops-for-coding-agents/</guid><description>How to structure a coding agent CI repair loop: detect a failing CI run, hand the failure context to an agent, validate the fix, and gate the PR without losing evidence or spinning into runaway retry cycles.</description></item><item><title>Cost Controls for Coding Agent Model Gateways</title><link>https://codingagentguide.com/posts/cost-controls-for-coding-agent-model-gateways/</link><pubDate>Sat, 30 May 2026 01:48:26 +0000</pubDate><guid>https://codingagentguide.com/posts/cost-controls-for-coding-agent-model-gateways/</guid><description>Practical cost-control patterns for teams running coding agents through a model gateway, covering spend guards, per-agent token budgets, CI-integrated spend checks, and verification steps to confirm your gateway enforces the limits you configure.</description></item><item><title>Model Routing Decisions for Coding Agent Workflows</title><link>https://codingagentguide.com/posts/model-routing-decisions-for-coding-agent-workflows/</link><pubDate>Sat, 30 May 2026 01:34:44 +0000</pubDate><guid>https://codingagentguide.com/posts/model-routing-decisions-for-coding-agent-workflows/</guid><description>A practical guide to choosing and configuring model routes for coding agent workflows, covering task-type mapping, instruction-file conventions, CI integration, and gateway setup.</description></item><item><title>Keep Coding Agent Prompt Registries Consistent With Drift Checks</title><link>https://codingagentguide.com/posts/prompt-registry-drift-checks-for-coding-agents/</link><pubDate>Fri, 29 May 2026 03:30:59 +0000</pubDate><guid>https://codingagentguide.com/posts/prompt-registry-drift-checks-for-coding-agents/</guid><description>Coding agents read instruction files — AGENTS.md, CLAUDE.md, .github/copilot-instructions.md, and memory files — to understand what tools, workflows, and conventions are available. When those files drift from the actual runtime environment, agents make confidently wrong decisions. This guide explains what prompt registry drift is, how it appears across popular agent runtimes, and how to detect and prevent it with CI-backed drift checks.</description></item><item><title>Migrate Coding Agents to an OpenAI-Compatible Gateway Without Endpoint Drift</title><link>https://codingagentguide.com/posts/openai-compatible-migration-checks-for-coding-agents/</link><pubDate>Thu, 28 May 2026 09:31:11 +0000</pubDate><guid>https://codingagentguide.com/posts/openai-compatible-migration-checks-for-coding-agents/</guid><description>A source-checked migration checklist for moving coding agents toward an OpenAI-compatible gateway while preserving repository instructions, secret boundaries, endpoint-family tests, and smoke-test evidence.</description></item><item><title>Triage CI Failures With a Coding Agent Without Losing the Evidence</title><link>https://codingagentguide.com/posts/ci-failure-triage-for-coding-agents/</link><pubDate>Thu, 28 May 2026 09:23:07 +0000</pubDate><guid>https://codingagentguide.com/posts/ci-failure-triage-for-coding-agents/</guid><description>A practical GitHub Actions triage workflow for asking a coding agent to reproduce, explain, patch, and hand off CI failures.</description></item><item><title>Route Coding Agent Model Calls Without Endpoint Drift</title><link>https://codingagentguide.com/posts/coding-agent-model-gateway-setup/</link><pubDate>Wed, 27 May 2026 01:40:00 +0000</pubDate><guid>https://codingagentguide.com/posts/coding-agent-model-gateway-setup/</guid><description>A source-backed operating guide for routing coding agent writer, reviewer, critic, and fallback calls through a model gateway without confusing Responses, Chat Completions, Claude messages, secrets, or publish gates.</description></item><item><title>Use Git Worktrees to Keep Parallel Coding Agents Isolated</title><link>https://codingagentguide.com/posts/worktree-isolation-rules-for-parallel-coding-agents/</link><pubDate>Tue, 26 May 2026 01:46:50 +0000</pubDate><guid>https://codingagentguide.com/posts/worktree-isolation-rules-for-parallel-coding-agents/</guid><description>A practical rule set for assigning parallel coding agents to separate Git worktrees, branches, and pull request handoffs.</description></item><item><title>Verify Coding Agent Outputs Before They Ship</title><link>https://codingagentguide.com/posts/source-verification-workflow-for-coding-agent-outputs/</link><pubDate>Tue, 26 May 2026 01:36:27 +0000</pubDate><guid>https://codingagentguide.com/posts/source-verification-workflow-for-coding-agent-outputs/</guid><description>A practical workflow for checking coding agent outputs against repository instructions, official documentation, diffs, and a short evidence log.</description></item><item><title>How to Hand Off Coding Agent Pull Requests for Review</title><link>https://codingagentguide.com/posts/review-handoffs-for-coding-agent-pull-requests/</link><pubDate>Mon, 25 May 2026 03:31:45 +0000</pubDate><guid>https://codingagentguide.com/posts/review-handoffs-for-coding-agent-pull-requests/</guid><description>A practical checklist for handing a coding-agent pull request to reviewers with scope, checks, instruction context, risk notes, and clean pass/fail records.</description></item><item><title>Set Safe Permission and Secret Boundaries for Coding Agents</title><link>https://codingagentguide.com/posts/permission-and-secret-boundaries-for-coding-agents/</link><pubDate>Mon, 25 May 2026 03:15:54 +0000</pubDate><guid>https://codingagentguide.com/posts/permission-and-secret-boundaries-for-coding-agents/</guid><description>A practical boundary plan for giving coding agents useful repository context while keeping credentials, deployment rights, and CI tokens under human control.</description></item><item><title>Write Coding Agent Task Briefs That Produce Reviewable Changes</title><link>https://codingagentguide.com/posts/task-briefs-for-coding-agents-that-produce-reviewable-changes/</link><pubDate>Thu, 21 May 2026 02:52:59 +0000</pubDate><guid>https://codingagentguide.com/posts/task-briefs-for-coding-agents-that-produce-reviewable-changes/</guid><description>A practical pattern for writing task briefs that give coding agents enough repository rules, acceptance criteria, and review handoff structure to produce changes a human can inspect.</description></item><item><title>How to Write Repository Instructions for Coding Agents</title><link>https://codingagentguide.com/posts/repository-instructions-for-coding-agents/</link><pubDate>Wed, 20 May 2026 09:49:03 +0000</pubDate><guid>https://codingagentguide.com/posts/repository-instructions-for-coding-agents/</guid><description>A practical guide to writing repository-level instructions, agent rules, and task briefs that help coding agents work safely in real projects.</description></item></channel></rss>