Skip to content

v2.8.0 — Harness Trace installs

Choose a tag to compare

@okuzpe okuzpe released this 07 Aug 22:56
· 57 commits to main since this release

Harness Trace V2 — ships to product installs

Observe-only agent run tracing is now installed with Midas (Cursor tools).

What's new

  • Trace scripts under .harness/scripts/ (trace-write, trace-inspect, trace-hook + libs)
  • Idempotent merge of Cursor hooks into .cursor/hooks.json (marker: trace-hook.mjs)
  • Correct project-root resolution for install layout (.harness/scripts/ → project root)
  • Uninstall strips Midas trace hook entries
  • ADR-011 + amends to ADR-010 / ADR-008

Upgrade (Cursor installs)

npx -y --package=github:okuzpe/midas-harness#v2.8.0 midas --update --yes --tools=cursor
node .harness/scripts/trace-inspect.mjs list

Docs

  • INSTALL.md — Trace section
  • docs/adr/ADR-011-harness-trace-installs.md