Rimozione agency-publisher: skill inutilizzabile senza integrazioni webhook/API esterne
- Eliminata cartella agency-publisher/ - Aggiornato README: 14 skills (da 15), workflow publish manuale - Aggiornato agency-orchestrator: publish gate gestiti manualmente - Rimosso riferimenti da qa_visual.md e resource_types.md - Aggiunto report analisi in PUBLISHER_REMOVAL_REPORT.md Publish ora gestito manualmente con: - APPROVED: YES nel frontmatter - PUBLISH_APPROVED.md - publish_log.md per tracciabilità
This commit is contained in:
parent
4cf13b3e8e
commit
5ef7b67e40
7 changed files with 209 additions and 241 deletions
|
|
@ -224,7 +224,6 @@ L'orchestratore deve leggere il documento ed estrarre tutte le informazioni rile
|
|||
- `agency-archivist` → upload, estrazione, catalogazione risorse
|
||||
- `agency-visual-generator` → asset (usa risorse da archivist)
|
||||
- `agency-social` / `agency-youtube` → content
|
||||
- `agency-publisher` → publish (post-approvazione)
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -249,17 +248,28 @@ L'orchestratore deve leggere il documento ed estrarre tutte le informazioni rile
|
|||
|
||||
### Fase 4: Publish Gate
|
||||
|
||||
**Obiettivo:** Gestire approvazione pre-publish.
|
||||
**Obiettivo:** Gestire approvazione pre-publish e publish manuale.
|
||||
|
||||
**Azioni:**
|
||||
|
||||
1. Verifica che i file content abbiano `APPROVED: YES` nel frontmatter
|
||||
2. Verifica che esista `PUBLISH_APPROVED.md` con valore `YES`
|
||||
3. Verifica che QA sia compilato e passato
|
||||
4. Triggera `agency-publisher` solo se tutti i gate sono superati
|
||||
4. **Publish manuale:** Aggiorna `{project}/ops/publish_log.md` dopo publish
|
||||
5. Aggiorna frontmatter dei content file con `status: published` e `published_at`
|
||||
|
||||
**Regola:** Mai publish senza `APPROVED: YES` esplicito.
|
||||
|
||||
**Template publish_log.md:**
|
||||
|
||||
```markdown
|
||||
# Publish Log — {Client}
|
||||
|
||||
| Data | Platform | Content ID | Status | URL | Note |
|
||||
|------|----------|------------|--------|-----|------|
|
||||
| 2026-03-11 | LinkedIn | post_001 | Published | https://... | Engagement buono |
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Gestione Risorse — Integrazione agency-archivist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue