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
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@

### Added

- The checked Echo Edict provider conformance corpus now declares twelve
reviewed executable obligations: exactly six owned by the isolated host
executor and six by the package executor, with one accepted, nine rejected,
and two refused dispositions. Each declaration names its crossing, stimulus,
required disposition, and outcome contract, but embeds no pass flag, result,
evidence pointer, implementation command, or runtime authority. The two
exact-set executors separately produce provider-conformance evidence for
baseline package parity, admission and binding failures, typed semantic
refusals, and verifier disagreements. Corpus declarations and their executed
provider evidence remain distinct from Echo installation, execution,
observation, and runtime receipts.
- `TrustedRuntimeHost` can now admit a witnessed installed-contract submission
without accepting caller-manufactured ticket authority. Echo derives a
domain-separated admission digest from its witnessed submission record and
Expand Down Expand Up @@ -96,7 +107,7 @@
dependency source paths to `/cargo`, and atomically promotes only distinct
candidates matching a reviewed repository digest. The promoted 189,668-byte
component has SHA-256
`9b5ecf1c87a4a98ad3d7381d85e3625649a4f9d62f80f74b2aca6ace26be14af`.
`f2063b66798fbb1c2b27c3af56e4b78184ffc22c9ed9c7a32c483d05b8c1d382`.
Other-host builds are structural and semantic witnesses
rather than cross-host compiler-identity claims. The publication-enabled,
archive-self-contained `echo-edict-provider-lowerer` source crate carries
Expand Down Expand Up @@ -152,7 +163,7 @@
separating malformed artifacts from well-formed unsupported semantics, and
one admitted diagnostic-ABI identity now binds both the target profile and
every emitted report. The 189,922-byte checked component has SHA-256
`4f99c07f1c6d682405945fbb3e36e5537b94c4a01bd1a4ec7f02ef8e9911249a`
`632cc5134861c0b31ccc9ca77d4a09fe757094964369d057b62ca6ba6ad38ad7`
and reproduces byte-for-byte across independently provisioned designated
`linux/amd64` builders. The isolated pinned Edict host preflights the exact
request artifacts and declared output schema, invokes that checked component,
Expand Down
2 changes: 1 addition & 1 deletion crates/echo-edict-provider-lowerer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ remain a separate bounded observer/optic path and must never be represented as
synthetic mutations.

The refreshed 189,668-byte checked lowerer component has SHA-256
`9b5ecf1c87a4a98ad3d7381d85e3625649a4f9d62f80f74b2aca6ace26be14af` and has
`f2063b66798fbb1c2b27c3af56e4b78184ffc22c9ed9c7a32c483d05b8c1d382` and has
crossed the reproducible promotion boundary. The pinned Edict host admits its
generated envelope under the owning `generated-artifact` CDDL root, and the
isolated host fixture exercises the exact helper binding, typed codecs, EINT
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
¥fsource£dkindmtargetProfilefdigest‚fsha256X ­á„?K=,±iß?œ sˆ®&»6LÈqÍAžjcoordinatejecho.dpo@1gbudgets japiVersionxedict.authority-facts/v1qoperationProfiles¡kp.effectful¢dcorexcontinuum.profile.write/v1sallowedWriteClasses¡greplaceöreffectWriteClasses¡ntarget.replacegreplace
¥fsource£dkindmtargetProfilefdigest‚fsha256X îß{ÛöþKj@6i_AÃÜ
\i-'âÉÔÀÅê´/cÉjcoordinatejecho.dpo@1gbudgets japiVersionxedict.authority-facts/v1qoperationProfiles¡kp.effectful¢dcorexcontinuum.profile.write/v1sallowedWriteClasses¡greplaceöreffectWriteClasses¡ntarget.replacegreplace
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions crates/echo-edict-provider-lowerer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ pub mod echo_dpo {
pub const PROVIDER_SCHEMA_COORDINATE: &str = "echo.provider-artifacts.cddl@1";
/// Raw SHA-256 of the exact self-contained provider CDDL bytes.
pub const PROVIDER_SCHEMA_SHA256_HEX: &str =
"e4d9239715011fb03891aaf710455ac6ef68d787fa1f27f7c3153df48337871c";
"faece52eaf8ec040c374e5fe2a5ea040b522b58f415973f481e9c836ecfc4cde";
/// Exact generated-artifact profile coordinate owning operation schemas.
pub const GENERATED_ARTIFACT_PROFILE: &str = "echo.dpo.registration/v1";
/// Digest-framing domain for the generated-artifact profile.
Expand Down Expand Up @@ -861,7 +861,7 @@ pub mod echo_dpo {

const MUTATION_RULE_NAME: &str = concat!(
"cmd/contract/",
"e4d9239715011fb03891aaf710455ac6ef68d787fa1f27f7c3153df48337871c",
"faece52eaf8ec040c374e5fe2a5ea040b522b58f415973f481e9c836ecfc4cde",
"/3389142194/a.b@1.t"
);
const PROVIDER_OPERATIONS: [ProviderOperationV1<'static>; 1] = [ProviderOperationV1 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ pub mod echo_dpo {
/// Digest-framing domain for the complete Target IR artifact envelope.
pub const TARGET_IR_DIGEST_DOMAIN: &str = "edict.target-ir.artifact/v1";
/// Exact domain-framed identity of the emitted Target IR artifact.
pub const TARGET_IR_DIGEST: &str = "sha256:2244345f046448c7b519ade05a167137659361ed144b46315ea32dabfbad85fc";
pub const TARGET_IR_DIGEST: &str = "sha256:d4689abc5c2275ea9c7e1b743197a0d8b4625091632e8f5162eba9ff88d568ad";
/// Exact target-profile coordinate.
pub const TARGET_PROFILE_COORDINATE: &str = "echo.dpo@1";
/// Digest-framing domain for the target-profile artifact.
pub const TARGET_PROFILE_DIGEST_DOMAIN: &str = "edict.target-profile/v1";
/// Exact domain-framed identity of the target profile.
pub const TARGET_PROFILE_DIGEST: &str = "sha256:ad7f10e1843f4b3d2c08b11d69df103f9c0b1b7388ae26bb364cc87106cd419e";
pub const TARGET_PROFILE_DIGEST: &str = "sha256:eedf7bdbf6fe4b6a4036695f41c3dc0a5c692d27e206c9d4c0c5eab41e2f63c9";
Comment thread
flyingrobots marked this conversation as resolved.
/// Semantic profile for Echo contract bundles; not a bundle occurrence.
pub const TARGET_BUNDLE_PROFILE_COORDINATE: &str = "echo.dpo.bundle/v1";
/// Digest-framing domain for the target-bundle profile artifact.
Expand All @@ -71,7 +71,7 @@ pub mod echo_dpo {
pub const PROVIDER_SCHEMA_COORDINATE: &str = "echo.provider-artifacts.cddl@1";
/// Raw SHA-256 of the exact self-contained provider CDDL bytes.
pub const PROVIDER_SCHEMA_SHA256_HEX: &str =
"e4d9239715011fb03891aaf710455ac6ef68d787fa1f27f7c3153df48337871c";
"faece52eaf8ec040c374e5fe2a5ea040b522b58f415973f481e9c836ecfc4cde";
/// Exact generated-artifact profile coordinate owning operation schemas.
pub const GENERATED_ARTIFACT_PROFILE: &str = "echo.dpo.registration/v1";
/// Digest-framing domain for the generated-artifact profile.
Expand Down Expand Up @@ -108,7 +108,7 @@ pub mod echo_dpo {

const MUTATION_RULE_NAME: &str = concat!(
"cmd/contract/",
"e4d9239715011fb03891aaf710455ac6ef68d787fa1f27f7c3153df48337871c",
"faece52eaf8ec040c374e5fe2a5ea040b522b58f415973f481e9c836ecfc4cde",
"/3389142194/a.b@1.t"
);
const PROVIDER_OPERATIONS: [ProviderOperationV1<'static>; 1] = [ProviderOperationV1 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const REVIEW_MEDIA_TYPE: &str = "application/json";
const GENERATED_SOURCE_PATH: &str = "generated/echo_dpo.rs";
const REVIEW_PATH: &str = "review/echo_dpo.json";
const EXPECTED_PROVIDER_SCHEMA_SHA256_HEX: &str =
"e4d9239715011fb03891aaf710455ac6ef68d787fa1f27f7c3153df48337871c";
"faece52eaf8ec040c374e5fe2a5ea040b522b58f415973f481e9c836ecfc4cde";
const EXPECTED_OPERATION_ID_LAW: &str = "echo.semantic-operation-id.fnv1-32/v1";
const EXPECTED_OPERATION_ID: u32 = 3_389_142_194;

Expand Down Expand Up @@ -678,7 +678,7 @@ fn reviewed_edict_fixture_has_exact_builtin_wrapper_parity() {
assert_eq!(
digest_canonical_value_v1(OUTER_TARGET_IR_DOMAIN, &output_value)
.expect("oracle-parity output has a domain-framed digest"),
"sha256:2244345f046448c7b519ade05a167137659361ed144b46315ea32dabfbad85fc"
"sha256:d4689abc5c2275ea9c7e1b743197a0d8b4625091632e8f5162eba9ff88d568ad"
);
}

Expand Down
2 changes: 1 addition & 1 deletion crates/echo-edict-provider-verifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The `wasm32` guest adapter vendors Edict's exact frozen
`edict:target-provider/verifier@1.0.0` WIT world and performs only exhaustive
transport-to-model conversion. Its reproducibly built 189,922-byte checked
component has SHA-256
`4f99c07f1c6d682405945fbb3e36e5537b94c4a01bd1a4ec7f02ef8e9911249a`.
`632cc5134861c0b31ccc9ca77d4a09fe757094964369d057b62ca6ba6ad38ad7`.
Component identity and admitted host replay remain separate propositions: the
pinned Edict host preflights the request artifacts and declared output schema,
invokes the checked component, then admits and manifests each returned accepted
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
¥fsource£dkindmtargetProfilefdigest‚fsha256X ­á„?K=,±iß?œ sˆ®&»6LÈqÍAžjcoordinatejecho.dpo@1gbudgets japiVersionxedict.authority-facts/v1qoperationProfiles¡kp.effectful¢dcorexcontinuum.profile.write/v1sallowedWriteClasses¡greplaceöreffectWriteClasses¡ntarget.replacegreplace
¥fsource£dkindmtargetProfilefdigest‚fsha256X îß{ÛöþKj@6i_AÃÜ
\i-'âÉÔÀÅê´/cÉjcoordinatejecho.dpo@1gbudgets japiVersionxedict.authority-facts/v1qoperationProfiles¡kp.effectful¢dcorexcontinuum.profile.write/v1sallowedWriteClasses¡greplaceöreffectWriteClasses¡ntarget.replacegreplace
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ const PROFILE: ResourceSpec = ResourceSpec {
coordinate: "echo.dpo@1",
domain: "edict.target-profile/v1",
bytes: include_bytes!("../resources/target-profile.echo-dpo.cbor"),
framed_sha256: "ad7f10e1843f4b3d2c08b11d69df103f9c0b1b7388ae26bb364cc87106cd419e",
framed_sha256: "eedf7bdbf6fe4b6a4036695f41c3dc0a5c692d27e206c9d4c0c5eab41e2f63c9",
};
const LAWPACK: ResourceSpec = ResourceSpec {
coordinate: "echo.dpo-lawpack@1",
domain: "edict.lawpack/v1",
bytes: include_bytes!("../resources/lawpack.echo-dpo.cbor"),
framed_sha256: "2a1631ae5fe2e11d09ccdfb94e3498f3236a3d615ee217e6cd5843efcd284987",
framed_sha256: "b009609fa3fd0b12c53b3da22bc9d40839b253808aed0520d3b37a909ea73cfa",
};
const GENERATED_PROFILE: ResourceSpec = ResourceSpec {
coordinate: "echo.dpo.registration/v1",
Expand Down Expand Up @@ -1583,11 +1583,11 @@ mod tests {
let expected_raw = [
(
PROFILE,
"cb5104802031e06d2e2802efe14ad23877dba2756684a5509c06a8de7bb9ec85",
"a2ecfe500dcedb25b22129a412a7c83379fc265d9f04792355425ff80b52a2ba",
),
(
LAWPACK,
"679b090774088b46413a4697a646f10c3627d9f7f698380237db72e0b11739a1",
"2539a9856295db8545db10d1001b6b1697e40bff0ea07b45afd33255d45d4269",
),
(
GENERATED_PROFILE,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -408,19 +408,19 @@ fn packaged_semantic_resource_bytes_are_pinned() {
let resources = [
(
TARGET_PROFILE,
"cb5104802031e06d2e2802efe14ad23877dba2756684a5509c06a8de7bb9ec85",
"a2ecfe500dcedb25b22129a412a7c83379fc265d9f04792355425ff80b52a2ba",
),
(
LAWPACK,
"679b090774088b46413a4697a646f10c3627d9f7f698380237db72e0b11739a1",
"2539a9856295db8545db10d1001b6b1697e40bff0ea07b45afd33255d45d4269",
),
(
TARGET_AUTHORITY,
"e4984d3ce0d9195f23ee30c2d36b46814d0872e294266ac30959a5a95b1f5f7e",
"e4ecd21b5b4d7c97c66f9aa9ef55794fd8610f58a6ccb5e37f411576b8247ca9",
),
(
LAWPACK_AUTHORITY,
"022658a64fa8f693388e3f21354ebe3125eba0ea1fedf140b7c87f0c76cf08dc",
"893af4f37e2821525cc609e5740e7e95ae0e1795ca2444d2267f438a69d2283f",
),
];

Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"apiVersion":"wesley.generation-provenance-manifest/v1","contractVersions":{"generatorAbi":"wesley.extension-generator/v1","inputSchema":"wesley.extension-generation-input/v1","provenanceSchema":"wesley.generation-provenance-manifest/v1"},"emittedArtifacts":[{"coordinate":"echo.dpo-authority-facts@1","digest":"sha256:e4984d3ce0d9195f23ee30c2d36b46814d0872e294266ac30959a5a95b1f5f7e"},{"coordinate":"echo.dpo-lawpack-authority-facts@1","digest":"sha256:022658a64fa8f693388e3f21354ebe3125eba0ea1fedf140b7c87f0c76cf08dc"},{"coordinate":"echo.dpo-lawpack@1","digest":"sha256:679b090774088b46413a4697a646f10c3627d9f7f698380237db72e0b11739a1"},{"coordinate":"echo.dpo.registration/v1","digest":"sha256:4ef3aaad0d2131ba7129a3e2ae178d10c44f7e9b062af2c1fe211de781462f34"},{"coordinate":"echo.dpo@1","digest":"sha256:cb5104802031e06d2e2802efe14ad23877dba2756684a5509c06a8de7bb9ec85"},{"coordinate":"echo.provider-artifacts.cddl@1","digest":"sha256:e4d9239715011fb03891aaf710455ac6ef68d787fa1f27f7c3153df48337871c"}],"generationInputDigest":"sha256:aff2b3737d635728190e6252515d03a1c3a9b58031c6a126a9cc9007f3998aa8","generator":{"coordinate":"echo-wesley-gen.provider-artifact-generator@1","digest":"sha256:4b38887f484e9de8cdffe89e87bd0edcad165122889a7761dfdae90c1af76af2","version":"0.1.0"},"settingsDigest":"sha256:0f708e76898de6fdb8186352e81d0f5c445adf94bb6c7de9204952d9fe913d4a","sourceArtifacts":[{"coordinate":"echo.semantic-schema@1","digest":"sha256:09e621edf0ba0a21bb602d759d7c66a5db394065ab2bc3578a6b7c31bc1ab335"},{"coordinate":"edict.provider-contract-pack.cddl@1","digest":"sha256:92697bc9a5262c68258be9ee451ee8c144aeb363b92142915b8224430b85cf74"},{"coordinate":"edict.provider-contract-pack.manifest@1","digest":"sha256:6902467149fec3e0338bb90e8cd7963ee21b8ce24f368f9b12e748343cbe0e4f"}]}
{"apiVersion":"wesley.generation-provenance-manifest/v1","contractVersions":{"generatorAbi":"wesley.extension-generator/v1","inputSchema":"wesley.extension-generation-input/v1","provenanceSchema":"wesley.generation-provenance-manifest/v1"},"emittedArtifacts":[{"coordinate":"echo.dpo-authority-facts@1","digest":"sha256:e4ecd21b5b4d7c97c66f9aa9ef55794fd8610f58a6ccb5e37f411576b8247ca9"},{"coordinate":"echo.dpo-lawpack-authority-facts@1","digest":"sha256:893af4f37e2821525cc609e5740e7e95ae0e1795ca2444d2267f438a69d2283f"},{"coordinate":"echo.dpo-lawpack@1","digest":"sha256:2539a9856295db8545db10d1001b6b1697e40bff0ea07b45afd33255d45d4269"},{"coordinate":"echo.dpo.registration/v1","digest":"sha256:4ef3aaad0d2131ba7129a3e2ae178d10c44f7e9b062af2c1fe211de781462f34"},{"coordinate":"echo.dpo@1","digest":"sha256:a2ecfe500dcedb25b22129a412a7c83379fc265d9f04792355425ff80b52a2ba"},{"coordinate":"echo.provider-artifacts.cddl@1","digest":"sha256:faece52eaf8ec040c374e5fe2a5ea040b522b58f415973f481e9c836ecfc4cde"}],"generationInputDigest":"sha256:aff2b3737d635728190e6252515d03a1c3a9b58031c6a126a9cc9007f3998aa8","generator":{"coordinate":"echo-wesley-gen.provider-artifact-generator@1","digest":"sha256:da25ad8f6b700d0f2b59021a7eaf04a8f28f834d828748a66adc7970d17e7089","version":"0.1.0"},"settingsDigest":"sha256:0f708e76898de6fdb8186352e81d0f5c445adf94bb6c7de9204952d9fe913d4a","sourceArtifacts":[{"coordinate":"echo.semantic-schema@1","digest":"sha256:09e621edf0ba0a21bb602d759d7c66a5db394065ab2bc3578a6b7c31bc1ab335"},{"coordinate":"edict.provider-contract-pack.cddl@1","digest":"sha256:92697bc9a5262c68258be9ee451ee8c144aeb363b92142915b8224430b85cf74"},{"coordinate":"edict.provider-contract-pack.manifest@1","digest":"sha256:6902467149fec3e0338bb90e8cd7963ee21b8ce24f368f9b12e748343cbe0e4f"}]}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"apiVersion":"wesley.generation-review/v1","authoritative":false,"emittedArtifacts":[{"coordinate":"echo.dpo-authority-facts@1","digest":"sha256:e4984d3ce0d9195f23ee30c2d36b46814d0872e294266ac30959a5a95b1f5f7e"},{"coordinate":"echo.dpo-lawpack-authority-facts@1","digest":"sha256:022658a64fa8f693388e3f21354ebe3125eba0ea1fedf140b7c87f0c76cf08dc"},{"coordinate":"echo.dpo-lawpack@1","digest":"sha256:679b090774088b46413a4697a646f10c3627d9f7f698380237db72e0b11739a1"},{"coordinate":"echo.dpo.registration/v1","digest":"sha256:4ef3aaad0d2131ba7129a3e2ae178d10c44f7e9b062af2c1fe211de781462f34"},{"coordinate":"echo.dpo@1","digest":"sha256:cb5104802031e06d2e2802efe14ad23877dba2756684a5509c06a8de7bb9ec85"},{"coordinate":"echo.provider-artifacts.cddl@1","digest":"sha256:e4d9239715011fb03891aaf710455ac6ef68d787fa1f27f7c3153df48337871c"}],"generationInputDigest":"sha256:aff2b3737d635728190e6252515d03a1c3a9b58031c6a126a9cc9007f3998aa8","generator":{"coordinate":"echo-wesley-gen.provider-artifact-generator@1","digest":"sha256:4b38887f484e9de8cdffe89e87bd0edcad165122889a7761dfdae90c1af76af2","version":"0.1.0"},"projectionRoles":["authority-facts.echo-dpo","authority-facts.echo-lawpack","generated-artifact-profile.echo-dpo-registration","lawpack.echo-dpo","schema.echo-provider-artifacts","target-profile.echo-dpo"],"provenanceManifestDigest":"sha256:2874523930a963f81204df9c39aca6f9b62edbd45e5512ef6903346f7efa7c3e","sourceArtifacts":[{"coordinate":"echo.semantic-schema@1","digest":"sha256:09e621edf0ba0a21bb602d759d7c66a5db394065ab2bc3578a6b7c31bc1ab335"},{"coordinate":"edict.provider-contract-pack.cddl@1","digest":"sha256:92697bc9a5262c68258be9ee451ee8c144aeb363b92142915b8224430b85cf74"},{"coordinate":"edict.provider-contract-pack.manifest@1","digest":"sha256:6902467149fec3e0338bb90e8cd7963ee21b8ce24f368f9b12e748343cbe0e4f"}]}
{"apiVersion":"wesley.generation-review/v1","authoritative":false,"emittedArtifacts":[{"coordinate":"echo.dpo-authority-facts@1","digest":"sha256:e4ecd21b5b4d7c97c66f9aa9ef55794fd8610f58a6ccb5e37f411576b8247ca9"},{"coordinate":"echo.dpo-lawpack-authority-facts@1","digest":"sha256:893af4f37e2821525cc609e5740e7e95ae0e1795ca2444d2267f438a69d2283f"},{"coordinate":"echo.dpo-lawpack@1","digest":"sha256:2539a9856295db8545db10d1001b6b1697e40bff0ea07b45afd33255d45d4269"},{"coordinate":"echo.dpo.registration/v1","digest":"sha256:4ef3aaad0d2131ba7129a3e2ae178d10c44f7e9b062af2c1fe211de781462f34"},{"coordinate":"echo.dpo@1","digest":"sha256:a2ecfe500dcedb25b22129a412a7c83379fc265d9f04792355425ff80b52a2ba"},{"coordinate":"echo.provider-artifacts.cddl@1","digest":"sha256:faece52eaf8ec040c374e5fe2a5ea040b522b58f415973f481e9c836ecfc4cde"}],"generationInputDigest":"sha256:aff2b3737d635728190e6252515d03a1c3a9b58031c6a126a9cc9007f3998aa8","generator":{"coordinate":"echo-wesley-gen.provider-artifact-generator@1","digest":"sha256:da25ad8f6b700d0f2b59021a7eaf04a8f28f834d828748a66adc7970d17e7089","version":"0.1.0"},"projectionRoles":["authority-facts.echo-dpo","authority-facts.echo-lawpack","generated-artifact-profile.echo-dpo-registration","lawpack.echo-dpo","schema.echo-provider-artifacts","target-profile.echo-dpo"],"provenanceManifestDigest":"sha256:614ad15a761639f61f693ac1202d770abb3156c4961b47ca30d27a2441a87b0b","sourceArtifacts":[{"coordinate":"echo.semantic-schema@1","digest":"sha256:09e621edf0ba0a21bb602d759d7c66a5db394065ab2bc3578a6b7c31bc1ab335"},{"coordinate":"edict.provider-contract-pack.cddl@1","digest":"sha256:92697bc9a5262c68258be9ee451ee8c144aeb363b92142915b8224430b85cf74"},{"coordinate":"edict.provider-contract-pack.manifest@1","digest":"sha256:6902467149fec3e0338bb90e8cd7963ee21b8ce24f368f9b12e748343cbe0e4f"}]}
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
¥fsource£dkindmtargetProfilefdigest‚fsha256X ­á„?K=,±iß?œ sˆ®&»6LÈqÍAžjcoordinatejecho.dpo@1gbudgets japiVersionxedict.authority-facts/v1qoperationProfiles¡kp.effectful¢dcorexcontinuum.profile.write/v1sallowedWriteClasses¡greplaceöreffectWriteClasses¡ntarget.replacegreplace
¥fsource£dkindmtargetProfilefdigest‚fsha256X îß{ÛöþKj@6i_AÃÜ
\i-'âÉÔÀÅê´/cÉjcoordinatejecho.dpo@1gbudgets japiVersionxedict.authority-facts/v1qoperationProfiles¡kp.effectful¢dcorexcontinuum.profile.write/v1sallowedWriteClasses¡greplaceöreffectWriteClasses¡ntarget.replacegreplace
Binary file not shown.
Binary file not shown.
Loading
Loading