circuit commands

10 tagged circuit, measured the same way as everything else here.

Browse within: harness-engineering 10

door-closing

01

CIrcui-try/Circuit

Command Claude Code

A Git preparation command fetches the latest shared development branch, creates or identifies a worktree for an issue, and saves an implementation plan as a Markdown file. A worktree is a separate working directory connected to the same Git repository.

5 3mo ago A 26 tokens original MIT

release

02

CIrcui-try/Circuit

Command Claude Code

A release command for preparing a software version from changes merged into the develop branch. A release is a published version of a project, and a pull request is a proposed set of changes for merging.

5 3mo ago A 18 tokens original MIT

review-and-fix

03

CIrcui-try/Circuit

Command Claude Code

A command that reviews local Git changes, fixes selected issues, then commits and pushes the fixes. Git is a system for tracking code changes, and a commit records a set of changes.

5 3mo ago A 18 tokens original MIT