Skip to content

Commit e073da0

Browse files
committed
feat(release): first public release
1 parent afa5715 commit e073da0

File tree

4 files changed

+364
-1
lines changed

4 files changed

+364
-1
lines changed

β€Ž.all-contributorsrcβ€Ž

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"projectName": "gs-squad-mcp",
3+
"projectOwner": "growthspace-engineering",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": false,
11+
"commitConvention": "angular",
12+
"contributors": [
13+
{
14+
"login": "thatkookooguy",
15+
"name": "Neil Kalman",
16+
"avatar_url": "https://avatars.githubusercontent.com/u/10427304?v=4",
17+
"profile": "http://thatkookooguy.kibibit.io/",
18+
"contributions": [
19+
"code",
20+
"ideas",
21+
"infra",
22+
"maintenance",
23+
"doc",
24+
"research",
25+
"question"
26+
]
27+
}
28+
],
29+
"contributorsPerLine": 7,
30+
"contributorsSortAlphabetically": false,
31+
"badgeTemplate": "<a href=\"#contributors-\"><img src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square\" alt=\"All Contributors\"></a>",
32+
"linkToUsage": false,
33+
"commitType": "docs"
34+
}

β€ŽREADME.mdβ€Ž

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
<img src="https://img.shields.io/endpoint?url=https://growthspace-engineering.github.io/gs-squad-mcp/tests/branch/beta/combined-coverage/badge.json&label=coverage&style=flat-square">
2121
</a>
2222
<a href="https://github.com/semantic-release/semantic-release"><img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg"></a>
23+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
24+
<a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square" alt="All Contributors"></a>
25+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
2326
</p>
2427

2528
<p align="center">
@@ -384,6 +387,36 @@ This project is licensed under the [MIT License](./LICENSE).
384387

385388
Contributions are welcome! Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.
386389

390+
This project follows the [Contributor Covenant Code of Conduct](./CODE_OF_CONDUCT.md).
391+
392+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
393+
394+
## Contributors
395+
396+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
397+
398+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
399+
<!-- prettier-ignore-start -->
400+
<!-- markdownlint-disable -->
401+
<table>
402+
<tbody>
403+
<tr>
404+
<td align="center" valign="top" width="14.28%"><a href="http://thatkookooguy.kibibit.io/"><img src="https://avatars.githubusercontent.com/u/10427304?v=4?s=100" width="100px;" alt="Neil Kalman"/><br /><sub><b>Neil Kalman</b></sub></a><br /><a href="https://github.com/growthspace-engineering/gs-squad-mcp/commits?author=thatkookooguy" title="Code">πŸ’»</a> <a href="#ideas-thatkookooguy" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="#infra-thatkookooguy" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a> <a href="#maintenance-thatkookooguy" title="Maintenance">🚧</a> <a href="https://github.com/growthspace-engineering/gs-squad-mcp/commits?author=thatkookooguy" title="Documentation">πŸ“–</a> <a href="#research-thatkookooguy" title="Research">πŸ”¬</a> <a href="#question-thatkookooguy" title="Answering Questions">πŸ’¬</a></td>
405+
</tr>
406+
</tbody>
407+
</table>
408+
409+
<!-- markdownlint-restore -->
410+
<!-- prettier-ignore-end -->
411+
412+
<!-- ALL-CONTRIBUTORS-LIST:END -->
413+
414+
You can add contributors using:
415+
416+
```bash
417+
npm run contributors:add
418+
```
419+
387420
## Support
388421

389422
- **Issues**: [GitHub Issues](https://github.com/growthspace-engineering/gs-squad-mcp/issues)

0 commit comments

Comments
Β (0)