Skip to content

Releases: gemmology-dev/gemmology-plugin

v1.1.0 - Synthetic & Simulant Origin Awareness

14 Feb 07:05

Choose a tag to compare

What's New

The gemmology plugin now has full awareness of synthetic gems, simulants, and composites from the mineral database v1.8.0.

Plugin CLI Updates

gemmology list-presets --origin simulant    # Filter by origin
gemmology list-presets --synthetics         # Shorthand for synthetics
gemmology list-presets --simulants          # Shorthand for simulants
gemmology info cubic-zirconia              # Shows origin, growth method, diagnostic features

Skill & Command Updates

  • /crystal-svg: Synthetic presets now documented and available; graceful handling of materials without crystal forms (null CDL)
  • /identify-gem: After narrowing candidates by RI/SG, automatically queries counterparts to flag potential synthetics/simulants with their diagnostic features
  • synthetics-simulants skill: References database preset IDs for direct lookup, expanded material coverage
  • inclusions-fingerprints skill: Added CVD/HPHT diamond inclusion data and synthetic cross-references
  • gemmology-expert agent: Origin-aware identification with proactive counterpart suggestions

New API Re-exports

from gemmology_plugin import list_synthetics, list_simulants, get_counterparts

Dependencies

Requires gemmology-mineral-database>=1.0.0 (v1.8.0 recommended for synthetic data).

v1.0.1

26 Jan 08:34

Choose a tag to compare

Bug fixes and CI improvements

v1.0.0

21 Jan 04:45

Choose a tag to compare

Initial release of gemmology-plugin - Claude Code plugin for coloured gemstone expertise and crystal visualization.