Skip to content

Commit 615b7d7

Browse files
vogellaclaude
andcommitted
Add CLAUDE.md and extend AGENTS.md with additional rules
Add CLAUDE.md referencing AGENTS.md, and extend AGENTS.md with: - One sentence per line rule for markdown formatting - Include both getters and setters when listing API methods - PR targeting conventions for fork-based workflow Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6c64b81 commit 615b7d7

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,14 @@ Since the site is static with JS rendering, any HTTP server works:
6969
- `README.md`: Basic project intro.
7070
- `news/instructions.md`: **Crucial** detailed guide for N&N contributors.
7171
- `project.js`: The heart of the site's dynamic rendering.
72-
- `AGENTS.md`: Technical instructions for AI agentss
72+
- `AGENTS.md`: Technical instructions for AI agents.
73+
74+
## Additional Rules
75+
76+
### Markdown Formatting
77+
- **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.
78+
- When listing API methods, include both setters and getters if they exist in the source code.
79+
80+
### Pull Requests
81+
- PRs for this repo target `eclipse-platform/www.eclipse.org-eclipse` (upstream), not the fork.
82+
- Use `gh pr create` with `--repo eclipse-platform/www.eclipse.org-eclipse --head vogella:<branch>` when pushing from a fork.

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@AGENTS.md

0 commit comments

Comments
 (0)