-
Notifications
You must be signed in to change notification settings - Fork 0
docs: fix stale FaceTheory ISR schema wording + env var naming note #71
Copy link
Copy link
Closed
Description
Problem
docs/facetheory/isr-cache-schema.md still contains stale wording:
- It references
docs/facetheory/isr-transaction-recipes.md“once FT-T2 lands”, but the transaction recipes doc already exists.
There’s also some avoidable friction around env var naming across repos:
- TableTheory FaceTheory docs standardize on
FACETHEORY_CACHE_TABLE_NAME. - AppTheory’s CDK construct currently wires
APPTHEORY_CACHE_TABLE_NAME(+ generic aliases). (We’re opening a sibling issue to also wireFACETHEORY_CACHE_TABLE_NAME.)
Where
docs/facetheory/isr-cache-schema.md(around the “Transactions” section)
Changes
- Update the “see transaction recipes” wording to point to
docs/facetheory/isr-transaction-recipes.mddirectly. - Add a short note on env var conventions:
FACETHEORY_CACHE_TABLE_NAMEis canonical for FaceTheory ISR- mention AppTheory aliasing (or link to the AppTheory issue) so users don’t get stuck
Acceptance Criteria
- Docs read cleanly (no future-tense roadmap wording for already-shipped docs).
- Links are correct.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels