feat(tui): query Windows processes in-process#684
Closed
huangzesen wants to merge 1 commit into
Closed
Conversation
Collaborator
Author
Independent exact-head review — PASSLocked stack reviewed:
The independent read-only review verified:
Independent commands included:
This evidence is read-only and head-bound. It is not GitHub approval, real-Windows runtime proof, or merge authorization. |
Collaborator
Author
|
Superseded by #685, which carries the nine independently reviewed interfaces on a new branch as requested. This PR is closed without merge. |
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
wmic.exe/ PowerShell process-table queries with an in-process WMI adapterpsadapter behind build-tagged platform filesProcessId+ nullableCommandLinerowsStack
0cca1ded27db2cbfd227b8399c139667aecfcc08dev4/windows-tui-native-20260718, notmainDependencies
github.com/yusufpapurcu/wmi v1.2.4(MIT; tag resolves to6c94d732ac31d45ca1f62731b1682157ce85e224)github.com/go-ole/go-ole v1.2.6(MIT)Scope boundaries
running / stopped / unknownPort migrationtui/agent_count_windows.goWMIC use remains out of scope and is not hidden by this PRParseWMICOutputremains a legacy deterministic parser only; Windows production observation no longer calls itParent-reviewed validation before opening
go test ./internal/processscan ./internal/process -count=1go test . -run 'TestArchitectureEntryLinks|TestGovernedProcessContractGraph' -count=1gofmt -don all changed Go filesgit diff --checkcheck.go+scan_windows.go; noos/execscan_windows.goGOOS=windows GOARCH=amd64 go test -cforinternal/processscanandinternal/processGOOS=windows GOARCH=amd64 go build .for the full TUIEvidence limits
No merge is requested or authorized by this PR opening.
Post-open validation at exact head
5d064bf048f04c648cd440f15891b374ede62719go test ./... -count=1— PASS (all TUI packages)go vet ./...— PASSIndependent exact-head review has been requested from the TUI source owner; no merge is authorized while that review is pending.