36 lines
826 B
YAML
36 lines
826 B
YAML
|
|
format: canned-prompt/v0.2
|
||
|
|
id: helix/custodian-conventions
|
||
|
|
name: Custodian Conventions
|
||
|
|
version: 0.1.0
|
||
|
|
summary: >
|
||
|
|
The standing rules a Custodian-fleet repo session operates under: hub is a
|
||
|
|
read model, work originates as files, sync reconciles, close with evidence.
|
||
|
|
type: fragment
|
||
|
|
template: prompt.md
|
||
|
|
|
||
|
|
parameters:
|
||
|
|
hub_base:
|
||
|
|
type: string
|
||
|
|
default: http://127.0.0.1:8000
|
||
|
|
description: State Hub API base for this machine.
|
||
|
|
agent:
|
||
|
|
type: string
|
||
|
|
default: codex
|
||
|
|
description: Agent name used for inbox reads and progress authorship.
|
||
|
|
|
||
|
|
output:
|
||
|
|
format: markdown
|
||
|
|
description: >
|
||
|
|
A conventions block for inclusion in other prompts. Not a standalone prompt.
|
||
|
|
|
||
|
|
license: MIT
|
||
|
|
|
||
|
|
tags:
|
||
|
|
- custodian
|
||
|
|
- conventions
|
||
|
|
- fragment
|
||
|
|
|
||
|
|
provenance:
|
||
|
|
author: Bernd Worsch
|
||
|
|
source: ~/.claude/CLAUDE.md and per-repo AGENTS.md
|