46 lines
1.1 KiB
Markdown
46 lines
1.1 KiB
Markdown
# ROA2WEB Auto-Build Plugin Marketplace
|
|
|
|
Marketplace pentru plugin-ul Auto-Build - sistem de build orchestration bazat pe specificații.
|
|
|
|
## Instalare
|
|
|
|
### 1. Adaugă Marketplace
|
|
```bash
|
|
/plugin marketplace add https://gitea.romfast.ro/your-org/auto-build.git
|
|
```
|
|
|
|
### 2. Instalează Plugin
|
|
```bash
|
|
/plugin install ab@roa2web-tools
|
|
```
|
|
|
|
### 3. Inițializare în Proiect
|
|
```bash
|
|
/ab:help
|
|
# Urmează instrucțiunile pentru setup
|
|
```
|
|
|
|
## Comenzi Disponibile
|
|
|
|
- `/ab:spec <name>` - Creează specificație feature
|
|
- `/ab:build <name>` - Build feature din spec
|
|
- `/ab:worktree <action>` - Gestionare git worktrees
|
|
- `/ab:qa-review` - QA validation loop
|
|
- `/ab:memory-save` - Salvează insights
|
|
- `/ab:memory-search <query>` - Caută patterns
|
|
- `/ab:status` - Status curent
|
|
- `/ab:help` - Ajutor detaliat
|
|
|
|
## Autentificare Gitea
|
|
|
|
Pentru access la Gitea privat, configurează Git credentials:
|
|
|
|
```bash
|
|
git config --global credential.helper store
|
|
git clone https://gitea.romfast.ro/test-repo # Autentifică o dată
|
|
```
|
|
|
|
## Documentație
|
|
|
|
Vezi `plugin/README.md` pentru detalii despre utilizare.
|