entireio/public-private-validation

0

stars

8

commits

TypeScript

primary language

May 9, 2026

updated

README

dummy

A placeholder Go CLI used to validate Entire's split-storage workflow: source code lives in this public repository, while checkpoints (sessions, transcripts, intermediate snapshots) are pushed to a separate private repository.

The CLI itself does nothing useful โ€” it compiles and prints help. The interesting bits are the surrounding scaffold (mise, golangci-lint, GitHub Actions) so the repo behaves like a real Go project when checkpoints are recorded against it.

See docs.entire.io for the public/private checkpoint setup.

Usage

mise run build
./dummy help

Common tasks

TaskCommand
Buildmise run build
Formatmise run fmt
Lintmise run lint
Testmise run test
Format + lint + testmise run check

Contributors

Soph

8 commits

entireio/public-private-validation

0

stars

8

commits

TypeScript

primary language

May 9, 2026

updated

README

dummy

A placeholder Go CLI used to validate Entire's split-storage workflow: source code lives in this public repository, while checkpoints (sessions, transcripts, intermediate snapshots) are pushed to a separate private repository.

The CLI itself does nothing useful โ€” it compiles and prints help. The interesting bits are the surrounding scaffold (mise, golangci-lint, GitHub Actions) so the repo behaves like a real Go project when checkpoints are recorded against it.

See docs.entire.io for the public/private checkpoint setup.

Usage

mise run build
./dummy help

Common tasks

TaskCommand
Buildmise run build
Formatmise run fmt
Lintmise run lint
Testmise run test
Format + lint + testmise run check

Contributors

Soph

8 commits

Languages

TypeScript

83.7%

Shell

10.7%

Go

5.6%