Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ later entries are regular releases.

### Added

- Staged trusted lineage producer primitives for supervised takeover and same-writer
delivery persistence, authenticated semantic publication, explicit builder-label
reconciliation, and transport-preserving attribution. Independent workflow and
runner assets are available for explicit materialization; normal init and
automatic adoption remain unchanged until #992.

- A pure typed builder-lineage contract with immutable exact targets, validated
contribution chains, explicit comment history and authority accounts, and
contributor-aware reviewer admission. Includes a standalone init support
Expand Down
25 changes: 25 additions & 0 deletions code-mower-package-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,11 @@
"source": "src/code_mower/builder_lineage.py",
"target": "src/code_mower/builder_lineage.py"
},
{
"kind": "core",
"source": "src/code_mower/builder_lineage_producer.py",
"target": "src/code_mower/builder_lineage_producer.py"
},
{
"kind": "core",
"source": "src/code_mower/builder_runs.py",
Expand Down Expand Up @@ -1617,6 +1622,11 @@
"source": "generated",
"target": "src/code_mower/templates/lanes/generic.md"
},
{
"kind": "template",
"source": "src/code_mower/templates/lanes/lineage-producer.sh",
"target": "src/code_mower/templates/lanes/lineage-producer.sh"
},
{
"kind": "lane-template",
"source": "generated",
Expand Down Expand Up @@ -1687,6 +1697,11 @@
"source": "generated",
"target": "src/code_mower/templates/workflows/audit-label-cleanup.yml.j2"
},
{
"kind": "template",
"source": "src/code_mower/templates/workflows/builder-lineage-producer.yml.j2",
"target": "src/code_mower/templates/workflows/builder-lineage-producer.yml.j2"
},
{
"kind": "workflow",
"source": "generated",
Expand Down Expand Up @@ -1862,6 +1877,11 @@
"source": "generated",
"target": "templates/lanes/generic.md"
},
{
"kind": "template",
"source": "templates/lanes/lineage-producer.sh",
"target": "templates/lanes/lineage-producer.sh"
},
{
"kind": "lane-template",
"source": "generated",
Expand Down Expand Up @@ -1992,6 +2012,11 @@
"source": "generated",
"target": "templates/workflows/blind-review-artifacts-dry-run.yml.j2"
},
{
"kind": "template",
"source": "templates/workflows/builder-lineage-producer.yml.j2",
"target": "templates/workflows/builder-lineage-producer.yml.j2"
},
{
"kind": "workflow",
"source": "generated",
Expand Down
Loading
Loading