@attainblelabs/tailor
v0.1.4
Published
Ink-powered TUI for tailoring workflows, starting with resume tailoring.
Readme
Tailor
Tailor is a terminal UI for tailoring workflows.
Today Tailor ships one type: resume tailoring. More tailor types are coming.
Install
Tailor requires Node.js 20+.
npm install -g @attainblelabs/tailor
tailorRun without a global install:
npx @attainblelabs/tailorTailor Types
Resumegenerates tailored resume PDFs from pasted job descriptions or job-posting URLs.- More tailor types are coming.
Quick Start
tailorOn first launch, Tailor walks through:
- provider setup and auth/history configuration
- creating the initial immutable master resume version
- optionally importing a text-based local PDF before saving version 1
After onboarding, use the Resume type to paste a job description or job-posting URL, generate a tailored draft, preview it, and export the final PDF.
Commands
tailor
tailor doctor
tailor reset --force
tailor provider list
tailor provider current
tailor provider use codex
tailor provider use local --backend ollama --model nemotron-3-nano:4b
tailor auth status
tailor login
tailor logoutNotes:
tailorrequires an interactive TTY.- Use
tailor doctorin non-interactive environments. tailor reset --forceremoves the Tailor-owned data root without signing out providers.
Providers
codexis the default authenticated provider and defaults togpt-5.4-mini.localsupports OpenAI-compatible local backends via Ollama or LM Studio.- Ollama defaults to
http://127.0.0.1:11434/v1and recommendsnemotron-3-nano:4b. - LM Studio defaults to
http://127.0.0.1:1234/v1and recommendsnvidia/nemotron-3-nano-4b.
Local-provider context size must be configured in Ollama or LM Studio directly. Tailor does not set local context windows through the OpenAI-compatible API.
Development
npm install
npm run dev
npm test
npm run build
npm run release:checkAdditional project docs:
