picoclaw/pkg/skills
dj-oyu 1971b47ed9 merge upstream/main: incorporate channel refactor, launcher, and modernizations
Resolve 65 file conflicts merging upstream/main into local branch.

Key decisions:
- Accept upstream's channel interface refactoring (clean Channel interface)
- Accept upstream's Cobra CLI restructuring, Launcher TUI, armv6 support
- Accept upstream's HTTP client caching, resp.Body leak fix, regex precompile
- Accept upstream's WeChat/WeCom resource leak fixes and context handling
- Accept upstream's migrate API restructure (NewMigrateInstance pattern)
- Accept upstream's Go 1.22+ syntax modernizations (for range, max/min)
- Preserve local orchestration, plan mode, heartbeat, sandbox, spawn system
- Preserve local SendWithID/MessageSenderWithID for status message dedup
- Preserve local Stream/RPM/functional options in providers
- Rename AGENT.md → AGENTS.md to match upstream template convention

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 03:07:54 +09:00
..
clawhub_registry.go perf: hoist per-call allocations to package-level variables 2026-02-24 15:44:18 +09:00
clawhub_registry_test.go feat(fmt): Fix formatting 2026-02-20 20:03:11 +02:00
installer.go fix(skills): use registry-backed search for skills discovery (#929) 2026-03-01 15:20:20 +11:00
loader.go merge upstream/main: incorporate channel refactor, launcher, and modernizations 2026-03-02 03:07:54 +09:00
loader_test.go Merge upstream/main: cobra CLI, channel refactoring, media store, reasoning support 2026-02-28 21:18:40 +09:00
registry.go perf: add capacity hints to slice allocations 2026-02-24 15:43:22 +09:00
registry_test.go feat(fmt): Fix formatting 2026-02-20 20:03:11 +02:00
search_cache.go merge upstream/main: incorporate channel refactor, launcher, and modernizations 2026-03-02 03:07:54 +09:00
search_cache_test.go refactor(modernize): apply safe modernize fixes 2026-02-27 16:35:07 +08:00