JSPM

  • Created
  • Published
  • Downloads 417
  • Score
    100M100P100Q136295F
  • License MIT

Researcher-facing Long Table CLI on top of the legacy Diverga package surface

Package Exports

  • @longtable/cli

Readme

@longtable/cli

Researcher-facing Long Table CLI built on top of the legacy @diverga/* package surface.

현재 공개 설치 경로는 @longtable/cli입니다.

Install

공개 설치:

npm install -g @longtable/cli

로컬 preview:

npm install
npm run build
node packages/longtable/dist/cli.js --help

Run setup once and install Codex prompt aliases:

longtable init --flow interview --install-prompts

longtable init now uses an arrow-key terminal menu instead of plain number-entry prompts and supports:

  • --flow quickstart
  • --flow interview

Then you can work in two ways.

From the terminal:

longtable ask --prompt "연구를 시작하고 싶어. 지금 어디서부터 좁혀야 할지 모르겠어."
longtable review --prompt "Review this claim critically."
longtable review --prompt "BJET 편집자 관점에서 봐줘." --role editor
longtable review --prompt "방법론적으로 어디가 취약한지 말해줘." --panel --show-conflicts

Inside Codex after prompt aliases are installed:

  • /prompts:longtable
  • /prompts:longtable-init
  • /prompts:longtable-explore
  • /prompts:longtable-review
  • /prompts:longtable-critique
  • /prompts:longtable-draft
  • /prompts:longtable-commit
  • /prompts:longtable-status

Core commands

longtable ask --prompt "Help me open this research problem carefully."
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-prompts

If you finish onboarding inside Codex with /prompts:longtable-init, you can persist the collected answers with:

longtable codex persist-init --flow interview --provider codex --field education --career-stage doctoral --experience intermediate --project-type "journal article" --checkpoint balanced --topic "AI adoption in workplace settings" --blocker "기업 맥락으로 범위를 다시 잡아야 하는데 어디서부터 포함/제외 기준을 세울지 모르겠어." --entry-mode explore --weakest-domain methodology --panel-preference show_on_conflict --install-prompts

Or from a JSON block:

pbpaste | longtable codex persist-init --stdin --install-prompts

Check whether setup and aliases are present:

longtable codex status

Remove the aliases:

longtable codex remove-prompts

Why this package exists

Long Table is the product name. Diverga remains an internal compatibility layer for some lower-level packages and runtime paths.

This package exists so researchers can install and run longtable directly while that compatibility layer remains underneath.