entireio / entireio/cli

Pulling checkpoints from forks

Open
#288 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.