43 lines
1,005 B
YAML
43 lines
1,005 B
YAML
|
|
format: canned-prompt/v0.2
|
||
|
|
id: helix/commit-sync
|
||
|
|
name: Review, Commit and Sync
|
||
|
|
version: 0.1.0
|
||
|
|
summary: >
|
||
|
|
Review the working tree, commit what is ready in coherent commits, and run
|
||
|
|
the repo's sync so the hub reflects the files.
|
||
|
|
type: template
|
||
|
|
template: prompt.md
|
||
|
|
|
||
|
|
dependencies:
|
||
|
|
prompts:
|
||
|
|
- id: helix/custodian-conventions
|
||
|
|
version: ">= 0.1.0"
|
||
|
|
requirement: required
|
||
|
|
- id: helix/commit-sync-routine
|
||
|
|
version: ">= 0.1.0"
|
||
|
|
requirement: required
|
||
|
|
|
||
|
|
inputs:
|
||
|
|
- name: conventions
|
||
|
|
type: content
|
||
|
|
required: false
|
||
|
|
default:
|
||
|
|
include: helix/custodian-conventions
|
||
|
|
- name: routine
|
||
|
|
type: content
|
||
|
|
required: false
|
||
|
|
default:
|
||
|
|
include: helix/commit-sync-routine
|
||
|
|
|
||
|
|
output:
|
||
|
|
format: markdown
|
||
|
|
description: >
|
||
|
|
A summary of what was committed, what was deliberately left uncommitted,
|
||
|
|
and the sync result including any remaining warnings.
|
||
|
|
|
||
|
|
license: MIT
|
||
|
|
tags: [git, sync, hygiene, custodian]
|
||
|
|
provenance:
|
||
|
|
author: Bernd Worsch
|
||
|
|
source: personal prompt collection, contributed 2026-09-06
|