Skip to content

feat(shadictl): add git snapshot artifacts#10

Open
muscariello wants to merge 8 commits intomainfrom
7-git-backed-file-change-tracking-for-sandboxed-runs
Open

feat(shadictl): add git snapshot artifacts#10
muscariello wants to merge 8 commits intomainfrom
7-git-backed-file-change-tracking-for-sandboxed-runs

Conversation

@muscariello
Copy link
Member

Summary

  • add opt-in git snapshot capture around sandboxed runs
  • persist snapshots in a stable runs/<artifact_id>/snapshot.json layout
  • include Git state hashes and before/after comparison fields for downstream tooling

Testing

  • cargo test -p shadictl

Stacks on #9.

@codecov-commenter
Copy link

codecov-commenter commented Mar 11, 2026

Codecov Report

❌ Patch coverage is 90.46392% with 74 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
crates/shadictl/src/main.rs 90.46% 74 Missing ⚠️

📢 Thoughts on this report? Let us know!

@muscariello muscariello requested review from a team and msardara March 11, 2026 08:10
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
@muscariello muscariello force-pushed the 7-git-backed-file-change-tracking-for-sandboxed-runs branch from b88c3fd to 457c45c Compare March 11, 2026 14:26
@muscariello muscariello changed the base branch from 6-rework-the-docs-landing-page-and-navigation to main March 11, 2026 14:27
@muscariello muscariello linked an issue Mar 11, 2026 that may be closed by this pull request
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Copy link
Member

@msardara msardara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Git-backed file change tracking for sandboxed runs

3 participants