picoclaw/pkg/routing
xiaoen 09e68cb63b fix(routing): resolve golines, gosmopolitan and misspell lint failures
- classifier.go: s/honour/honor/ (American English per misspell)
- router.go: break SelectModel signature across lines (golines)
- router_test.go: break long Message literal (golines)
- router_test.go: replace CJK string literal with rune slice so
  gosmopolitan does not flag the source file; behaviour is identical
2026-03-02 23:11:45 +08:00
..
agent_id.go feat: add multi-agent routing with declarative bindings 2026-02-13 12:12:33 -03:00
agent_id_test.go fix(lint): format imports in agent_id_test 2026-02-27 21:20:56 +08:00
classifier.go fix(routing): resolve golines, gosmopolitan and misspell lint failures 2026-03-02 23:11:45 +08:00
features.go feat(routing): add language-agnostic model complexity scorer 2026-03-02 22:42:20 +08:00
route.go feat: add multi-agent routing with declarative bindings 2026-02-13 12:12:33 -03:00
route_test.go feat: add multi-agent routing with declarative bindings 2026-02-13 12:12:33 -03:00
router.go fix(routing): resolve golines, gosmopolitan and misspell lint failures 2026-03-02 23:11:45 +08:00
router_test.go fix(routing): resolve golines, gosmopolitan and misspell lint failures 2026-03-02 23:11:45 +08:00
session_key.go feat(identity): add unified user identity with canonical platform:id format 2026-02-23 06:56:48 +08:00
session_key_test.go feat(identity): add unified user identity with canonical platform:id format 2026-02-23 06:56:48 +08:00