Skip to content

Add pip packaging for team distribution#24

Merged
grobomo merged 1 commit intomainfrom
worktree-pip-packaging
Apr 18, 2026
Merged

Add pip packaging for team distribution#24
grobomo merged 1 commit intomainfrom
worktree-pip-packaging

Conversation

@grobomo
Copy link
Copy Markdown
Owner

@grobomo grobomo commented Apr 18, 2026

Summary

  • Add pyproject.toml with CLI entry points (new-session, context-reset) so teammates can pip install git+https://github.com/grobomo/context-reset
  • Add Quick Start section to README: one pip install command + one JSON block in settings.json
  • Update hook integration docs to reference the pip-installed CLI command
  • Add build artifacts to .gitignore

Test plan

  • pip install -e . succeeds
  • pip install . (non-editable) succeeds
  • new-session --help works after install
  • context-reset --help works after install
  • new-session --dry-run produces correct output
  • 96 existing tests still pass

pyproject.toml with CLI entry points (new-session, context-reset).
README Quick Start section: pip install + hook snippet.
Teammates install with one command, wire up with one JSON block.
@grobomo grobomo merged commit f3804d6 into main Apr 18, 2026
1 check passed
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