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

@@ -14,6 +14,9 @@
- [ftframeworks.md](./ftframeworks.md)
Consumer-side feature modules that often mediate whether XFlow changes can be validated in Fid4.
- [cogstore.md](./cogstore.md)
Flow-configuration publishing and version-comparison platform used to verify what is live in QA/Production.
---
## Guidance
@@ -21,3 +24,4 @@
- Start with `xflowsdk.md` for backend-driven behavior questions.
- Start with `fid4.md` or `ftframeworks.md` for consumer validation and release flow questions.
- Open `xflowviewmaker.md` when the question involves version bumps, transitional architecture, or pipeline friction.
- Open `cogstore.md` when the question involves published flow-definition versions, config diffs, or whether a service/config change is live in QA vs Production.