aqc-git-helpers 0.1.0

Read-only git worktree state (porcelain v1) for lock/verify flows.
Documentation
  • Coverage
  • 100%
    36 out of 36 items documented0 out of 0 items with examples
  • Size
  • Source code size: 41.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 625.49 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • agent-quality-controls/aqc-shared
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tartakovsky

Read-only Git worktree state for Specular lock/verify.

Runs git status --porcelain=v1 -z as a subprocess and parses the NUL-separated records. No commits, merges, or object-database access. Disk existence is aqc-filetree; Git change detection is this crate. Contract: plan.md in this directory.