Skip to content

v1.7.0 - AI-Ready Documentation

Choose a tag to compare

@CreativeNative CreativeNative released this 02 Feb 21:13
· 76 commits to master since this release

This release makes the TMI Translation Bundle fully accessible to AI assistants and developers through comprehensive documentation, interactive skills, and machine-discoverable resources.

Highlights

AI Discovery Support

  • llms.txt - Machine-readable index following the https://llmstxt.org/ standard for AI
    crawlers
  • llms.md - Comprehensive developer and AI guide with glossary, handler chain decision
    tree, and troubleshooting reference

Claude Code Skills

Three interactive skills to accelerate development:

  • Entity Translation Setup - Guided workflow to make any Doctrine entity translatable
    with TranslatableInterface, TranslatableTrait, and proper attribute configuration
  • Translation Debugger - Systematic diagnostic tool to identify and fix translation
    configuration issues
  • Custom Handler Creator - Step-by-step guide for building custom translation handlers
    for specialized field types

Foundation Documentation

  • Glossary - Canonical terminology definitions (Tuuid, Handler Chain, Locale, etc.)
  • Handler Chain Decision Tree - Visual ASCII diagram showing field routing logic and
    handler priorities
  • Troubleshooting Guide - Common issues with symptoms, causes, and solutions
  • Minimal Working Example - Complete copy-paste implementation reference

What's Changed

This is a documentation-only release with no changes to PHP source code. All features
from v1.6.0 remain unchanged.

Full Changelog: v1.6.0...v1.7.0