Skip to content

Commit 752b9a2

Browse files
atulmguptaCopilot
andcommitted
refactor(R2d.161): carve internal/api/aiwatchnl subpackage
Move the watch-face NL response handler and tests into the aiwatchnl subpackage. Rename the exported handler to Handler, wire router.go through aiwatchnl.NewHandler, and keep the aiWatchFaceNLResponseHandler router variable plus AIHandlers.WatchFaceNLResponse field intact. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent edf40c1 commit 752b9a2

4 files changed

Lines changed: 192 additions & 115 deletions

File tree

internal/api/aiwatchnl/doc.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Package aiwatchnl serves the AI watch-face natural-language response route
2+
// and production tool adapters used by the /api/v1/ai/watch/respond surface.
3+
// The package narrates read-only watch context without mutating fleet state.
4+
//
5+
// Layer: handler
6+
package aiwatchnl

0 commit comments

Comments
 (0)