Skip to content
Open
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
2 changes: 2 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
"@elizaos/plugin-storage-s3": "github:elizaos-plugins/plugin-storage-s3",
"@elizaos/plugin-story": "github:elizaos-plugins/plugin-story",
"@elizaos/plugin-sui": "github:elizaos-plugins/plugin-sui",
"@targe/plugin-eliza": "github:pabloleaf/plugin-targe",
Copy link

Choose a reason for hiding this comment

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

Incorrect alphabetical placement

The @targe/plugin-eliza entry is placed in the middle of the @elizaos namespace block (between @elizaos/plugin-sui and @elizaos/plugin-tee). Since the @targe namespace sorts after @elizaos alphabetically (t > e), it should be placed among the other third-party namespace entries — specifically between @standujar/plugin-composio and @theschein/plugin-polymarket (around line 236-237 in the current file).

The checklist for this PR explicitly lists: "It's placed alphabetically in the list" as a requirement.

Please move the entry to its correct alphabetical position:

  "@standujar/plugin-composio": "github:standujar/plugin-composio",
  "@targe/plugin-eliza": "github:pabloleaf/plugin-targe",
  "@theschein/plugin-polymarket": "github:Okay-Bet/plugin-polymarket",

"@elizaos/plugin-tee": "github:elizaos-plugins/plugin-tee",
"@elizaos/plugin-tee-log": "github:elizaos-plugins/plugin-tee-log",
"@elizaos/plugin-tee-marlin": "github:elizaos-plugins/plugin-tee-marlin",
Expand Down Expand Up @@ -233,6 +234,7 @@
"@proofgate/eliza-plugin": "github:ProofGate/proofgate-eliza-plugin",
"@pyboom/plugin-moralis-v2": "github:matteo-brandolino/plugin-moralis-v2",
"@standujar/plugin-composio": "github:standujar/plugin-composio",
"@targe/plugin-eliza": "github:pabloleaf/plugin-targe"
"@theschein/plugin-polymarket": "github:Okay-Bet/plugin-polymarket",
"@token-metrics-ai/plugin-tokenmetrics": "github:token-metrics/plugin-tokenmetrics",
"@tonyflam/plugin-openchat": "github:Tonyflam/plugin-openchat",
Expand Down