Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
geuben
/
tdd-cli
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
7
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: per-adapter sensitivity evidence line (issue #68)
- #90
#90
Merged
geuben
merged 26 commits into
main
geuben/tdd-cli:main
from
worktree-issue-68-sensitivity-evidence
geuben/tdd-cli:worktree-issue-68-sensitivity-evidence
Copy head branch name to clipboard
Aug 29, 2026
Conversation
Commits
26
(26)
Checks
Files changed
Merged
feat: per-adapter sensitivity evidence line (issue #68)
#90
geuben
merged 26 commits into
main
geuben/tdd-cli:main
from
worktree-issue-68-sensitivity-evidence
geuben/tdd-cli:worktree-issue-68-sensitivity-evidence
Copy head branch name to clipboard
Commits
Commits on Aug 28, 2026
test: pytest evidence line skips the xdist worker header
Show description for a4be0c7
geuben
committed
a4be0c7
View commit details
Copy full SHA for a4be0c7
Browse repository at this point
feat: Verdict.target_evidence — pytest extracts the first E-line of longrepr
Show description for a2b7ecb
geuben
committed
a2b7ecb
View commit details
Copy full SHA for a2b7ecb
Browse repository at this point
refactor: pytest evidence is the assertion line, not the xdist worker header
Show description for b464cf7
geuben
committed
b464cf7
View commit details
Copy full SHA for b464cf7
Browse repository at this point
test: pin empty pytest evidence when no E-line exists
Show description for dad64c6
geuben
committed
dad64c6
View commit details
Copy full SHA for dad64c6
Browse repository at this point
test: xctest evidence line ignores console noise in the test window
Show description for e04e009
geuben
committed
e04e009
View commit details
Copy full SHA for e04e009
Browse repository at this point
feat: xctest evidence is the first ': error:' line of the test's window
Show description for 5817c6a
geuben
committed
5817c6a
View commit details
Copy full SHA for 5817c6a
Browse repository at this point
refactor: xctest evidence is the error line, not interleaved console noise
Show description for 1f1b40b
geuben
committed
1f1b40b
View commit details
Copy full SHA for 1f1b40b
Browse repository at this point
test: vitest evidence is the first failureMessage line
Show description for 3c0c019
geuben
committed
3c0c019
View commit details
Copy full SHA for 3c0c019
Browse repository at this point
feat: vitest evidence extracted from failureMessages[0]
Show description for 248e550
geuben
committed
248e550
View commit details
Copy full SHA for 248e550
Browse repository at this point
test: gradle evidence is the junit failure message line
Show description for e0a5301
geuben
committed
e0a5301
View commit details
Copy full SHA for e0a5301
Browse repository at this point
feat: gradle evidence extracted from the failure element's message
Show description for bebee75
geuben
committed
bebee75
View commit details
Copy full SHA for bebee75
Browse repository at this point
test: exec evidence is the last non-empty combined-output line
Show description for 1df55d5
geuben
committed
1df55d5
View commit details
Copy full SHA for 1df55d5
Browse repository at this point
feat: exec evidence falls back to the last non-empty line
Show description for 78771ff
geuben
committed
78771ff
View commit details
Copy full SHA for 78771ff
Browse repository at this point
refactor: exec evidence falls back to the last non-empty output line
Show description for 9012b32
geuben
committed
9012b32
View commit details
Copy full SHA for 9012b32
Browse repository at this point
test: sensitivity check persists evidence_line on its ledger row
Show description for 53ad973
geuben
committed
53ad973
View commit details
Copy full SHA for 53ad973
Browse repository at this point
feat: schema v7 — sensitivity_check.evidence_line stored at check time
Show description for 619c0bd
geuben
committed
619c0bd
View commit details
Copy full SHA for 619c0bd
Browse repository at this point
refactor: sensitivity check stores the adapter's evidence line in the ledger
Show description for 739ed8a
geuben
committed
739ed8a
View commit details
Copy full SHA for 739ed8a
Browse repository at this point
test: observed line shows evidence_line, not the raw first line
Show description for b2dc16f
geuben
committed
b2dc16f
View commit details
Copy full SHA for b2dc16f
Browse repository at this point
feat: friction log prefers evidence_line for the observed snippet
Show description for ddc6024
geuben
committed
ddc6024
View commit details
Copy full SHA for ddc6024
Browse repository at this point
test: empty evidence renders <no assertion line captured>
Show description for 8e68e09
geuben
committed
8e68e09
View commit details
Copy full SHA for 8e68e09
Browse repository at this point
feat: render the no-assertion-line sentinel instead of wire noise
Show description for 8e03088
geuben
committed
8e03088
View commit details
Copy full SHA for 8e03088
Browse repository at this point
refactor: legacy rows with NULL evidence keep the first-line fallback
Show description for a7004cc
geuben
committed
a7004cc
View commit details
Copy full SHA for a7004cc
Browse repository at this point
test: an over-long observed line keeps its tail
Show description for e6d5235
geuben
committed
e6d5235
View commit details
Copy full SHA for e6d5235
Browse repository at this point
feat: tail-keeping cap on the observed evidence line
Show description for 146e153
geuben
committed
146e153
View commit details
Copy full SHA for 146e153
Browse repository at this point
Commits on Aug 29, 2026
docs: friction log and PRD update for issue-68-sensitivity-evidence
Show description for 86db050
geuben
committed
86db050
View commit details
Copy full SHA for 86db050
Browse repository at this point
Merge branch 'main' into worktree-issue-68-sensitivity-evidence
geuben
authored
e63fee2
View commit details
Copy full SHA for e63fee2
Browse repository at this point
You can’t perform that action at this time.