You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document the shared mutation invariants behind devloop's Git scripts, including
intent-driven branching, live-state validation, scoped staging, and safe history
rewrites.
Add managed worktree resume semantics, link the leaf commit skills to the shared
model, refresh the checkout guard wording, and bump the plugin to 0.2.5.
Copy file name to clipboardExpand all lines: devloop/skills/gcamp/SKILL.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@ name: gcamp
3
3
description: Commit current changes and push, without creating a pull/merge request. Use when the user says "gcamp" or wants to commit + push (e.g. add a commit to an existing PR/MR branch).
4
4
---
5
5
6
+
Apply the shared mutation principles in [`git-ops`](../git-ops/SKILL.md). This skill only
Copy file name to clipboardExpand all lines: devloop/skills/gcampr/SKILL.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@ name: gcampr
3
3
description: Commit current changes, push, and create/reuse a pull/merge request (GitHub PR or GitLab MR). Use when the user says "gcampr" or asks to commit + push + open/raise a PR / MR / pull request / merge request.
4
4
---
5
5
6
+
Apply the shared mutation principles in [`git-ops`](../git-ops/SKILL.md). This skill only
7
+
selects the commit-push-and-open/reuse-PR transaction.
8
+
6
9
Run the orchestrator (it handles preflight branch decision, staging, commit, push, and PR/MR create/reuse, then prints a self-narrating `PLAN:` banner):
0 commit comments