Custom Timestamp Support banner
doobidoo doobidoo

Custom Timestamp Support

Development community

Description

# Custom Timestamp Support for Memory Creation ## Objective Add support for custom `created_at` timestamps when creating memories via `/api/remember` endpoint, enabling backdating of memories for historical data import and weekly summary consolidation. ## Current State **File:** `worker/src/index.ts` **Current Implementation:** - `RememberRequest` interface (lines 42-55) does NOT have `created_at` parameter - Memory creation (line ~560) uses `new Date().toISOString()` for both `created_at`

Installation

Installs to ~/.claude/skills/doobidoo-shodh-cloudflare-custom-timestamp-support/SKILL.md

Terminal
mkdir -p ~/.claude/skills/doobidoo-shodh-cloudflare-custom-timestamp-support && curl -fsSL https://raw.githubusercontent.com/doobidoo/shodh-cloudflare/HEAD/prompts/custom-timestamp-support.md -o ~/.claude/skills/doobidoo-shodh-cloudflare-custom-timestamp-support/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository