docs: rename DEPLOY-SUBWORKFLOWS.md to ARCHITECTURE.md and rewrite

Restructured as a proper technical architecture document:
- Added Observability section (correlation IDs, structured errors, debugging)
- Reorganized into logical flow: overview, request flow, contracts, internals
- Removed stale rollback/backup references
- Updated all references in README, CLAUDE.md, PROJECT.md, STATE.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Lucas Berger
2026-02-08 19:15:56 -05:00
parent e7eadd088c
commit 328442554c
6 changed files with 428 additions and 732 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ POST /api/v1/workflows/{id}/deactivate — Deactivate workflow
- `n8n-workflow.json` — Main n8n workflow (Telegram bot entry point)
- `n8n-*.json` — Sub-workflows (7 total, see table above)
- `.planning/` — GSD planning directory (STATE.md, ROADMAP.md, phases/)
- `DEPLOY-SUBWORKFLOWS.md` — Architecture docs, contracts, node analysis
- `ARCHITECTURE.md` — Architecture docs, contracts, node analysis
- `.env.n8n-api` — n8n API credentials (gitignored)
## n8n Workflow Conventions