[FLO-3.1] Bootstrap deterministic extension resolution and a hermetic execution seam - #24
Merged
Merged
Conversation
Add closed v1 extension models, deterministic catalog resolution, and a hermetic injected execution port with CI coverage. Roadmap-Step: FLO-Q02 Closes #23
Install the pinned PyYAML dependency before running the repository specification validator. Roadmap-Step: FLO-Q02
Pull Request Summary by devActivityMetricsAchievements
|
This was referenced Sep 16, 2026
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.
Closes #23
Roadmap-Step: FLO-Q02
Summary
ExtensionPortand fallible, validatedEventSinkExplicit boundary
This does not add a public CLI, discovery/dynamic loading, process execution, sandbox enforcement, real holon adapters, durable state, cancellation/resume, a logging backend, or an OpenTelemetry exporter. Declared limits are correlated metadata only; caller-issued configuration and authorization identities are not authenticated in this checkpoint.
EventSinkis the future observability attachment seam.Verification
Validated on Rust 1.85.0 and stable Rust 1.98.1:
cargo check --all-targets --lockedcargo fmt --all -- --checkcargo clippy --all-targets --all-features --locked -- -D warningscargo test --all-targets --locked(48 integration tests)cargo test --doc --lockedcargo run --example hermetic_extension --lockedcargo package --lockedgit diff --checkThe published head has the exact reviewed local tree
09383a502131eb080999577a1efd1a18203970c6.