Commit Graph

4 Commits

Author SHA1 Message Date
Tig
215d76645b Tweaks 2025-12-01 17:24:57 -07:00
Tig
02b6aae484 Code cleanup 2025-12-01 15:29:35 -07:00
copilot-swe-agent[bot]
a1cbb42bc1 Address code review comments
- Changed Task.Wait() to task.GetAwaiter().GetResult() to avoid deadlocks
- Added named constant for killEntireProcessTree parameter
- Added clarifying comment for FakeInput creation
- Added comment explaining relative path construction for Examples directory

Co-authored-by: tig <585482+tig@users.noreply.github.com>
2025-12-01 22:11:01 +00:00
copilot-swe-agent[bot]
ea5eabf6e3 Phase 1: Add example infrastructure attributes and classes
- Added ExampleMetadataAttribute, ExampleCategoryAttribute, ExampleDemoKeyStrokesAttribute
- Added ExampleContext, ExecutionMode, ExampleInfo, ExampleResult, ExampleMetrics classes
- Added ExampleDiscovery and ExampleRunner static classes
- Updated FakeComponentFactory to support context injection via environment variable
- Built successfully with no errors

Co-authored-by: tig <585482+tig@users.noreply.github.com>
2025-12-01 21:54:57 +00:00