Files
dss/dss-claude-plugin/commands/dss-setup.md
2025-12-12 08:11:21 -03:00

39 lines
890 B
Markdown

---
name: dss-setup
description: DEPRECATED - Use /dss-init instead
arguments:
- name: flags
description: Optional flags (--reset, --skip-servers)
required: false
---
# DSS Setup Command (DEPRECATED)
**This command is deprecated. Use `/dss-init` instead.**
The `/dss-init` command now handles everything that `/dss-setup` did:
- MCP configuration
- Dependencies (Python venv, Node modules)
- DSS initialization
- Development servers
## Migration
| Old Command | New Command |
|-------------|-------------|
| `/dss-setup` | `/dss-init` |
| `/dss-setup --reset` | `/dss-init --reset` |
| `/dss-setup --skip-servers` | `/dss-init --skip-servers` |
## Instructions for Claude
When the user runs this command:
1. Inform them that `/dss-setup` is deprecated
2. Run `/dss-init` with the same flags instead
```bash
# Just run dss-init.sh directly
scripts/dss-init.sh [flags]
```