44 lines
1 KiB
YAML
44 lines
1 KiB
YAML
|
|
format: canned-prompt/v0.2
|
||
|
|
id: helix/repo-advance
|
||
|
|
name: Advance Open Work
|
||
|
|
version: 0.1.0
|
||
|
|
summary: >
|
||
|
|
Find this repo's open work and uncommitted changes, review them, implement
|
||
|
|
what is ready, then commit and sync.
|
||
|
|
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: commit_and_sync
|
||
|
|
type: content
|
||
|
|
required: false
|
||
|
|
description: The routine, composed from helix/commit-sync-routine.
|
||
|
|
default:
|
||
|
|
include: helix/commit-sync-routine
|
||
|
|
|
||
|
|
output:
|
||
|
|
format: markdown
|
||
|
|
description: >
|
||
|
|
A report of what was found, what was implemented, what was committed, and
|
||
|
|
what remains open with the reason.
|
||
|
|
|
||
|
|
license: MIT
|
||
|
|
tags: [implementation, workflow, custodian]
|
||
|
|
provenance:
|
||
|
|
author: Bernd Worsch
|
||
|
|
source: personal prompt collection, contributed 2026-09-06
|