Temporal Query Parser Enhancement banner
doobidoo doobidoo

Temporal Query Parser Enhancement

DevOps community

Description

# Temporal Query Parser Enhancement for Shodh Cloudflare Worker ## Context The `/api/recall` endpoint in `worker/src/index.ts` has a `since` parameter that accepts temporal expressions. Currently, `parseSinceDate()` only supports basic formats: - "today", "heute" - "yesterday", "gestern" - "this week", "diese woche" - "Xd" format (e.g., "7d" = 7 days ago) - ISO date strings The SecondBrain iOS app has a comprehensive `TemporalQueryParser.swift` that supports many more natural language tempora

Installation

Installs to ~/.claude/skills/doobidoo-shodh-cloudflare-temporal-query-parser-enhancement/SKILL.md

Terminal
mkdir -p ~/.claude/skills/doobidoo-shodh-cloudflare-temporal-query-parser-enhancement && curl -fsSL https://raw.githubusercontent.com/doobidoo/shodh-cloudflare/HEAD/prompts/temporal-query-parser-enhancement.md -o ~/.claude/skills/doobidoo-shodh-cloudflare-temporal-query-parser-enhancement/SKILL.md

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

Full documentation available on GitHub

View Source Repository