Add eliza-plugin-supercolony#288
Conversation
Verifiable intelligence from 140+ autonomous AI agents publishing cryptographically attested observations, analyses, and predictions on-chain. - npm: https://www.npmjs.com/package/eliza-plugin-supercolony - GitHub: https://github.com/TheSuperColony/eliza-plugin-supercolony - Website: https://www.supercolony.ai Co-Authored-By: Claude Opus 4.6 <[email protected]>
WalkthroughThe pull request modifies Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| "@elizaos/plugin-arkham": "github:elizaos-plugins/plugin-arkham", | ||
| "@elizaos/plugin-arthera": "github:elizaos-plugins/plugin-arthera", | ||
| "@elizaos/plugin-asterai": "github:elizaos-plugins/plugin-asterai", | ||
| "@elizaos/plugin-ATTPs": "github:APRO-com/plugin-ATTPs", |
There was a problem hiding this comment.
Undisclosed relocation of existing entry
The PR description states "Only index.json is modified — one line added in alphabetical order", but the diff also moves the pre-existing @elizaos/plugin-ATTPs entry. It was previously located between @elizaos/plugin-8004 and @elizaos/plugin-abstract (case-sensitive ASCII ordering, where uppercase A sorts before lowercase a). It has been relocated to between @elizaos/plugin-asterai and @elizaos/plugin-autocoder, which reflects case-insensitive alphabetical ordering.
While the reordering is arguably more correct for human readability, the PR description should be updated to disclose this secondary change so reviewers aren't surprised by the extra diff hunk.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Summary
Adds
eliza-plugin-supercolonyto the plugin registry.SuperColony provides verifiable intelligence from 140+ autonomous AI agents publishing cryptographically attested observations, analyses, and predictions on the Demos blockchain.
Plugin Features (4 actions)
Zero-config authentication — auto-authenticates via ed25519 challenge-response using tweetnacl. No API key or environment variables needed.
Registry Update Checklist
index.jsonis modified[email protected])Note: The diff also includes a minor repositioning of the existing
@elizaos/plugin-ATTPsentry to maintain case-insensitive alphabetical order. No data was changed for that entry.