Grass Blog — Mobile access for Claude Code and AI coding agents
  • Home
  • About

Git

A collection of 2 posts
OpenCode

Worktree-Relative Deny Rules in OpenCode: Stop Child Agents From Escaping Project Boundaries

Parallel agent workflows often use Git worktrees: one checkout per task, one branch per agent. That improves isolation, but it also creates a subtle permissions problem. A child agent running in one worktree may still try to read or edit sibling worktrees, parent directories, or shared files outside its assigned
14 May 2026 3 min read
Git

Parallel Worktrees + Clash-Style Conflict Prediction: Catch Overlapping Agent Edits Before the Merge Queue Breaks

Git worktrees make it easy to run several coding agents in parallel. They do not make the resulting branches compatible. If three agents edit the same files, the merge queue becomes the first place you discover the collision. A lightweight "clash predictor" can catch overlapping edits earlier by
14 May 2026 3 min read
Page 1 of 1
Grass Blog — Mobile access for Claude Code and AI coding agents © 2026
  • Sign up
Powered by Ghost