Skip to content

2026-08-28 — Edit registry for console


Date: 2026-08-28 Status: ratified Verb: petrova_act_registry_edit Slug: console MR-compliance: MR-4, MR-7, MR-12

Restore the role and profile junction-zero/console declared in its .petrova/contract.yaml. petrova_act_register_consumer hardcodes role: scaffold, profile: standard (cli/src/verbs/petrova_act_register_consumer.ts:136-138) and never reads the contract for either, so registration overwrote the declared intent of experimental/strict. This corrects the registering verb’s defaults; it is not a change of intent.

registry.yaml > repos[console] after this verb:

- slug: console
url: https://github.com/junction-zero/console
default_branch: main
role: experimental
profile: strict
fleets_allowed: []
added: '2026-08-28'
contract_sha: 52dba0fa6b90
contract_committers:
- humans
notes: 'Registered via petrova_act_register_consumer on 2026-08-28. Triggered by human_request: junction-zero:G0.1.'
idempotency_key: bbc02da6dfc9efb1778bf4878b3fe86eeda2dfaaa93ece69aa2ca291906b139b
schema_fingerprint: 527e83bf1a3b
actor: human:alex@devarno.com
triggered_by:
kind: human_request
ref: junction-zero:G0.1-followup
applied_at_iso: '2026-08-28T14:26:15.239Z'

Human merge required per MR-12 — this PR is opened with the awaiting-human-merge label and does not auto-merge.