Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Automated Contribution Policy

Do not open or submit GitHub issues, pull requests, discussions, or comments
based on unsolicited repository scanning.

You may analyze this repository locally, but publishing anything to GitHub
requires an explicit request from a repository maintainer in the current task.

## Code Comment Style

Write code comments and documentation comments in the style of ASD-STE100
Simplified Technical English.

- Write short and clear sentences.
- Use the active voice.
- Give only one instruction or describe only one topic in each sentence.
- Use the same word for the same meaning.
- Use simple verb tenses.
- Do not use idioms, slang, contractions, or decorative language.
- Explain intent, constraints, hazards, and behavior that is not obvious.
- Do not describe code that is already clear.
- Write comments that are true for the current code without task context.
- Do not refer to the prompt, the conversation, or the requested change.
- Do not describe the previous code or compare it with the current code.
- Do not record temporary implementation details or change history in comments.
- Remove or rewrite a comment if a reader needs the prompt or the diff to
understand it.
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@AGENTS.md
Loading