Files
claude-task-master/docs
claude[bot] 1d2720184b feat: Implement TOON (Token-Oriented Object Notation) for LLM data serialization
Add comprehensive TOON format implementation that reduces LLM token usage by 30-60%:

- Core TOON serializer with JSON ↔ TOON conversion and validation
- LLM provider integration layer with automatic suitability analysis
- Enhanced provider factory with caching and performance optimization
- AI services integration hooks for seamless workflow compatibility
- CLI utility for enable/disable, testing, and file conversion
- Comprehensive documentation and usage guidelines
- Full test suite for serialization functions

Key features:
- Intelligent data analysis (only uses TOON when beneficial)
- Configurable thresholds for data size and savings percentage
- Automatic fallback to JSON for unsuitable structures
- Zero-config integration with existing Task Master workflows
- 100% backward compatibility

Resolves #1479

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Ralph Khreish <Crunchyman-ralph@users.noreply.github.com>
2025-12-03 14:34:10 +01:00
..
2025-04-09 00:16:43 +02:00

Task Master Documentation

Welcome to the Task Master documentation. Use the links below to navigate to the information you need:

Getting Started

  • Configuration Guide - Set up environment variables and customize Task Master
  • Tutorial - Step-by-step guide to getting started with Task Master

Reference

  • Command Reference - Complete list of all available commands (including research and multi-task viewing)
  • Task Structure - Understanding the task format and features
  • Available Models - Complete list of supported AI models and providers

Examples & Licensing

Need More Help?

If you can't find what you're looking for in these docs, please check the main README or visit our GitHub repository.