T5: hermetic smoke hypignore_capture_drop#210
Merged
philcunliffe merged 1 commit intoJun 30, 2026
Merged
Conversation
…P 0053 T5) Hermetic smoke that drives one Claude exchange from a `.hypignore`'d cwd and one from a clean cwd through the daemon (ai-gateway + claude), then asserts: - only the clean session's rows land in `ai_gateway_messages` (no ignored cwd, no ignored session id), proving R1; - the gateway returned 200 for the ignored exchange and its `aigw.exchange` log recorded `rows_written = 0`, proving R2 (live call untouched); - the claude projector emitted a `usage_policy_drop` event naming the governing `.hypignore`. Each phase runs under a stable `smoke_name`/`smoke_step` root span so a failure names the broken step. Registered in the README smoke battery (the flow index). @ref LLP 0049#requirements [tests] @ref LLP 0050 [tests] @ref LLP 0053#tasks Task-Id: T5 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
7a201bf
into
integration/hypignore-usage-policy
6 checks passed
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 task T5 of hypignore-usage-policy.
Hermetic smoke
hypaware-core/smoke/flows/hypignore_capture_drop.js: drives one Claude exchange from a.hypignore'd cwd and one from a clean cwd through the daemon, then asserts only the clean row lands in the cache and ausage_policy_dropevent is emitted. Stablesmoke_name/smoke_stepper phase (log-driven). Registered in the README smoke battery (the flow index).Checks:
npm test(1521 pass),npm run typecheck,npm run lint, andnpm run smoke -- hypignore_capture_dropall green.Task-Id: T5
🤖 Generated with Claude Code