Skip to content

Documentation: Update README and plugin manifests for new additions #73

@labtgbot

Description

@labtgbot

Documentation: Update README and plugin manifests for new additions

Issue Type: Documentation
Priority: Low
Category: Documentation

Problem Description

The README and plugin manifests need to be updated to reflect the newly added plugins and correct information.

Expected Behavior

1. Add Memory Plugin to README

The memory plugin should be added to the Available Plugins section in the README. Currently, it's missing from the catalog.

Location: README.md → "Available Plugins" section

Plugin Details:

  • Plugin: memory
  • Description: Persistent Memory Plugin — Store and retrieve memory entries with advanced filtering: tags, entities, date ranges, and free text — composable in any combination
  • Tools: 8 tools
    • memory_store — Save a text entry
    • memory_list — List all memory entries with pagination
    • memory_search — Query entries with advanced filters
    • memory_update — Update existing entries
    • memory_delete — Delete entries
    • memory_list_tags — List all tags and entities
    • memory_export — Export all entries to JSON
    • memory_import — Import entries from JSON

2. Update GitHub Dev Assistant Stats

The GitHub Dev Assistant plugin currently shows 57 tools, but it actually has 60 tools after recent additions.

Current manifest: plugins/github-dev-assistant/manifest.json

  • tools array contains 60 entries
  • Version: 3.1.2

Required updates:

  • Update README to reflect 60 tools
  • Update plugin count in the "Plugins" badge (currently shows 28 plugins)
  • Update "Tools" badge (currently shows 249 tools)

3. Fix Repository Name in Manifests

All plugin manifests currently point to xlabtg/teleton-plugins, but should point to TONresistor/teleton-plugins since this is the upstream repository.

Affected files:

Fix required:
Replace all occurrences of "xlabtg/teleton-plugins" with "TONresistor/teleton-plugins" in the repository field of manifests.

Additional Context

Plugins Added (via PR #10):

  1. ton-bridge — TON Bridge Mini App access (3 tools)
  2. ton-trading-bot — Atomic trading tools (6 tools)
  3. github-dev-assistant — GitHub workflow automation (60 tools)
  4. memory — Persistent memory plugin (8 tools)

Total Plugins: 28 plugins
Total Tools: 249 tools

Related Issue: #61 (manifests repository name)
Related PR: #10 (initial plugin additions)


Impact

  • Users relying on the README for accurate plugin information will see outdated data
  • The "Tools" count will be inaccurate (showing 249 instead of actual count)
  • The memory plugin won't be discoverable in the catalog

Fix Required

  1. Add memory plugin section to README "Available Plugins" table
  2. Update GitHub Dev Assistant description to reflect 60 tools
  3. Update plugin/tool counts in badges
  4. Fix repository name in all manifests
  5. Ensure plugins/memory/manifest.json exists and is properly configured

Severity: Low
Priority: Low
Created: 2026-03-27

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions