Skip to content

feat(examples): add git_workflow example#144

Merged
chaliy merged 2 commits intomainfrom
claude/add-git-example-CM617
Feb 4, 2026
Merged

feat(examples): add git_workflow example#144
chaliy merged 2 commits intomainfrom
claude/add-git-example-CM617

Conversation

@chaliy
Copy link
Contributor

@chaliy chaliy commented Feb 4, 2026

Summary

  • Adds git_workflow example demonstrating sandboxed git operations
  • Runs in CI with --features git alongside other examples

Example demonstrates

  • Repository initialization
  • File staging and commits
  • Branch creation and switching
  • Remote configuration and URL validation
  • Sandbox mode messages for network operations

Test plan

  • Example runs locally: cargo run --example git_workflow --features git
  • CI will run example automatically

Demonstrates sandboxed git operations:
- Repository initialization
- File staging and commits
- Branch creation and switching
- Remote configuration (sandbox mode)

Runs in CI alongside other examples with --features git.
@chaliy chaliy merged commit 5074d3d into main Feb 4, 2026
8 checks passed
@chaliy chaliy deleted the claude/add-git-example-CM617 branch February 4, 2026 19:50
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.

2 participants