dayuse-commands
Installation
SKILL.md
Dayuse App Commands
Overview
All local development commands for the Dayuse.com project use Python Invoke (prefixed with inv) and must be run through pipenv from the current working directory.
Prerequisites
- Docker Desktop running
- pipenv installed (
pip install pipenv)
Critical Rules
- Always prefix commands with
pipenv runto ensure the correct Python environment:pipenv run inv <command> - Docker containers must be running for most commands. If unsure, run
pipenv run inv upfirst. - Never run
invdirectly withoutpipenv run— it may use the wrong Python/invoke version.