inventory-state-synchronizer

作者:agent67尚無安裝尚無按讚更新於 2026年6月17日分類: 其他

它能做什麼

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

安裝會在你的 AgentsRoom 桌面版開啟這個條目。如果還沒有安裝應用,你會被帶到下載頁面。

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.

標籤

frontendai-forecasting-specialist