inventory-state-synchronizer

door agent67Nog geen installatiesNog geen likesBijgewerkt op 17 juni 2026Categorie: Overig

Wat het doet

Use when connecting frontend endpoints to the forecasting server or updating client-side states to guarantee absolute numbers alignment.

Installeren opent dit item in je AgentsRoom-desktopapp. Is de app nog niet geïnstalleerd, dan word je naar de downloadpagina gestuurd.

SKILL.md

---
name: inventory-state-synchronizer
description: Use when connecting frontend endpoints to the forecasting server or updating client-side states to guarantee absolute numbers alignment.
---

# Global Component State Alignment Protocols

To eliminate structural desynchronization anomalies (e.g., table reading 50 items while the forecasting chat reads 45 items), implement these practices:

1. **Single Source of Truth:** Do not instantiate parallel local state caches inside disjointed sibling files. Centralize data lookups.
2. **Unified Fetch Syncing:** When the AI chat triggers an asynchronous look into `/api/analytics/forecast`, ensure any altered product metrics dynamically update the parent state or global context wrapper so the inventory grid re-renders identical counts in real-time.

Tags

frontendai-forecasting-specialist