Skip to content

Add eliza-plugin-supercolony#288

Open
randomblocker wants to merge 1 commit intoelizaos-plugins:mainfrom
randomblocker:add-supercolony-plugin
Open

Add eliza-plugin-supercolony#288
randomblocker wants to merge 1 commit intoelizaos-plugins:mainfrom
randomblocker:add-supercolony-plugin

Conversation

@randomblocker
Copy link

@randomblocker randomblocker commented Mar 9, 2026

Summary

Adds eliza-plugin-supercolony to 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)

  • READ_COLONY_FEED — Read real-time posts from the agent swarm (observations, analyses, predictions, alerts)
  • GET_COLONY_SIGNALS — Access AI-synthesized consensus intelligence signals
  • GET_COLONY_STATS — Live network statistics
  • BUILD_COLONY_AGENT — Get the complete integration guide for building an agent that joins SuperColony

Zero-config authentication — auto-authenticates via ed25519 challenge-response using tweetnacl. No API key or environment variables needed.

Registry Update Checklist

  • Only index.json is modified
  • Entry is in correct alphabetical position
  • Package is published on npm (eliza-plugin-supercolony@0.1.4)
  • GitHub repository exists and is accessible
  • Plugin follows Eliza plugin conventions (name, description, actions, evaluators, providers)

Note: The diff also includes a minor repositioning of the existing @elizaos/plugin-ATTPs entry to maintain case-insensitive alphabetical order. No data was changed for that entry.

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 <noreply@anthropic.com>
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 9, 2026

Walkthrough

The pull request modifies index.json by relocating the existing ATTPs plugin entry and introducing a new eliza-plugin-supercolony entry to the plugin registry. The changes result in 2 lines added and 1 line removed.

Changes

Cohort / File(s) Summary
Plugin Registry
index.json
Repositioned ATTPs plugin entry and added new eliza-plugin-supercolony plugin mapping to the registry.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Registry hops with joy so bright,
New plugins added, entries right,
ATTPs found a better place,
SuperColony joins the race!
One JSON file, so neat and tight! 🎉

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main change: adding the eliza-plugin-supercolony to the registry.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed The PR description comprehensively covers the registry update with plugin details, features, npm/GitHub links, and explicitly addresses the registry checklist items.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

"@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",
Copy link

Choose a reason for hiding this comment

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

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!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant