Skip to content

Commit 9726776

Browse files
vogellaclaude
andcommitted
Add CLAUDE.md with project-specific AI coding instructions
References AGENTS.md for project context and adds rules for: - One sentence per line in markdown (per news/instructions.md) - Including both getters and setters when listing API - PR targeting conventions for fork-based workflow Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6c64b81 commit 9726776

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
@AGENTS.md
2+
3+
# Additional Instructions for Claude Code
4+
5+
## Markdown Formatting Rules
6+
- **One sentence per line.** Start each sentence on a new line and break long sentences into phrases on separate lines. This eases editing and produces cleaner diffs. See `news/instructions.md` for details.
7+
- When listing API methods, include both setters and getters if they exist in the source code.
8+
9+
## Pull Requests
10+
- PRs for this repo target `eclipse-platform/www.eclipse.org-eclipse` (upstream), not the fork.
11+
- Use `gh pr create` with `--repo eclipse-platform/www.eclipse.org-eclipse --head vogella:<branch>` when pushing from a fork.

0 commit comments

Comments
 (0)