From 4cab0b5852d71de231546f9e7c5efb996b7f2d69 Mon Sep 17 00:00:00 2001 From: Nick Snyder Date: Thu, 7 May 2026 13:04:14 -0700 Subject: [PATCH] Remove guideline for one sentence per line in Markdown In a world where agents are editing files, I don't think this matters as much. Also Peter has a different preference so there is a large body of markdown files that don't follow this format. Better for an LLM to match existing style of a doc, so this instruction should be removed. Individuals with preferences for their own docs can update their own CLAUDE.md files. --- .claude/CLAUDE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index dc4d456..09a6902 100644 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -48,5 +48,4 @@ Each skill follows the [Agent Skills](https://agentskills.io) open standard: ## Code Style - YAML files: 2-space indent -- Markdown: One sentence per line (improves diffs) - Proto examples in assets/: Must pass `buf lint` and `buf format`