Skip to content

Commit 0253a49

Browse files
abueideclaude
andcommitted
feat(segkit): add ci wrap and ci summary subcommands
Adds `segkit ci wrap -- <command>` to run commands with timing/exit/stderr capture to JSONL reports, and `segkit ci summary` to generate markdown tables from those artifacts for $GITHUB_STEP_SUMMARY. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 049be1c commit 0253a49

5 files changed

Lines changed: 690 additions & 0 deletions

File tree

segkit/Cargo.lock

Lines changed: 258 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

segkit/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ which = "7"
2121
[dev-dependencies]
2222
assert_cmd = "2"
2323
predicates = "3"
24+
tempfile = "3"

0 commit comments

Comments
 (0)