Package Exports
- @longtable/cli
Readme
@longtable/cli
Researcher-facing Long Table CLI built on top of the legacy @diverga/* package surface.
중요한 현재 상태:
@longtable/cli는 repo 안에서는 구현되어 있음- npm의
@longtablescope가 아직 준비되지 않아 실제 publish는 아직 안 됨 - 지금 공개 설치 경로는 여전히
@diverga/setup,@diverga/provider-codex
Install
로컬 preview:
npm install
npm run build
node packages/longtable/dist/cli.js --help예상 공개 설치 경로:
npm install -g @longtable/cliRecommended flow
Run setup once and install Codex prompt aliases:
longtable init --install-promptsThen you can work in two ways.
From the terminal:
longtable review --prompt "Review this claim critically."
longtable review --prompt "BJET 편집자 관점에서 봐줘." --role editor
longtable review --prompt "방법론적으로 어디가 취약한지 말해줘." --panel --show-conflictsInside Codex after prompt aliases are installed:
/prompts:longtable-init/prompts:longtable-explore/prompts:longtable-review/prompts:longtable-critique/prompts:longtable-draft/prompts:longtable-commit/prompts:longtable-status
Core commands
longtable init
longtable show --json
longtable install --json
longtable explore --prompt "Help me stay exploratory."
longtable review --prompt "Review this claim critically."
longtable commit --prompt "Help me make this decision carefully."Codex overlay
Install Codex prompt aliases:
longtable codex install-promptsCheck whether setup and aliases are present:
longtable codex statusRemove the aliases:
longtable codex remove-promptsWhy this package exists
Long Table is the product name.
Diverga is still the legacy technical identifier for package names, CLI binaries, and runtime paths.
This package creates a researcher-facing command surface now, without forcing a breaking rename of the published package chain yet.