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 0648218312 feat(ruflo-docs): v0.2.0 — adopt plugin contract (ADR-0001, document-worker contract, namespace coordination)
- ADR-0001 (Proposed) at docs/adrs/0001-docs-contract.md
- README adds Compatibility (pin v3.6, Haiku agent model), Document-worker
  contract (trigger:document with optional scope: api or file path),
  Namespace coordination (claims docs-drift for drift-detection state),
  Verification + Architecture Decisions sections
- plugin.json bumps 0.1.0 → 0.2.0; description names the document worker;
  keywords add jsdoc, openapi, mcp
- scripts/smoke.sh — 10 structural checks: version + keywords, 2 skills
  with frontmatter, agent + command present, hooks_worker-dispatch
  referenced, document trigger doc'd, v3.6 pin, namespace coordination,
  docs-drift claimed, scope table doc'd, ADR Proposed, agent uses Haiku

Verification: bash plugins/ruflo-docs/scripts/smoke.sh → 10/10

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