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.8.0

  • R
  • Apr 27, 2026
  • 92.33 KB
  • 5
  • 12.0.5+1
  • Retail

File Name

cogworks-v0.8.0.zip

Supported Versions

  • 12.0.5
  • 12.0.1

Cogworks

v0.8.0 (2026-04-27)

Full Changelog Previous Releases

  • feat(COG-5,COG-7): public-API registry + standalone dev console
    #5: New Cogworks-1.0/API.lua adds RegisterAPI / GetAPI / WhenAPIReady /
    GetRegisteredAPIs for versioned cross-cog contracts. Major mismatch or
    minor consumer-ahead-of-producer returns nil. Multiple majors per name
    coexist for transition windows. New APIRegistered event fires from each
    registration so late-load consumers can subscribe.
    #7: New Standalone/Console.lua adds /cogworks console — multi-line
    EditBox + ScrollingMessageFrame output + Run button. Captures print(),
    return values, and errors with color-coded output. Strip-indent button
    fixes Warp-style pastes. Opt-in history via Save checkbox + History
    popup browser. Copy button pops a selectable EditBox of all output.
    Standalone-only (not in the embedded Cogworks-1.0/ library).
    Library MINOR 7 -> 8, version 0.7.0 -> 0.8.0. Additive only.
    Closes #5
    Closes #7
    Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com