Skip to content

ContextualWisdomLab/vooster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,378 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vspec

vspec is a Cockburn-style use case management tool for teams coordinating human and AI contributors around explicit, versioned product behavior. It ships a Fastify API, Prisma persistence, and an oclif CLI for authoring, reviewing, and exporting use case specifications.

한국어 README

Install

Use the CLI directly from npm:

npx vspec --help

For repeated use, install it globally:

npm install -g vspec
vspec --help

For development from a clean clone:

corepack enable
pnpm install
cp .env.example .env
pnpm -r build

Run

Start the optional local Postgres service, then run the development server:

cp .env.example .env
docker compose up -d db
pnpm run dev

The server exposes GET /healthz on http://localhost:8080 unless PORT is set.

Deploy

Build and run the production-like Docker stack:

cp .env.example .env
VSPEC_AUTH_STUB=1 docker compose -f docker-compose.prod.yml up -d

For real GitHub OAuth, set GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET in the environment before starting the stack. The compose file provides Postgres via DATABASE_URL and publishes the app on ${VSPEC_DEPLOY_HOST_PORT:-4400}.

Documentation

About

Fork of vibemafiaclub/vooster: 사람과 AI가 함께 제품 행동·유스케이스를 관리하는 vspec 도구.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 77.1%
  • Shell 20.4%
  • Astro 1.4%
  • CSS 0.5%
  • Python 0.4%
  • JavaScript 0.2%