Cogworks

The shared mainspring of the Cogworks WoW addon suite — event bus, theme, and cross-cog plumbing for FlipQueue, Tempo, Maxcraft, and beyond.

File Details

v0.7.0

  • R
  • Apr 27, 2026
  • 85.41 KB
  • 3
  • 12.0.5+1
  • Retail

File Name

cogworks-v0.7.0.zip

Supported Versions

  • 12.0.5
  • 12.0.1

Cogworks

v0.7.0 (2026-04-27)

Full Changelog Previous Releases

  • feat(COG-6): lift item-key + realm helpers from FlipQueue
    Adds Items.lua (MakeItemKey, ParseItemLink, ItemKeyToItemString,
    ResolveItemID, ItemsMatch) and Realms.lua (NormalizeAccents,
    NormalizeRealmKey, RealmMatches, RealmsOverlap) so all suite cogs share
    one canonical item-key shape and one connected-realm matcher. Inventory
    and realm-lookup couplings are parameterized — callers pass their own
    data sources, keeping Cogworks Syndicator-optional.
    New Cogworks-1.0.xml load manifest is the canonical entry point for
    consumer .tocs going forward; lists Cogworks-1.0.lua, Items.lua, and
    Realms.lua in dependency order.
    Library MINOR 6 -> 7, version 0.6.0 -> 0.7.0. Additive only; no
    existing API changed.
    Closes #6
    Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com
  • chore: retire local feedback markdown system; GitHub Issues + scribe is canonical
    Migrate COG-001..004 from feedback/collection/ to GitHub Issues
    gezmodean-wow/cogworks#1..4. CLAUDE.md updated to describe the scribe
    workflow (Discord <-> GitHub Issues bridge) and add a Cross-cog feature
    requests section so cogs can file capability asks against Cogworks.
    Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com