go-scm/repos
Snider e9fc6902b1
Some checks failed
Security Scan / security (push) Failing after 8s
Test / test (push) Successful in 1m57s
refactor: replace fmt.Errorf/errors.New with coreerr.E()
Replace all remaining fmt.Errorf and errors.New calls in production
code with coreerr.E("caller.Method", "message", err) from go-log.
This standardises error handling across 23 files using the structured
error convention already established in the plugin package.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 20:37:25 +00:00
..
gitstate.go refactor: replace fmt.Errorf/errors.New with coreerr.E() 2026-03-16 20:37:25 +00:00
gitstate_test.go feat(repos): add git.yaml state tracking and work.yaml sync config 2026-03-06 15:44:31 +00:00
kbconfig.go refactor: replace fmt.Errorf/errors.New with coreerr.E() 2026-03-16 20:37:25 +00:00
kbconfig_test.go feat(repos): add kb.yaml knowledge base config 2026-03-06 15:55:48 +00:00
registry.go refactor: replace fmt.Errorf/errors.New with coreerr.E() 2026-03-16 20:37:25 +00:00
registry_test.go feat: add manifest, marketplace, plugin, repos subpackages 2026-03-06 13:20:12 +00:00
workconfig.go refactor: replace fmt.Errorf/errors.New with coreerr.E() 2026-03-16 20:37:25 +00:00
workconfig_test.go feat(repos): add git.yaml state tracking and work.yaml sync config 2026-03-06 15:44:31 +00:00