picoclaw/pkg
dj-oyu ee34c60df2 refactor: replace test files with upstream versions, extract fork-only tests
Replace 43 test files with their upstream/main versions to eliminate
test file merge conflicts entirely (43 files, 604 markers → 0).

Fork-only test functions are extracted to *_ext_test.go files (19 files)
which have no upstream counterpart and thus never conflict.

Source-level upstream alignment:
- config/defaults: AllowRemote defaults to true
- config/migration: model names match upstream (gpt-5.4)
- session/manager: sanitizeFilename replaces / and \
- state: log.Printf instead of log.Fatalf on mkdir failure
- wecom: verifySignature returns false on empty token (fail-closed)
- openclaw migration: preserves AllowRemote default

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 03:18:54 +09:00
..
agent refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00
auth feat(auth): add Anthropic OAuth setup-token login (#926) 2026-03-06 19:58:23 +08:00
bus fix: finalize draft as permanent message on task completion 2026-03-03 12:01:21 +09:00
channels refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00
commands feat(commands): centralized command registry with sub-command routing (#959) 2026-03-06 17:31:40 +08:00
config refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00
constants refactor: replace bool map with set-style map for internal channels (#472) 2026-02-19 11:48:17 +01:00
cron feat(cron): add execution lifecycle logging (#1185) 2026-03-06 20:46:52 +08:00
devices Merge upstream/main: cobra CLI, channel refactoring, media store, reasoning support 2026-02-28 21:18:40 +09:00
fileutil Merge upstream/main: cobra CLI, channel refactoring, media store, reasoning support 2026-02-28 21:18:40 +09:00
git feat(task5): add worktree management commands and miniapp 2026-03-04 22:45:44 +09:00
health merge upstream/main: incorporate channel refactor, launcher, and modernizations 2026-03-02 03:07:54 +09:00
heartbeat refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00
identity Merge upstream/main: cobra CLI, channel refactoring, media store, reasoning support 2026-02-28 21:18:40 +09:00
logger refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00
mcp Feat/add tool enable or disable configuration (#1071) 2026-03-05 14:53:26 +08:00
media Merge upstream/main: cobra CLI, channel refactoring, media store, reasoning support 2026-02-28 21:18:40 +09:00
memory refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00
migrate refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00
miniapp style: fix golangci-lint issues (whitespace, gofumpt, gci, golines) 2026-03-05 02:10:21 +09:00
orch style: fix lint errors and update test assertions for CI 2026-03-01 03:36:11 +09:00
providers refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00
routing merge: bring upstream/main into main 2026-03-09 01:54:14 +09:00
session refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00
skills refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00
state refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00
stats style: fix remaining lint errors (misspell, shadow, unused, etc.) 2026-03-01 00:22:14 +09:00
tailscale feat: add Telegram Mini App dashboard 2026-02-22 06:22:41 +09:00
tools refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00
utils refactor: replace test files with upstream versions, extract fork-only tests 2026-03-13 03:18:54 +09:00
voice Fix lint 2026-03-04 10:21:59 +00:00