feat(pipeline): introduce binary-safe artifact kernel - #369
Merged
Conversation
Add content-addressed payload storage, artifact lineage, ordered collections, and an artifact-native DAG execution seam. Keep existing text transforms working through a UTF-8 compatibility adapter, materialize final graph outputs atomically, and repair generated format docs. Closes #352
szmyty
force-pushed
the
feat/artifact-kernel-352
branch
from
August 31, 2026 19:16
4401b30 to
1dc0130
Compare
Pull Request Summary by devActivityMetricsAchievements
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Introduces the binary-safe artifact substrate tracked by #352 without prematurely stabilizing the Transform v2/plugin contract owned by #357.
Artifact kernel
Artifact,ArtifactId, SHA-256ArtifactDigest, media type, canonical format, byte size, metadata, ordered lineage, payload handle, and storage-class typesArtifactCollectionvalues for aggregation inputsArtifactStorewith streaming SHA-256 ingestion and deterministic object pathsArtifact-native DAG execution
DagExecutorsubstrateexecute_artifact(...)andexecute_artifacts(...)register_artifact(...)for binary-safe transformsexecute(..., String)andregister_single(..., Transform)APIs throughTextTransformAdapterCache
Graph build integration
fs::read_to_stringfrom graph source ingestionFixtures and documentation
Tests cover:
docs/artifact-kernel.mddocuments the model, store lifecycle, cache identity, compatibility boundary, Flow projection boundary, and migration sequence.The PR also repairs the supported-format documentation generator for the Rust workspace layout and commits its deterministic regenerated projection. This surfaced and corrected previously stale graph identifiers without hand-editing generated documentation.
Architecture boundaries
This PR intentionally does not:
FormatvariantTransformtrait or plugin SDK (Stabilize Transform v2 and the plugin SDK around typed artifact I/O #357)Validation
Final head:
1dc01301576600110fa8df5ae3e59c07e2dfeba9All final-head workflows are green:
33429687003renderflow --versionsmoke test, and artifact upload3342968700233429687036The PR contains one Conventional Commit and is mergeable.
Closes #352