Conversation
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
Generated sources were resolved before their input targets deployed, forcing consumers to stage Tropos and Loqui through a second Phora project before running Henia. This adds a native preparation boundary so one root
phora.toml/phora.local.tomlpair can complete the whole sync:pre_sync → prepare inputs → post_prepare (Henia) → resolve/deploy .henia outputs → post_sync (Scrut)phase = "prepare"targets and an ordered, fail-fastpost_preparehook. Imported subtrees inherit the consumer's phase; ordinary targets keep the default deployment phase. Package manifests are composed before preparation, while generated file sources are resolved afterward.update --prunefor removing obsolete generated links in the same update, and document the declarative Tropos/Henia configuration. Frozen replay and--no-hooksretain their existing policies.--frozenremains offline. This lets a fresh deployment start with only configuration and pins.Stacked on #88; base branch:
fix/bound-transitive-sources.Validation
cargo test --all-targets: 2,222 passed, 0 failed, 1 existing ignored; doctests passed.cargo fmt --checkandcargo clippy --all-targets -- -D warnings: passed, including the unchanged state-store architecture gate.~/projects/tropos/.worktrees/henia-phora; Phora prepares only Loqui in that checkout, and Henia writes dotfiles’.heniaoutputs. The oldresources/troposcopy was removed. Canonical Tropos files and existing edits stayed unchanged, Loqui kept its pin, and deployment targets stayed in a temporary home under an OS sandbox. Dotfiles utility regressions: 7 passed.