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
Problem
The README command reference appears to be out of sync with the CLI's built-in help.
The CLI help currently advertises: