Prepare ACE Core 0.8.3 compatibility release - #182
Merged
Conversation
eamirian
marked this pull request as ready for review
August 14, 2026 14:27
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.
What
Why
The Market Intelligence consumer needs a released Core artifact that contains both
ace.intelligence.conformanceand the corrected publication/observation/ingestion time semantics. Core 0.8.2 predates both changes, so Market cannot honestly declare or lock a compatible dependency until this patch is public.Root cause
Core main advanced after 0.8.2, while Market remained correctly pinned to the latest public 0.8 release. An isolated release-boundary test also exposed that
ace.application.intelligence_build_hostwas not loaded by the package's public surface, making that conformance check depend on prior test imports.User and developer impact
External Intelligence products can verify the exact installed Pack through public APIs and preserve truthful bitemporal provenance. Market can pin
ace-core>=0.8.3,<0.9, regenerate only its current candidate artifacts, and leave every historical release packet unchanged.Verification
ace-core==0.8.3, importedace.intelligence.conformance, loaded the public build-host export, and exposed exactly eleven MCP toolsBoundaries
This patch does not add a universal connector catalog, change schema head, widen authority, advance roadmap maturity, or claim completion of the 0.9 or 1.0 product gates.