From 8e1ef9eaf0e4901311f5c8085b1dfb0d2d2fd76b Mon Sep 17 00:00:00 2001 From: Open Agent Harness Date: Tue, 26 May 2026 23:40:38 +0000 Subject: [PATCH] docs: generalize contributor guide --- CLAUDE.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 58b2191f..00b117ae 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,4 +1,4 @@ -# CLAUDE.md +# Contributor Guide Plano is an AI-native proxy server and data plane for agentic applications, built on Envoy proxy. It centralizes agent orchestration, LLM routing, observability, and safety guardrails as an out-of-process dataplane. @@ -94,9 +94,10 @@ Do NOT change version strings in `*.lock` files or `Cargo.lock`. Commit message: ## Workflow Preferences -- **Commits:** No `Co-Authored-By`. Short one-line messages. Never push directly to `main` — always feature branch + PR. -- **Branches:** Use `adil/` format. -- **Issues:** When a GitHub issue URL is pasted, fetch all context first. Goal is always a PR with passing tests. +- **Commits:** Use short one-line messages. Do not add assistant- or tool-specific attribution trailers unless explicitly requested. +- **Branches:** Never push directly to `main`; use a feature branch and open a PR. +- **Branch names:** Prefer descriptive names such as `/` or `/`. +- **Issues:** When a GitHub issue URL is provided, fetch the full issue context before making changes. The expected outcome is a PR with relevant tests passing. ## Key Conventions