Commit Graph

4 Commits

Author SHA1 Message Date
will babca5df51 Silently check today's NYT Wordle answer on startup
Queries the NYT wordle/v2 endpoint once per calendar day (cached via
~/.wordle_solver/state.json) and adds the word via the existing
/addword mechanism if it's missing from answers.txt. Fully silent in
every outcome; --no-nyt-check / --force-nyt-check control it from the
CLI.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ert8f6E6yzmWg5qbcFPDLP
2026-09-02 07:48:50 -04:00
will 42c393fe50 Print possible answers in heuristic order, not alphabetical
The "possible answer(s) remain" list (shown when <=20 candidates)
was sorted alphabetically, out of step with the ranked suggestions
printed right below it. Rank it with the same heuristic instead.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-25 05:20:19 -04:00
will e5017efde8 Add /addword command to add missing Wordle answers
Some real Wordle answers aren't in the bundled answers.txt list. This
adds a REPL command to append a word to answers.txt and remove it from
guesses.txt if present there, since the two lists are meant to be
disjoint.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-25 05:06:51 -04:00
will 70ead4b520 initial commit 2026-07-06 07:56:56 -04:00