Skip to content

Commit c305a88

Browse files
Patel230claude
andcommitted
feat: mount trace CLI; library-only deps via go.work at v0.1.0
- Mount the trace command tree under 'hawk trace ...' (cmd/trace.go) via tracecli.NewRootCmd(); remove standalone cmd/{inspect,sight,tok,yaad}.go and the sessioncapture bridge (superseded). - Normalize all GrayCodeAI requires to v0.1.0; go work sync settles go.mod/ go.sum/go.work.sum to the workspace-consistent state. - external/ submodule pointers bumped to each sibling's current main. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b2f3272 commit c305a88

15 files changed

Lines changed: 209 additions & 1345 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ concurrency:
2020

2121
env:
2222
GO_VERSION: "1.26.4"
23+
# GrayCodeAI sibling modules are resolved from the local external/ submodules via
24+
# go.work; their go.mod require versions (v0.1.0) intentionally do not match the
25+
# frozen public proxy/sumdb snapshot, so bypass the proxy + checksum DB for them.
26+
GOPRIVATE: "github.com/GrayCodeAI/*"
27+
GONOSUMDB: "github.com/GrayCodeAI/*"
28+
GONOSUMCHECK: "1"
2329

2430
jobs:
2531
# -------------------------------------------------------------------------

cmd/inspect.go

Lines changed: 0 additions & 198 deletions
This file was deleted.

cmd/root.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,15 +231,12 @@ func init() {
231231
rootCmd.AddCommand(completionCmd)
232232
rootCmd.AddCommand(researchCmd)
233233
rootCmd.AddCommand(contextCmd)
234-
rootCmd.AddCommand(inspectCmd)
235-
rootCmd.AddCommand(sightCmd)
236234
rootCmd.AddCommand(fingerprintCmd)
237235
rootCmd.AddCommand(cmdHistoryCmd)
238236
rootCmd.AddCommand(planCmd)
239237
rootCmd.AddCommand(rulesCmd)
240238
rootCmd.AddCommand(sandboxCmd)
241239
rootCmd.AddCommand(costCmd)
242-
rootCmd.AddCommand(sessionCaptureCmd)
243240
rootCmd.AddCommand(execCmd)
244241
rootCmd.AddCommand(daemonCmd)
245242
rootCmd.AddCommand(agentCmd)

cmd/sessioncapture.go

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)