Commit Graph

3 Commits

Author SHA1 Message Date
ruvnet e332689b8c fix(release): harden hooks, statusline, security, and plugin MCP integration 2026-07-16 23:06:29 -04:00
ruv 6198abfab7 fix(plugins): reconcile stale smoke contract assertions across 23 plugins
full-system-test surfaced 23/32 plugin smoke contracts failing on a
single drifted assertion: the smoke gate greps ADR-0001 for
`status: Proposed`, but those ADRs were long since promoted to
`Accepted` without updating the gate. Flip the assertion (label, grep,
message) Proposed -> Accepted only where the ADR is genuinely Accepted.

ruflo-core additionally had a stale version assertion (0.2.0 -> 0.2.2).

Left untouched: ruflo-adr, ruflo-browser, ruflo-intelligence — their
ADR-0001 is genuinely Proposed, so their smokes correctly assert it.
No plugin source or ADR changed — only the drifted test assertions.

All 32 plugin smoke contracts now pass; full-system-test is 4/4 green.

Co-Authored-By: RuFlo <ruv@ruv.net>
2026-05-29 15:00:34 -04:00
Reuven e24481f51e feat(ruflo-loop-workers): v0.2.0 — adopt plugin contract + 12-worker trigger map (ADR-0001)
5 hooks_worker-* MCP tools (worker-list, worker-dispatch, worker-status,
worker-detect, worker-cancel) plus 12 worker triggers were already wired.
The contract pieces were missing.

Notable: this ADR maps each of the 12 worker triggers to its consumer
plugin so downstream plugins (ruflo-docs/ruflo-security-audit/ruflo-testgen
/ruflo-knowledge-graph/etc.) can verify their trigger names against a
single canonical source. And the 270s cache-aware ScheduleWakeup heartbeat
is now anchored to ruflo-autopilot ADR-0001 which owns that contract.

- ADR-0001 (Proposed) at docs/adrs/0001-loop-workers-contract.md
- README adds Compatibility (pin v3.6), 5-tool MCP surface table,
  12-worker → consumer-plugin attribution table, Cache-aware /loop
  integration block (270s heartbeat, defers to ruflo-autopilot
  ADR-0001), Namespace coordination (claims worker-history),
  Verification + Architecture Decisions sections
- plugin.json bumps 0.1.0 → 0.2.0; description names the 5 MCP tools +
  12 trigger names; keywords add mcp, background-workers, cache-aware,
  schedule-wakeup
- scripts/smoke.sh — 12 structural checks: version + keywords, both
  skills + agent + 2 commands present, 5 worker MCP tools referenced,
  12 trigger names documented, v3.6 pin, namespace coordination,
  worker-history claimed, 270s cache-aware note, autopilot
  cross-reference, attribution table, ADR Proposed, no wildcard tools

Verification: bash plugins/ruflo-loop-workers/scripts/smoke.sh → 12/12

Co-Authored-By: RuFlo <ruv@ruv.net>
2026-05-04 20:16:24 -04:00