Skip to content

feat(shadictl): add git snapshot artifacts#10

Merged
muscariello merged 15 commits intomainfrom
7-git-backed-file-change-tracking-for-sandboxed-runs
Mar 11, 2026
Merged

feat(shadictl): add git snapshot artifacts#10
muscariello merged 15 commits intomainfrom
7-git-backed-file-change-tracking-for-sandboxed-runs

Conversation

@muscariello
Copy link
Copy Markdown
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
Copy Markdown

codecov-commenter commented Mar 11, 2026

Codecov Report

❌ Patch coverage is 87.50000% with 87 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
crates/shadictl/src/main.rs 87.50% 87 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
Copy Markdown
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 ✅

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>
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
@muscariello muscariello merged commit 8b76b57 into main Mar 11, 2026
10 checks passed
This was referenced Apr 7, 2026
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