Skip to content

docs: fix ton-trading-bot tool count from 6 to 22 in README files#71

Merged
xlabtg merged 3 commits intoxlabtg:mainfrom
konard:issue-63-285a0cafed18
Mar 27, 2026
Merged

docs: fix ton-trading-bot tool count from 6 to 22 in README files#71
xlabtg merged 3 commits intoxlabtg:mainfrom
konard:issue-63-285a0cafed18

Conversation

@konard
Copy link
Copy Markdown

@konard konard commented Mar 27, 2026

Summary

Fixes #63

The ton-trading-bot plugin was expanded from 6 to 22 tools but the documentation lagged behind. This PR fixes the mismatch:

  • README.md: Updated the DeFi & Trading table to show 22 tools instead of 6 for ton-trading-bot
  • plugins/ton-trading-bot/README.md: Updated the Architecture section (numbered list) and the Tools table to include all 22 tools, matching manifest.json as the source of truth

The 16 newly documented tools cover: cross-DEX arbitrage, token sniping, copy trading, liquidity pool analytics, yield farming, backtesting, risk metrics, stop-loss management, position sizing, and trade scheduling.

Verification

Plugin validation confirms 22 tools:
```
[OK] ton-trading-bot: 22 tool(s) validated
```

Test plan

  • Run npm run validate — ton-trading-bot shows 22 tools
  • Verify main README table shows 22 for ton-trading-bot
  • Verify plugin README lists all 22 tools in Architecture and Tools table
  • Confirm tool names and categories match manifest.json and index.js

🤖 Generated with Claude Code

konard and others added 2 commits March 27, 2026 01:10
Adding .gitkeep for PR creation (default mode).
This file will be removed when the task is complete.

Issue: xlabtg#63
The ton-trading-bot plugin was expanded from 6 to 22 tools but the
documentation was not updated. This updates both the main README table
and the plugin's own README architecture section and tools table to
accurately reflect all 22 tools now present in manifest.json.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@konard konard changed the title [WIP] documentation: Description says 3 plugins but there's 4, says 6 tools but manifest has 21 docs: fix ton-trading-bot tool count from 6 to 22 in README files Mar 27, 2026
@konard konard marked this pull request as ready for review March 27, 2026 01:14
@konard
Copy link
Copy Markdown
Author

konard commented Mar 27, 2026

🤖 Solution Draft Log

This log file contains the complete execution trace of the AI solution draft process.

💰 Cost estimation:

  • Public pricing estimate: $1.199296
  • Calculated by Anthropic: $0.692809 USD
  • Difference: $-0.506487 (-42.23%)

🤖 Models used:

  • Tool: Anthropic Claude Code
  • Requested: sonnet
  • Model: Claude Sonnet 4.6 (claude-sonnet-4-6)

📎 Log file uploaded as Gist (698KB)


Now working session is ended, feel free to review and add any feedback on the solution draft.

@xlabtg xlabtg merged commit ddd95b4 into xlabtg:main Mar 27, 2026
6 checks passed
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.

documentation: Description says 3 plugins but there's 4, says 6 tools but manifest has 21

2 participants