Skip to content

Add @jhinresh/elizaos-plugin — Maiat trust scoring for ElizaOS agents#302

Open
clawdez wants to merge 1 commit intoelizaos-plugins:mainfrom
clawdez:add-maiat-plugin
Open

Add @jhinresh/elizaos-plugin — Maiat trust scoring for ElizaOS agents#302
clawdez wants to merge 1 commit intoelizaos-plugins:mainfrom
clawdez:add-maiat-plugin

Conversation

@clawdez
Copy link

@clawdez clawdez commented Mar 16, 2026

Registry Update Checklist

  • JSON entry uses format: "@scope/plugin-name": "github:owner/repo"
  • Uses github: prefix (not github.com)
  • Entry is in alphabetical order
  • JSON is valid (no trailing commas, proper formatting)
  • Plugin repo has a valid package.json with name matching the registry key
  • Plugin repo is public and accessible

Plugin: @jhinresh/elizaos-plugin

Adds behavioral trust scoring for AI agents to any ElizaOS character. Maiat computes on-chain trust scores from real transaction history — completion rate, payment rate, expire rate, counterparty quality.

Re-submitted from #297 (accidentally closed). Same commit, same single-line change to index.json.

Summary by CodeRabbit

Release Notes

  • New Features
    • Added support for a new plugin mapping, expanding the available plugin registry.

Greptile Summary

Adds the @jhinresh/elizaos-plugin package (Maiat trust scoring for ElizaOS agents) to the plugin registry. This is a single-line addition to index.json that follows all registry conventions.

Confidence Score: 5/5

  • This PR is safe to merge — it is a single-line addition to a JSON registry file with no code execution impact.
  • The change is a single-line addition to index.json that adds a new plugin entry. The JSON format is correct, alphabetical ordering is maintained, and the entry follows all established conventions. There is no code logic to review — only a data entry in a registry file.
  • No files require special attention.

Important Files Changed

Filename Overview
index.json Single-line addition of @jhinresh/elizaos-plugin entry. Correct format, proper github: prefix, and alphabetically placed between @esscrypt and @kamiyo.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["PR: Add @jhinresh/elizaos-plugin"] --> B["index.json"]
    B --> C["CI: Auto-update generated-registry.json"]
    C --> D["Registry serves plugin metadata"]
    D --> E["ElizaOS agents can discover & install plugin"]
Loading

Last reviewed commit: 1f16070

(3/5) Reply to the agent's comments like "Can you suggest a fix for this @greptileai?" or ask follow-up questions!

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 16, 2026

Walkthrough

A new plugin mapping entry has been added to index.json, registering the public key @jhinresh/elizaos-plugin to reference the repository github:JhiNResH/elizaos-plugin-maiat.

Changes

Cohort / File(s) Summary
Plugin Registry
index.json
Added mapping for new plugin @jhinresh/elizaos-plugin pointing to the repository github:JhiNResH/elizaos-plugin-maiat.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A new plugin hops into the registry,
@jhinresh joins the merry mystery,
One line added, so clean and bright,
The plugin directory now feels just right! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically summarizes the main change: adding a new plugin entry to the registry for Maiat trust scoring functionality.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed The PR description addresses the registry update checklist and provides comprehensive details about the plugin, including npm package, source repo, and purpose.

✏️ 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
📝 Coding Plan
  • Generate coding plan for human review comments

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.

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