feat: Add Cogstore documentation and update references in project context and debugging guidelines

This commit is contained in:
2026-04-16 11:36:49 -06:00
parent 4a81f1fb81
commit 53eb9dbc36
5 changed files with 34 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ Debug backend-driven flows without losing track of dynamic dependencies or miscl
- Fid4 / flagship
- authenticated vs non-authenticated state
- If a fix appears correct in the SDK but not in consumer validation, inspect the release chain before reopening root cause assumptions.
- When validating service/configuration changes, check the active flow-definition version in Cogstore before assuming a change is live in QA or Production.
- Do not assume a flow ID will exist in both Cogstore and Slate; verify which config system actually owns the flow you are inspecting.
---