Skip to content

Add weft to plugins table#349

Open
dioptx wants to merge 1 commit intorohitg00:mainfrom
dioptx:add-weft
Open

Add weft to plugins table#349
dioptx wants to merge 1 commit intorohitg00:mainfrom
dioptx:add-weft

Conversation

@dioptx
Copy link
Copy Markdown

@dioptx dioptx commented Apr 26, 2026

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.

  • 11 slash commands (/wf-*, /ev-query)
  • 4 hooks
  • Event-sourced state (.claude/weft/events.jsonl) — fully reconstructible via /wf-rebuild
  • 191 tests passing, MIT licensed, Python stdlib only

The 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/weft

Summary by CodeRabbit

  • Documentation
    • Added documentation for the weft plugin, including installation instructions and repository information.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 26, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: cadf5bbf-9e10-482d-a7e1-f6b244a87001

📥 Commits

Reviewing files that changed from the base of the PR and between 659efb0 and c9bbcad.

📒 Files selected for processing (1)
  • README.md

📝 Walkthrough

Walkthrough

A 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

Cohort / File(s) Summary
Plugin Documentation
README.md
Added a new row to the plugin list for "weft," a deterministic, event-sourced workflow tracking plugin, with GitHub and marketplace references.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

A hop, skip, and thread through the code so fine,
Weft comes weaving in line by line,
Events sourcéd, workflows traced,
The README's now richer, determinism embraced! ✨🧵

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Add weft to plugins table' directly and accurately summarizes the main change: adding a new plugin row to the documentation's All Plugins list.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Warning

⚠️ This pull request might be slop. It has been flagged by CodeRabbit slop detection and should be reviewed carefully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant