AI agents · tools
-
Claude Code Project Settings: Locking Down Rules and Tool Permissions
To lock down Claude Code settings per project, put permissions allow/ask/deny rules in a committed .claude/settings.json plus a personal .claude/settings.local.json. Verify what actually applies with /permissions and /status.
-
When to Switch Between Cursor Agent, Ask, and Plan Modes
Cursor Agent mode handles actual code editing, Ask mode specializes in codebase analysis and Q&A, and Plan mode strategizes multi-file changes. This article covers when to use each mode and what breaks when the wrong one is chosen.
-
Configuring MCP Servers in Cursor with mcp.json
To connect an MCP server in Cursor, configure it in an mcp.json file. This article covers file locations, writing server entries, and troubleshooting connection failures.
-
AGENTS.md vs CLAUDE.md: Aligning Multi-Agent Rules in One Repo
Running more than one AI coding assistant against the same repository raises a question: how should AGENTS.md and CLAUDE.md relate to each other? This note covers role differences, sync strategies, and conflict resolution based on current official documentation.
-
Setting Up a herdr Workspace to Run Multiple Agents Side by Side
A herdr workspace groups the tabs and panes for one project or task, letting you run several agents side by side in one place. This overview covers workspace creation, tab and pane layout, and official best practices.