feat: host generic Kit observability contributions - #271
Merged
Conversation
10 tasks
Contributor
Trust Verify needs attentionTrust Verify completed with result: Failure detailsThis is advisory and non-blocking; it does not change the Trust Verify verdict or merge requirements. |
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
Product boundary
Console consumes only the public Flow Agents contract and conformance subpaths. It does not inspect Kit-private artifacts, re-evaluate authority, compute causal lift, or execute MCP Apps. The first slice is deliberately an in-memory standard-view host; durability, UI rendering, and Station parity remain follow-up work.
Stacked dependency
This branch is stacked on the Flow Agents Kit observability contract from kontourai/flow-agents#1122 at exact commit
adff692d2aa72bcf8b600b30089b3c8cc6effb76.Until that package is released, the root development dependency uses an exact HTTPS Git pin and a temporary postinstall step builds the package's public outputs. Before this PR is ready to merge:
scripts/prepare-stacked-kit-contract.mjsand the temporary root postinstall hookVerification
npm ci— passnode --import tsx --test console-server/test/kit-observability-host.test.ts— 8/8 pass, including upstream public conformance vectorsnpm --workspace @kontourai/console-server run typecheck— passnpm --workspace @kontourai/console-server run build— passnpm run check:content-boundary— passnode --import tsx scripts/check-lock-integrity.ts— passnpm test— pass; Console server 482/482, browser 63 pass with 1 intentional skip, all other suites passnpm testsuite — passpromotion_allowed: true, no unresolved files, and clear uncovered-path result; the local readiness process itself hung before a clean exit, so its baseline completion remainsNOT_VERIFIEDNot verified / remaining
Refs #263