Add weft to plugins table#349
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA new plugin entry for "weft" has been added to the README's "All Plugins" list, including its GitHub repository link and marketplace installation instructions for this event-sourced workflow tracking plugin. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Warning |
Adds dioptx/weft to the All Plugins table.
Weft is a Claude Code plugin for deterministic workflow tracking. Templates declare ordered steps with skill bindings, bounded loops, and per-step tool guards. Four hooks (
SessionStart,PreToolUse,PreCompact,Stop) enforce the contract — out-of-order tool calls are blocked, premature session exits are refused, and state survives compaction via an append-only event log./wf-*,/ev-query).claude/weft/events.jsonl) — fully reconstructible via/wf-rebuildThe README has 5 reproducible asciinema GIFs covering structural preview, first run, custom workflow authoring, skill extension, and event-log rebuild. Recording scripts in
docs/demos/drive the real CLI in mktemp scratch dirs.Install:
/plugin marketplace add dioptx/weftSummary by CodeRabbit