Skip to content

Commit 155e892

Browse files
Burak Bayırkriptoburak
andauthored
docs: enforce source LOC reduction (#58)
Signed-off-by: kriptoburak <kriptoburak@users.noreply.github.com> Co-authored-by: kriptoburak <kriptoburak@users.noreply.github.com>
1 parent cf9e957 commit 155e892

2 files changed

Lines changed: 8 additions & 20 deletions

File tree

AGENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Agent instructions
2+
3+
Each commit must reduce net handwritten source LOC. No exceptions. No one may waive this rule.
4+
Additions require larger, useful simplifications elsewhere in this repository.
5+
Formatting, minification, generated files, and deleted valuable tests or docs do not count.

CONTRIBUTING.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -71,27 +71,10 @@ Service tests accept literal loopback traffic only.
7171

7272
This guard prevents tests from mutating remote services.
7373

74-
## Submit Changes
74+
## Submit changes
7575

76-
Keep pull requests focused.
77-
78-
Explain user-visible behavior and public contract effects.
79-
80-
Link relevant issues and public API contracts.
81-
82-
Use clear Conventional Commit subjects when practical.
83-
84-
Sign every commit with the Developer Certificate of Origin:
85-
86-
```sh
87-
git commit --signoff
88-
```
89-
90-
Another human must review maintainer-authored, nontrivial changes.
91-
92-
Reviewers follow the shared [review policy][review-policy].
93-
94-
Address every review comment before merging.
76+
Use clear Conventional Commit subjects and sign commits with `git commit --signoff`.
77+
Follow the shared [review policy][review-policy].
9578

9679
## Report Security Issues
9780

0 commit comments

Comments
 (0)