From 5db039785955869d4ae66297cae5b62a63cad3ce Mon Sep 17 00:00:00 2001
From: Dave Kerr
Date: Sat, 14 Feb 2026 01:18:50 +0800
Subject: [PATCH] chore: add all-contributors configuration
- Add .all-contributorsrc with fahd04 as first contributor
- Add contributors badge and section to README
---
.all-contributorsrc | 21 +++++++++++++++++++++
README.md | 25 +++++++++++++++++++++++++
2 files changed, 46 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..451ca4a
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,21 @@
+{
+ "projectName": "shellwright",
+ "projectOwner": "dwmkerr",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "files": ["README.md"],
+ "imageSize": 100,
+ "commit": false,
+ "commitConvention": "angular",
+ "contributorsPerLine": 7,
+ "skipCi": true,
+ "contributors": [
+ {
+ "login": "fahd04",
+ "name": "fahd04",
+ "avatar_url": "https://avatars.githubusercontent.com/u/142957956?v=4",
+ "profile": "https://github.com/fahd04",
+ "contributions": ["code"]
+ }
+ ]
+}
diff --git a/README.md b/README.md
index 9cab3f7..4f783e7 100644
--- a/README.md
+++ b/README.md
@@ -16,10 +16,13 @@
MCP Tools |
Developer Guide
+
+
+
## Quickstart
@@ -430,6 +433,28 @@ claude mcp add shellwright-dev --scope project -- node "${PWD}/dist/index.js"
This registers your local build so you can test changes before publishing.
+## Contributors
+
+Thanks to all contributors!
+
+
+
+
+
+
+
+
+
+
+
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
+
## License
MIT