AMPR-180 #508: Emission protocol foundation (Wave 0)#518
Merged
wow-miley merged 2 commits intoMay 31, 2026
Merged
Conversation
I introduce the Emission domain object and EmissionEvent family in
commonMain, with four core kinds (Prose, Decision, Confirmation, Sensor),
the shared Confidence enum, a content-deterministic dedup key
(inputDigest, SHA-256/16 hex), full provenance, and stable @SerialNames.
PerceptionEvaluator and OutcomeEvaluator now parse confidence through
the shared enum, EmissionEvent.{Produced,Resolved} are registered on the
EventRegistry, and two new concept cells (emission, emission-dedup) plus
the _index entry document the CHI primitive.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Concept staleness check — 2 warning(s). These changes touched files listed under a concept's Validator output |
I add the EmissionEvent.{Produced,Resolved} branches to the two ampere-cli
when expressions that compile against the Event sealed hierarchy
(EventCategorizer, EventRenderer) so CI compiles again. Both new events
categorize as SIGNIFICANT and render with a 📡 icon, mirroring the
ampere-core SignificanceAwareEventLogger.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 #508 (Linear AMPR-180).
Summary
I introduce the Emission domain object and
EmissionEventfamily incommonMain, with four core kinds (Prose,Decision,Confirmation,Sensor), the sharedConfidenceenum migrated throughPerceptionEvaluator/OutcomeEvaluator, a content-deterministic dedup key viainputDigest(SHA-256/16 hex) kept separate from randomEmissionIds, fullEmissionProvenance, and stable@SerialNames.EmissionEvent.{Produced,Resolved}are registered onEventRegistryand categorized inSignificanceAwareEventLogger; theemissionandemission-dedupconcept cells (plus the_indexentry) document the CHI primitive.Test plan
🤖 Generated with Claude Code