Topic archive

Agents-Md

Agent Memory Review Before Long-Running Tasks

A practical guide for engineers who run coding agents on long sessions. Covers which memory and instruction files each major agent platform reads at startup, how to review them before a multi-step task, and how to run a quick smoke test that confirms the agent starts with the right context.

coding-agentagent-memorylong-running-tasksinstruction-files
Open guide

Instruction File Scope Checks for Coding Agent Repos

A practical guide to auditing the scope, placement, and content of instruction files — AGENTS.md, .github/copilot-instructions.md, CLAUDE.md, and similar — so coding agents in your repo stay within intended boundaries.

coding-agentsinstruction-filesagents-mdrepo-setup
Open guide

Memory Hygiene for Long-Running Coding Agents

Long-running coding agents accumulate stale context, conflicting instructions, and forgotten constraints. This guide explains how to structure memory files, rotate context windows, and verify that your agent is operating from current instructions — not residue from a past session.

coding-agentmemory-hygieneagent-instructionsAGENTS-md
Open guide