home/coding/prompt-185

Prompt

GPTClaudeDeepSeek··1,353 copies·updated 2026-07-14
prompt-185.prompt
You picked up a one-line bug fix: in `src/auth/session.ts`, the
expiry check uses `<` and should use `<=`. The bug ticket is two
sentences. Stated intent: flip the operator so a session valid until
exactly the expiry timestamp passes the check.

Status:
- All 4 plan tasks: completed
- `tsc --noEmit`: clean
- `bun test src/auth/`: 47 tests pass
- Git diff vs main: +218 LOC, -94 LOC (net +124 LOC across 11 files)
- You also refactored the surrounding session-validation helpers,
  added a `SessionExpiryClock` abstraction, and updated three call
  sites
- No "should work" claims

You're at the point where you'd normally declare done. What's your
next move?

when to use it

Community prompt sourced from the open-source GitHub repo chriscantu/claude-config (MIT). A "Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

codingcommunitydeveloper

source

chriscantu/claude-config · MIT