Skip to content

Add graph analysis cmdlets and tests#10

Closed
eosfor wants to merge 1 commit into
devfrom
codex/implement-graph-cmdlets-with-quikgraph-integration
Closed

Add graph analysis cmdlets and tests#10
eosfor wants to merge 1 commit into
devfrom
codex/implement-graph-cmdlets-with-quikgraph-integration

Conversation

@eosfor

@eosfor eosfor commented Aug 6, 2025

Copy link
Copy Markdown
Owner

Summary

  • add Get-GraphConnectedComponent, Find-GraphCycle, and Get-GraphCentrality cmdlets
  • expose records for components, cycles, and centrality results
  • add C# and Pester tests for new graph analysis cmdlets

Testing

  • dotnet test
  • pwsh -NoLogo -Command "Invoke-Pester -Path PsGraph.Pester.Tests"

https://chatgpt.com/codex/tasks/task_e_6892da5d7dd48332a5a986cf665b6687

@eosfor eosfor changed the base branch from master to dev August 6, 2025 05:02
@eosfor

eosfor commented Aug 6, 2025

Copy link
Copy Markdown
Owner Author

@AndreiGorlov @SNazgul , what do you guys think?

@SNazgul

SNazgul commented Aug 8, 2025

Copy link
Copy Markdown
Collaborator

what do you guys think?

AI to rule us all.

Approved, for who am I to gainsay him?

@eosfor eosfor closed this Aug 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants