diff options
| author | Claude <noreply@anthropic.com> | 2026-05-26 05:16:56 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-05-26 05:16:56 +0000 |
| commit | 36bee4a5aa2b3ecbf233bc02d70eb01d7ac737a8 (patch) | |
| tree | 9eea34b4f3936647f3fd6fcb35da70c7827c6de6 | |
| parent | e34df09b96f4ded3c25c5a14a0332a874205b64a (diff) | |
Add pirate mode to backlog
Easter egg / opt-in toggle, not the default voice.
https://claude.ai/code/session_01YUbuZNDAoLea4cf9UGQ9qn
| -rw-r--r-- | .agent/worklog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.agent/worklog.md b/.agent/worklog.md index a31dbd0..2d62bdb 100644 --- a/.agent/worklog.md +++ b/.agent/worklog.md @@ -2,6 +2,8 @@ ## Backlog (fix later) +- **Pirate mode** — Re-introduce as an Easter egg / toggle, not the default voice. Long-press the trip report header (or a hidden gesture) flips the narrative into pirate dialect. Keep the seamanlike default; pirate is opt-in fun. + - **Tack detection is buggy, especially at low speed** — False positives at low SOG (GPS heading noise looks like tacks). Need minimum-SOG gate (e.g. skip detection when SOG < 1.5 kt) and review the stability window / MIN_DELTA thresholds against real tracks. ## Current Task Goal |
