generated from coulomb/repo-seed
command parity and migration guide
This commit is contained in:
@@ -9,8 +9,31 @@ disciplines:
|
||||
path: artifacts/generated/lifecycle-baseline.md
|
||||
schemas: {}
|
||||
workflows:
|
||||
- name: baseline-inspection
|
||||
report: reports/baseline-inspection.md
|
||||
- id: baseline-inspection
|
||||
description: Existing committed inspection report for the bootstrap pilot.
|
||||
inputs: {}
|
||||
stages: []
|
||||
expected_evaluations:
|
||||
- metrics
|
||||
- id: bootstrap-readiness
|
||||
description: Deterministically render replacement-readiness summaries for source artifacts.
|
||||
inputs:
|
||||
source:
|
||||
kind: source
|
||||
static_macros:
|
||||
successor_role: application-layer successor for in-scope infospace work
|
||||
stages:
|
||||
- id: render-readiness-summary
|
||||
kind: template
|
||||
input: source
|
||||
template: workflows/templates/bootstrap-readiness.md
|
||||
output:
|
||||
path: artifacts/generated/{{ input.slug }}-readiness.md
|
||||
artifact_id: generated/{{ input.slug }}-readiness.md
|
||||
kind: generated
|
||||
title: "{{ input.title }} Readiness Summary"
|
||||
expected_evaluations:
|
||||
- metrics
|
||||
viability:
|
||||
redundancy_ratio:
|
||||
max: 0
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
# {{ input.title }} Readiness Summary
|
||||
|
||||
Role: {{ macros.successor_role }}
|
||||
|
||||
Source artifact: {{ input.artifact_id }}
|
||||
|
||||
## Source
|
||||
|
||||
{{ input.content }}
|
||||
Reference in New Issue
Block a user