Commit d218d1a
committed
refactor(yaad): split rest.go into handlers and extra files
Mechanically split internal/server/rest.go (1370 LOC) into three
same-package files, moving code verbatim with no behavior or API changes:
- rest.go: server lifecycle, middleware, route registration, HTTP helpers
- rest_handlers.go: core memory/graph/node/session/maintenance handlers
- rest_extra.go: export/import, skill, version-history, confidence,
compression, bridge, and advanced-feature handlers
Verified with go build, go vet, go test, and golangci-lint (0 issues).1 parent ad1c8e0 commit d218d1a
3 files changed
Lines changed: 1039 additions & 1000 deletions
0 commit comments