Skip to content

Commit b3bd0c9

Browse files
author
Open Agent Harness
committed
generalize agent guide
1 parent 554a3d1 commit b3bd0c9

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
# CLAUDE.md
1+
# Agent Guide
22

33
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.
44

5+
This file is intended for any AI coding agent working in this repository. Use it as the shared repository guide for build commands, architecture, implementation constraints, and contribution workflow.
6+
7+
## Agent Operating Notes
8+
9+
- Read the relevant code before changing behavior; prefer existing patterns and local helpers.
10+
- Keep changes narrowly scoped to the requested task.
11+
- Do not hardcode API keys, tokens, secrets, or local machine paths.
12+
- Run the smallest relevant validation first, then broader checks when the change affects shared behavior.
13+
- Preserve user changes in the working tree unless explicitly asked to revert them.
14+
515
## Build & Test Commands
616

717
```bash
@@ -92,7 +102,7 @@ Update version (e.g., `0.4.11` → `0.4.12`) in all of these files:
92102

93103
Do NOT change version strings in `*.lock` files or `Cargo.lock`. Commit message: `release X.Y.Z`
94104

95-
## Workflow Preferences
105+
## Contribution Workflow
96106

97107
- **Commits:** No `Co-Authored-By`. Short one-line messages. Never push directly to `main` — always feature branch + PR.
98108
- **Branches:** Use `adil/<feature_name>` format.

0 commit comments

Comments
 (0)