Skip to content

Release v0.1.0 — read side implemented + E2E suite#19

Merged
hartsock merged 1 commit into
mainfrom
pilot/p1-release-v0.1.0
May 31, 2026
Merged

Release v0.1.0 — read side implemented + E2E suite#19
hartsock merged 1 commit into
mainfrom
pilot/p1-release-v0.1.0

Conversation

@hartsock

Copy link
Copy Markdown
Owner

Summary

Releases gitxtend v0.1.0 — the M1 read side, implemented and verified.

  • Version 0.0.1 → 0.1.0 (Cargo.toml, pyproject.toml, Cargo.lock).
  • Python E2E suite (python/tests/test_e2e.py): the compiled wheel vs the
    real git CLI — all 13 read methods + every repo_status state
    (up-to-date / ahead / behind / diverged / no-remote / error). 18 tests.
  • CI gate: new python-e2e job (maturin develop + run the suite) so the
    wheel + Python API are checked on every PR; mirrored best-effort in the
    pre-push hook.
  • README: status flipped scaffold → v0.1.0; Layout corrected to the
    per-method repo/ structure.

What shipped in M1 (all merged before this PR)

13 read primitives — is_git_repo, head_sha, current_branch, tracking_branch, remote_head_sha, ahead_behind, rev_list_count, log_subjects, is_clean, status_counts, remote_urls, last_commit_date, fetch — plus the repo_status
roll-up. 12 of the 13 read methods were written by a local model
(qwen2.5-coder:32b) driven through newt-agent
, each with parity tests vs git
(see the commit trailers). fetch and the roll-up were pilot-authored.

Test plan

  • cargo test --no-default-features, clippy (core + python) -D warnings,
    cargo fmt --all --check — green.
  • maturin develop --release + python python/tests/test_e2e.py — 18/18 green.

WHAT:
- Bump version 0.0.1 -> 0.1.0 (Cargo.toml, pyproject.toml, Cargo.lock).
- Add the Python E2E suite (python/tests/test_e2e.py): the COMPILED wheel vs the
  real git CLI across all 13 read methods + every repo_status state (18 tests).
- Wire it into CI (ci.yml `python-e2e` job: maturin develop + run the suite) and
  the pre-push hook (best-effort, mirrors CI).
- Flip the README status scaffold -> "v0.1.0 — read side implemented"; correct
  the Layout to the per-method `repo/` module structure.

WHY: All M1 read-side work (13 primitives + the repo_status roll-up) is merged,
parity-tested vs git, and now verified end-to-end through the compiled wheel.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@hartsock hartsock merged commit da5980e into main May 31, 2026
2 checks passed
@hartsock hartsock deleted the pilot/p1-release-v0.1.0 branch May 31, 2026 18:23
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.

1 participant