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!

- **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
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.

Several contributor identifiers here are not valid GitHub usernames (they contain spaces / mixed casing like real names, e.g., "Adnan Haider", "Clawd EFS", "Elyan Labs", "Fast Ops Fix"). Issue #153 explicitly asks for GitHub usernames; please replace these with the actual GitHub handles (e.g., @username) or otherwise make the mapping explicit.

Suggested change
- **Fast Ops Fix**: feat: add relay healthcheck Python example with tests
- **Fast Ops Fix** (display name; GitHub handle not provided): feat: add relay healthcheck Python example with tests

Copilot uses AI. Check for mistakes.
- **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)
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.

"d 🔹" is not a valid GitHub username (emoji/special characters). To meet Issue #153’s requirement, use the actual GitHub handle for this contributor.

Suggested change
- **d 🔹**: feat: Add Lambda Lang codec and Agent Matrix transport (#5)
- **d**: feat: Add Lambda Lang codec and Agent Matrix transport (#5)

Copilot uses AI. Check for mistakes.
- **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)
- **yuzengbaao (Autonomously Extracted)**: Built CONTRIBUTORS.md generator
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.

This line claims a "CONTRIBUTORS.md generator" was built, but this PR only adds CONTRIBUTORS.md and the repo doesn't appear to include any generator script. Please either add the generator (and ideally document how to run it) or change this entry to accurately reflect the actual contribution made.

Copilot uses AI. Check for mistakes.
Loading