docs(blog): Your Workflow History Is Storing More Than You Think#352
Conversation
Signed-off-by: “Kevin” <kevlar_ksb@yahoo.com>
Signed-off-by: “Kevin” <kevlar_ksb@yahoo.com>
… concept doc Signed-off-by: “Kevin” <kevlar_ksb@yahoo.com> Co-authored-by: Cursor <cursoragent@cursor.com>
…able Signed-off-by: “Kevin” <kevlar_ksb@yahoo.com>
Signed-off-by: “Kevin” <kevlar_ksb@yahoo.com>
Signed-off-by: “Kevin” <kevlar_ksb@yahoo.com>
Signed-off-by: “Kevin” <kevlar_ksb@yahoo.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: “Kevin” <kevlar_ksb@yahoo.com>
…e support Signed-off-by: “Kevin” <kevlar_ksb@yahoo.com>
…eyboard a11y Signed-off-by: “Kevin” <kevlar_ksb@yahoo.com>
Signed-off-by: “Kevin” <kevlar_ksb@yahoo.com>
…tered Signed-off-by: “Kevin” <kevlar_ksb@yahoo.com>
…lution Signed-off-by: “Kevin” <kevlar_ksb@yahoo.com>
Code Review ✅ Approved 2 resolved / 2 findingsAdds the DataConverter pillar blog post along with interactive PatternCards and PayloadFlow components. Fixes for animation timer leaks and keyboard accessibility have been implemented, with no further issues found. ✅ 2 resolved✅ Bug: Animation timer leak if component unmounts mid-animation
✅ Quality: Accessibility: interactive cards missing keyboard support
Rules ✅ All requirements metRepository Rules
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
What changed?
Added the Week 1 pillar blog post for the DataConverter series: Your Workflow History Is Storing More Than You Think.
blog/2026-06-03-workflow-history-data-converter/covering the three DataConverter patterns (compression, claim-check, encryption) as a discovery-first post designed to drive traffic to the new concept doc and samplesPatternCardsReact component: collapsible cards for each pattern with symptom, explanation, tradeoff, and a direct link to the concept doc section; dark/light mode awarePayloadFlowReact component: animated encode/decode flow diagram with tab strip to switch between all three patterns; dark/light mode awaredata-pipeline-exposed-vs-protected.png)Why?
Part 1 of a 3-post series (pillar + 2 spokes) introducing the DataConverter concept doc and Go/Java samples. The pillar's job is awareness and discovery, not instruction. It hooks readers on the plaintext-history problem and drives clicks to the concept doc. Weeks 2 and 3 will deep-dive on claim-check and encryption respectively.
How did you verify it?
npm run preview:github-pages -- --serve.Potential risks
None — new content only, no changes to existing docs or config.
Related changes
N/A