v1.9.0 - Query Workflow & Better Triggers
What's New
Database Plugin v1.2.0
- Expanded skill triggers - Now triggers on "db", "check", "look up", "records", "data lookup"
- Critical Rules section - Forbids guessing table/column names without schema exploration
- Query Workflow section - Mandatory 4-step process for unfamiliar databases:
- List tables (
SHOW TABLES,\dt,.tables) - Identify target table from actual list
- Describe table structure before querying
- Build query using actual column names
- List tables (
Why This Matters
Prevents incorrect queries caused by assuming ORM naming conventions (e.g., Order vs orders, table_name vs service_type).
Version Updates
- Marketplace: 1.8.0 → 1.9.0
- Database plugin: 1.1.0 → 1.2.0