mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-15 23:32:46 +00:00
Fabro assembled its own hardened git command lines (maintenance, hooks, fsmonitor, path quoting, signing, the file transport, external diff drivers) in three crates and parsed raw diff, numstat, cat-file, and log output itself. The driver's git facet now carries fetch, rev-parse, ancestry, diff entries, numstat, patch, log, blob sizes and contents, config, untracked files, and stage-all, hardened by default and typed, so the checkpoint commit, the run diffs, the Run Files listing and blob reads, the commit log, the fork fetch, the agent's changed-files detection, and the git identity setup go through it. The parsers and the command prefixes go; the per-run capability probe keeps its own plumbing script. Checkpoint commits never run repository hooks now, so skip_git_hooks and commit_timeout are accepted for compatibility only. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| build-support | ||
| fabro-api | ||
| fabro-auth | ||
| fabro-client | ||
| fabro-config | ||
| fabro-core | ||
| fabro-db | ||
| fabro-dev | ||
| fabro-http | ||
| fabro-macros | ||
| fabro-oauth | ||
| fabro-options-metadata | ||
| fabro-proc | ||
| fabro-redact | ||
| fabro-static | ||
| fabro-telemetry | ||
| fabro-template | ||
| fabro-test | ||
| fabro-types | ||
| fabro-util | ||
| fabro-vault | ||