بنقرة واحدة
supervisor-commit
Atomic commit per completed layer/slice
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Atomic commit per completed layer/slice
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Install Pasture binaries (pastured, pasture, pasture-release) from GitHub Releases, go install, or Nix
Pasture protocol reference documentation — 12-phase workflow, agent roles, constraints, and coding standards. Read when you need to understand the full workflow or look up conventions.
Create handoff document and transfer to supervisor
Create PROPOSAL-N task with full technical plan
Ratify proposal, mark old proposals pasture:superseded
Spawn 3 axis-specific reviewers (A/B/C)
| name | supervisor-commit |
| description | Atomic commit per completed layer/slice |
Command: pasture:supervisor:commit — Atomic commit per completed layer/slice
-> Full workflow in PROCESS.md <- Phase 12
[sup-commit-gates-first]
[sup-commit-message-format]
All workers for a layer have completed successfully — quality gates pass, Beads tasks updated, IMPL_PLAN ready for progress note.
feat|fix|docs|refactor(scope): Description
Files: file1.go, file2.go
Task: aura-xxx, aura-yyy
Ratified-Plan: <ratified-plan-id>
Co-Authored-By: Claude <noreply@anthropic.com>
bd close aura-xxx aura-yyy --reason="Committed in <commit-hash>"
bd update <impl-plan-id> --notes="SLICE-N complete: aura-xxx, aura-yyy"
For follow-up slices, add Followup-Epic: to the commit message trailer:
feat|fix(scope): Description (follow-up)
Files: file1.go, file2.go
Task: aura-xxx (FOLLOWUP_SLICE-1)
Followup-Epic: aura-yyy
Ratified-Plan: aura-zzz (FOLLOWUP_PROPOSAL-1)
Co-Authored-By: Claude <noreply@anthropic.com>
git add <files>
git agent-commit -m "..."