Skip to content

fix(ton-trading-bot): truncate manifest description to <=256 characters - #56

Merged
xlabtg merged 3 commits into
xlabtg:mainfrom
konard:issue-55-8b2c106e5165
Mar 26, 2026
Merged

fix(ton-trading-bot): truncate manifest description to <=256 characters#56
xlabtg merged 3 commits into
xlabtg:mainfrom
konard:issue-55-8b2c106e5165

Conversation

@konard

@konard konard commented Mar 26, 2026

Copy link
Copy Markdown

Summary

  • The description field in ton-trading-bot/manifest.json was 269 characters, exceeding the 256-character limit enforced by teleton-agent manifest validation
  • Truncated the description from 269 to 221 characters by removing the trailing sentence "The LLM composes these into trading strategies." — all key feature terms are preserved
  • Plugin now passes manifest validation ([OK] ton-trading-bot: 21 tool(s) validated)

Test plan

  • Verified description length: 221 characters (≤256)
  • Ran node scripts/validate-plugins.mjston-trading-bot reports [OK]

Fixes #55

🤖 Generated with Claude Code

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

Issue: xlabtg#55
The description field was 269 characters, exceeding the 256-character
limit enforced by teleton-agent manifest validation, causing a "too_big"
validation error on plugin installation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@konard konard changed the title [WIP] ton-trading-bot manifest description too_big fix(ton-trading-bot): truncate manifest description to <=256 characters Mar 26, 2026
@konard
konard marked this pull request as ready for review March 26, 2026 11:01
@konard

konard commented Mar 26, 2026

Copy link
Copy Markdown
Author

🤖 Solution Draft Log

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

💰 Cost estimation:

  • Public pricing estimate: $0.352768
  • Calculated by Anthropic: $0.217424 USD
  • Difference: $-0.135344 (-38.37%)

🤖 Models used:

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

📎 Log file uploaded as Gist (293KB)


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

@konard

konard commented Mar 26, 2026

Copy link
Copy Markdown
Author

✅ Ready to merge

This pull request is now ready to be merged:

  • All CI checks have passed
  • No merge conflicts
  • No pending changes

Monitored by hive-mind with --auto-restart-until-mergeable flag

@xlabtg
xlabtg merged commit 3cec0b6 into xlabtg:main Mar 26, 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.

ton-trading-bot manifest description too_big

2 participants