feat: complete implementation suite (noise-budget, narrative, systema, coherence, authority, harvest, estate rollout)#51
Merged
Conversation
…a, coherence, authority, harvest, estate rollout Implements sourceos-syncd#2, #8, #9, #20, #23, #27, #28. New modules: - noise_budget.py: NoiseBudgetEngine with per-key dedup, critical-event bypass, budget report - narrative.py: OperatorCard + NarrativeSummary for SocioSphere dashboard - systema.py: SourceConfidenceMapping + MembraneEvent + CapabilityRadiusProfile - coherence.py: 9-domain MetadataCoherencePlane snapshot and per-domain scan - authority.py: 6 authority-kind dependency report and single-kind probe - harvest.py: HarvestEnvelope wrapping import bridge events; sensitive_data_excluded always true CLI additions (sourceos-syncd noise-budget|narrative|systema|coherence|authority|harvest): - noise-budget status / flush - narrative status [--device-ref] - systema confidence <score> / membrane <kind> <decision> - coherence status [--device-ref] / scan <domain> - authority report [--device-ref] / check <kind> - harvest wrap --file --basis --scope Service additions (local HTTP read endpoints): - /noisez, /narrativez, /coherencez, /authorityz Docs: - docs/estate-rollout.md: canary → ring-A → full-estate rollout guide with Katello, monitoring, rollback Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Jul 18, 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.
Implements #2, #8, #9, #12, #20, #23, #27, #28. All 118 tests pass.