Skip to content
Closed
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
42 changes: 42 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Contributors

Thank you to everyone who has contributed to beacon-skill!
Comment on lines +1 to +3
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.

- **Adnan Haider**: fix(security): nonce replay protection and impersonation hardening for /relay/ping
- **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)
Comment on lines +6 to +41
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.
- **yuzengbaao (Autonomy System)**: Add AgentHive transport & CONTRIBUTORS.md
Loading