#171: Align passive authentication mapping tasks - #182
Merged
Conversation
…ustsml/ExploitHunter.app into dan/issue-171-passive-task-alignment
Owner
Author
|
Council of Dans review: repair/defer. Highest-priority gate: Shorten and measure the reconciliation transaction, avoid reading the whole task board, and retain #181's human-authoritative gate. Feature flags are not a substitute for authority, evidence-integrity, or durability fixes; use typed modes only where they provide a real rollout boundary. |
…-task-alignment # Conflicts: # src/server/recon/index.ts
justsml
changed the base branch from
dan/issue-169-durable-passive-blockers
to
main
August 28, 2026 15:05
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
no-finding; keep blocked zero-route and medium-only signalsinconclusive, never FindingsSafety
This slice is passive-only. It does not enqueue scheduler work, run probes, grant approvals, or create findings. Approval-required work is represented as a durable
todotask withexecutionPolicy: not-scheduled.Verification
pnpm exec vitest run --config vitest.integration.config.ts tests/integration/passive-auth-task-alignment.test.ts tests/integration/discovery-artifact-normalizer.test.ts tests/integration/passive-auth-blockers.test.ts tests/integration/negative-results.test.ts(22 tests)pnpm typecheckStacked on #169. Closes #171.