Add completion spec for vp (Vite+)

Open
#284 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
48/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
rust

Research direction

Start by locating the existing pnpm command spec and its completion generators, then inspect how command specs and tests are organized in this repository. Add the vp subcommands and options, dynamic task and workspace-package completion, dependency completion, and tests covering the requested behavior.

Written by the indexing model from the issue text.

Description

enhancement ready-to-implement

Request

Warp lacks completion support for vp (Vite+), a unified frontend build tool that bundles a dev server, build/test/lint/format pipeline, package manager delegation, and a monorepo-aware task runner.

Why

vp is an emerging tool in the VoidZero ecosystem. Users of Warp who work with vp-powered monorepos would benefit from:

  • Command/subcommand/option completions for all 40+ vp subcommands
  • Dynamic completion for monorepo tasks via vp run (including cross-package pkg#task format)
  • Dynamic completion for --filter with workspace package names
  • npm registry search for vp add/vp install

Reference spec: pnpm is a close analog in terms of monorepo support.

Checklist

  • Command spec (subcommands, options)
  • Dynamic generators (tasks, workspace packages, dependencies)
  • Tests
Dominant language
Rust
Stars
7
Forks
10
Avg merge
8h 36m
Merged PRs (30d)
16

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from warpdotdev/command-signatures

All issues in warpdotdev/command-signatures

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.