Pulling checkpoints from forks
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 5.1k
- Forks
- 475
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 178
Description
Problem or use case
When accepting outside contributions from forks you want the sessions to be also pulled into the repository on merge. There should be a way to pull in and merge the associated session metadata into your own entire/checkpoints/v1.
Desired behavior
$ entire pull abcdef https://github.com/kfischer-okarin/entire-cli
Pulled fork checkpoint XYZ.
$ entire pull abcdef..fga1234 https://github.com/kfischer-okarin/entire-cli
Pulled fork checkpoints:
- ABC
- DEF
- XYZ
Proposed solution
No response
Alternatives or workarounds
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the existing entire pull command and the entire/checkpoints/v1 data described in the issue. Trace how a commit or range is pulled, then determine how fork checkpoint metadata should be merged and how single-commit and range output should list pulled checkpoints. Done when both examples work without losing existing checkpoint data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100