Skip to content

docs: add CONTRIBUTORS.md (#153)#157

Closed
yuzengbaao wants to merge 1 commit intoScottcjn:mainfrom
yuzengbaao:feat/add-contributors
Closed

docs: add CONTRIBUTORS.md (#153)#157
yuzengbaao wants to merge 1 commit intoScottcjn:mainfrom
yuzengbaao:feat/add-contributors

Conversation

@yuzengbaao
Copy link

Resolves #153. Auto-generated via git log script extracting unique author names and their latest contribution snippet. Included myself.

Wallet: 0x39726f81f03D09983c499DeDb951e06d5A27E663

Copilot AI review requested due to automatic review settings March 21, 2026 10:10
@github-actions github-actions bot added the size/XS PR: 1-10 lines label Mar 21, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a CONTRIBUTORS.md file intended to satisfy Issue #153 by listing contributors derived from git history.

Changes:

  • Introduces CONTRIBUTORS.md with a contributor list and brief “latest contribution” snippets.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +6 to +41
- **AdnanMehr8**: feat: add file locking to prevent nonce replay race conditions
- **Async777**: fix: Update README version to match code (2.16.0)
- **Clawd EFS**: Add quickstart example script (#6)
- **Dlove123**: fix: Add systemd service and deployment guide for Beacon Atlas (#2127)
- **EisonMe**: docs(readme): fix beacon command typo
- **Elyan Labs**: docs: document Atlas collaborator matcher
- **Fast Ops Fix**: feat: add relay healthcheck Python example with tests
- **Fred Zhang**: docs: add 2-minute quick start near top of README
- **Joshualover**: docs: add CONTRIBUTING.md guide (fixes #community) (#80)
- **Luna Ops**: docs: add security guide with replay protection and idempotency patterns (#107)
- **RyanAI**: docs: add macOS ARM64 installation test report
- **Scott**: security: add safe harbor and disclosure policy
- **Tianlin0725**: fix: update test assertion to match actual error message
- **Tyson**: docs: add advanced examples for Beacon Protocol (#14)
- **allornothingai**: docs(atlas): add nginx config block for rustchain.org proxy routing
- **d 🔹**: feat: Add Lambda Lang codec and Agent Matrix transport (#5)
- **daytonsaiagents-commits**: Add ClawNews CLI tests and documentation (#10)
- **edisonlv**: docs: Add webhook port conflict troubleshooting (#102)
- **energypantry**: docs: add webhook loopback smoke script
- **fino-oss**: feat: add per-endpoint API rate limiting (#105)
- **flashlib**: docs: add hello world example for beginners
- **fskeung**: Add install report (#122)
- **joshua-deng**: feat: ClawNews v0.1 — Tests + Docs + Command Hardening
- **larryjiang**: feat: add inbox_monitor.py example
- **liu971227-sys**: security: fail closed for signed relay registration when nacl unavailable
- **lou00000**: Add input validation tests for codec decode/verify
- **mac**: security: Add signature verification to /relay/ping endpoint (v2)
- **mtarcure**: ci: add Dependabot config
- **nifanpinc**: docs: Add replay protection section with nonce/timestamp examples
- **pengjiequan-create**: Create webhook_integration.py (#123)
- **seraphim941**: fix: add Flask to deps and --text flag to webhook send (#130)
- **sungdark**: fix(atlas): enforce mutation endpoint rate limits + heartbeat timestamp safety (#69)
- **xiangshangsir**: docs: Add CODE_OF_CONDUCT.md (#76)
- **yw13931835525-cyber**: docs(readme): clarify duplicate quick start sections (#124)
- **zddsl**: [Bounty] Add PULL_REQUEST_TEMPLATE.md (#79)
- **zhangxue1985122219**: docs: Fix formatting and add Windows troubleshooting guide (#121)
Copy link

Copilot AI Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue #153 asks for GitHub usernames; this list includes display names/organizations (e.g., "Adnan Haider", "Clawd EFS") rather than GitHub handles. Consider switching to a consistent format like linked @usernames (e.g., [@Scottcjn](https://github.com/Scottcjn)) so the file satisfies the bounty requirement and is unambiguous.

Suggested change
- **AdnanMehr8**: feat: add file locking to prevent nonce replay race conditions
- **Async777**: fix: Update README version to match code (2.16.0)
- **Clawd EFS**: Add quickstart example script (#6)
- **Dlove123**: fix: Add systemd service and deployment guide for Beacon Atlas (#2127)
- **EisonMe**: docs(readme): fix beacon command typo
- **Elyan Labs**: docs: document Atlas collaborator matcher
- **Fast Ops Fix**: feat: add relay healthcheck Python example with tests
- **Fred Zhang**: docs: add 2-minute quick start near top of README
- **Joshualover**: docs: add CONTRIBUTING.md guide (fixes #community) (#80)
- **Luna Ops**: docs: add security guide with replay protection and idempotency patterns (#107)
- **RyanAI**: docs: add macOS ARM64 installation test report
- **Scott**: security: add safe harbor and disclosure policy
- **Tianlin0725**: fix: update test assertion to match actual error message
- **Tyson**: docs: add advanced examples for Beacon Protocol (#14)
- **allornothingai**: docs(atlas): add nginx config block for rustchain.org proxy routing
- **d 🔹**: feat: Add Lambda Lang codec and Agent Matrix transport (#5)
- **daytonsaiagents-commits**: Add ClawNews CLI tests and documentation (#10)
- **edisonlv**: docs: Add webhook port conflict troubleshooting (#102)
- **energypantry**: docs: add webhook loopback smoke script
- **fino-oss**: feat: add per-endpoint API rate limiting (#105)
- **flashlib**: docs: add hello world example for beginners
- **fskeung**: Add install report (#122)
- **joshua-deng**: feat: ClawNews v0.1 — Tests + Docs + Command Hardening
- **larryjiang**: feat: add inbox_monitor.py example
- **liu971227-sys**: security: fail closed for signed relay registration when nacl unavailable
- **lou00000**: Add input validation tests for codec decode/verify
- **mac**: security: Add signature verification to /relay/ping endpoint (v2)
- **mtarcure**: ci: add Dependabot config
- **nifanpinc**: docs: Add replay protection section with nonce/timestamp examples
- **pengjiequan-create**: Create webhook_integration.py (#123)
- **seraphim941**: fix: add Flask to deps and --text flag to webhook send (#130)
- **sungdark**: fix(atlas): enforce mutation endpoint rate limits + heartbeat timestamp safety (#69)
- **xiangshangsir**: docs: Add CODE_OF_CONDUCT.md (#76)
- **yw13931835525-cyber**: docs(readme): clarify duplicate quick start sections (#124)
- **zddsl**: [Bounty] Add PULL_REQUEST_TEMPLATE.md (#79)
- **zhangxue1985122219**: docs: Fix formatting and add Windows troubleshooting guide (#121)
- [@AdnanMehr8](https://github.com/AdnanMehr8): feat: add file locking to prevent nonce replay race conditions
- [@Async777](https://github.com/Async777): fix: Update README version to match code (2.16.0)
- **Clawd EFS**: Add quickstart example script (#6)
- [@Dlove123](https://github.com/Dlove123): fix: Add systemd service and deployment guide for Beacon Atlas (#2127)
- [@EisonMe](https://github.com/EisonMe): docs(readme): fix beacon command typo
- **Elyan Labs**: docs: document Atlas collaborator matcher
- **Fast Ops Fix**: feat: add relay healthcheck Python example with tests
- **Fred Zhang**: docs: add 2-minute quick start near top of README
- [@Joshualover](https://github.com/Joshualover): docs: add CONTRIBUTING.md guide (fixes #community) (#80)
- **Luna Ops**: docs: add security guide with replay protection and idempotency patterns (#107)
- [@RyanAI](https://github.com/RyanAI): docs: add macOS ARM64 installation test report
- [@Scott](https://github.com/Scott): security: add safe harbor and disclosure policy
- [@Tianlin0725](https://github.com/Tianlin0725): fix: update test assertion to match actual error message
- [@Tyson](https://github.com/Tyson): docs: add advanced examples for Beacon Protocol (#14)
- [@allornothingai](https://github.com/allornothingai): docs(atlas): add nginx config block for rustchain.org proxy routing
- **d 🔹**: feat: Add Lambda Lang codec and Agent Matrix transport (#5)
- [@daytonsaiagents-commits](https://github.com/daytonsaiagents-commits): Add ClawNews CLI tests and documentation (#10)
- [@edisonlv](https://github.com/edisonlv): docs: Add webhook port conflict troubleshooting (#102)
- [@energypantry](https://github.com/energypantry): docs: add webhook loopback smoke script
- [@fino-oss](https://github.com/fino-oss): feat: add per-endpoint API rate limiting (#105)
- [@flashlib](https://github.com/flashlib): docs: add hello world example for beginners
- [@fskeung](https://github.com/fskeung): Add install report (#122)
- [@joshua-deng](https://github.com/joshua-deng): feat: ClawNews v0.1 — Tests + Docs + Command Hardening
- [@larryjiang](https://github.com/larryjiang): feat: add inbox_monitor.py example
- [@liu971227-sys](https://github.com/liu971227-sys): security: fail closed for signed relay registration when nacl unavailable
- [@lou00000](https://github.com/lou00000): Add input validation tests for codec decode/verify
- [@mac](https://github.com/mac): security: Add signature verification to /relay/ping endpoint (v2)
- [@mtarcure](https://github.com/mtarcure): ci: add Dependabot config
- [@nifanpinc](https://github.com/nifanpinc): docs: Add replay protection section with nonce/timestamp examples
- [@pengjiequan-create](https://github.com/pengjiequan-create): Create webhook_integration.py (#123)
- [@seraphim941](https://github.com/seraphim941): fix: add Flask to deps and --text flag to webhook send (#130)
- [@sungdark](https://github.com/sungdark): fix(atlas): enforce mutation endpoint rate limits + heartbeat timestamp safety (#69)
- [@xiangshangsir](https://github.com/xiangshangsir): docs: Add CODE_OF_CONDUCT.md (#76)
- [@yw13931835525-cyber](https://github.com/yw13931835525-cyber): docs(readme): clarify duplicate quick start sections (#124)
- [@zddsl](https://github.com/zddsl): [Bounty] Add PULL_REQUEST_TEMPLATE.md (#79)
- [@zhangxue1985122219](https://github.com/zhangxue1985122219): docs: Fix formatting and add Windows troubleshooting guide (#121)

Copilot uses AI. Check for mistakes.
Comment on lines +1 to +3
# Contributors

Thank you to everyone who has contributed to beacon-skill!
Copy link

Copilot AI Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description includes a wallet address, but Issue #153 explicitly says to drop the wallet name/details. To align with the issue requirement (and avoid keeping payout details in the PR body), please remove the wallet from the PR description / related metadata.

Copilot uses AI. Check for mistakes.
@yuzengbaao
Copy link
Author

Hi there! I noticed the PR checks failed on the welcome job here too. Same error as the other PR — it is a pre-existing typo in the .github/workflows/welcome.yml file (pr-message vs pr_message). I submitted a dedicated patch for the broken workflow in #158. Feel free to review at your convenience!

@yuzengbaao
Copy link
Author

Hi there! I noticed the PR checks failed on the welcome job here too. Same error as the other PR — it is a pre-existing typo in the .github/workflows/welcome.yml file (pr-message vs pr_message). I submitted a dedicated patch for the broken workflow in #158.

1 similar comment
@yuzengbaao
Copy link
Author

Hi there! I noticed the PR checks failed on the welcome job here too. Same error as the other PR — it is a pre-existing typo in the .github/workflows/welcome.yml file (pr-message vs pr_message). I submitted a dedicated patch for the broken workflow in #158.

@Scottcjn
Copy link
Owner

Closing as duplicate — you've submitted multiple PRs for the same issue. Please consolidate into one PR and iterate on it. Your code quality is solid, just avoid double-submitting. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS PR: 1-10 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BOUNTY: 2 RTC] Add CONTRIBUTORS.md

3 participants