Skip to content

docs: README command list is out of sync with CLI help #129

Description

@GautamSharma99

Problem

The README command reference appears to be out of sync with the CLI's built-in help.

The CLI help currently advertises:

greplica embeddings prewarm
greplica session mark-memory-current --session-ref <ref>
greplica transcript bundle --platform codex|claude|copilot|opencode --file <path> [--file <path>...] --out <bundle.md>

But the README command block omits:

- greplica embeddings prewarm
- greplica session mark-memory-current --session-ref <ref>
- opencode support in greplica transcript bundle

The prose below the command block also says transcript bundling supports Codex, Claude Code, and GitHub Copilot CLI, but not OpenCode.


## Reproduction

From the repo:

npm run build
node dist/apps/cli/main.js --help
node dist/apps/cli/main.js transcript bundle --help

Compare that output with the README Commands section.


## Expected

The README command reference should match the public CLI help, or the README should clearly distinguish user-facing commands from internal/
advanced commands.


## Relevant files

- README.md
- apps/cli/main.ts

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions