Merged
Conversation
- Discrete confidence model with FindingConfidence enum (informational/possible/likely/confirmed) derived from numeric scores (#85) - Declarative investigation templates with keyword-based task matching and 6 built-in templates (#84) - Task scope validation rejecting out-of-scope domains (cloud, k8s, email, SIEM) (#83) - Task-relevant finding filtering with Primary/Supplementary relevance tagging and compact-mode separation (#86) - Updated run-report schema with confidence_label, relevance, and supplementary_findings fields - Updated docs: cli-reference, upgrades, getting-started, usage-examples, automation-workflows, automation-contracts, troubleshooting - 204 tests passing (66 core_engine + 15 inference_bridge + 78 cli + 45 integration)
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.
v0.13.0 — Task-Aware Investigation (Milestone #20, Tracking #82)
Issues Resolved
Changes
Core Engine
esolve_investigation_template() replaces hardcoded investigation_plan()
CLI
Schemas & Docs
un-report.schema.json: added confidence_label,
elevance, supplementary_findings
Test Results
204 tests passing (66 core + 15 inference + 78 cli + 45 integration)
Closes #82, closes #83, closes #84, closes #85, closes #86