Commit graph

17 commits

Author SHA1 Message Date
Dennis-yxchen
800aa6b074
Merge pull request #10 from warren618/fix/evolver-confirmation-parsing
fix(evolver): use word-boundary matching in _parse_confirmation to prevent false positives
2026-03-27 21:37:08 +08:00
warren618
1257f4cfee fix(evolver): use stem-style matching for confirm/reject/skip keywords
Per reviewer feedback: keep strict \byes\b / \bno\b word boundaries to
prevent false positives, but widen confirm/reject/skip to stem-style
\bconfirm\w*\b etc. so common LLM variants like "confirmed", "rejected",
"skipping" still parse correctly instead of falling through to the
default False path.
2026-03-27 13:34:20 +08:00
xlr
e0ce168904 fix: prevent stdio deadlock on Windows 2026-03-27 13:08:32 +08:00
xlrrrr
687fb05e89 docs: add lightweight clone instructions 2026-03-26 22:43:18 +08:00
warren618
9333eaed42 fix(evolver): use word-boundary matching in _parse_confirmation to prevent false positives 2026-03-26 12:06:11 +08:00
xlrrrr
38b51c8605 feat: re-scan skill dirs on each call 2026-03-26 11:21:48 +08:00
xlrrrr
dd8740e37a feat: re-scan skill dirs on each call 2026-03-26 11:14:54 +08:00
chaohuang-ai
f7007be82c
Update README.md 2026-03-26 01:04:48 +08:00
chaohuang-ai
2193069e97
Update README.md 2026-03-26 01:04:17 +08:00
xlrrrr
4aade50316 fix: rename platform package to platforms 2026-03-26 00:09:50 +08:00
Xu Lingrui
a0b1222403
add Chinese README 2026-03-25 18:23:59 +08:00
xlrrrr
dd34f3041f add Chinese README 2026-03-25 18:22:24 +08:00
xlrrrr
c8bf3f359f initial commit 2026-03-24 20:38:41 +08:00
Xu Lingrui
feda9edcb7
initial commit 2026-03-24 16:28:47 +08:00
Dennis-yxchen
9c6ff02811
initial commit 2026-03-24 16:16:32 +08:00
Xu Lingrui
050c631948
add MIT License 2026-03-24 16:04:55 +08:00
spidercatfly
6ff4861f88 initial commit 2026-03-24 16:03:22 +08:00