gcam · git:20260708.a3ee500 · 2026-07-08 · sha256 f60e9c42125980d1

gcam git:20260708.a3ee500A

Immutable. This exact content is served forever at /api/v1/blob/f60e9c42125980d1.

---
name: gcam
description: Commit current changes without pushing. Use when the user says "gcam" or wants to commit only.
---

Run:

```
bash <PLUGIN_ROOT>/scripts/smart_gcam.sh --message "<commit msg>" [--repo <name|path>] [--branch <name>] [--files <a,b,c>]
```

Same preflight / staging rules as the `gcampr` skill (no `cd` prefix needed — `--repo` targets a subproject by name; add `--branch` on PROTECTED/INACTIVE branches; explicit `--files` or tracked-only; never `git add -A`). Trust the `PLAN:` banner. After committing, ask whether to push (`gcamp`) or open a PR/MR (`gcampr`).

`<PLUGIN_ROOT>` → `${CLAUDE_PLUGIN_ROOT}` on Claude Code; `${PLUGIN_ROOT}` on Codex.