MCPcopy Create free account
hub / github.com/compozy/agh / newSessionSoulCommand

Function newSessionSoulCommand

internal/cli/authored_context.go:690–697  ·  view source on GitHub ↗
(deps commandDeps)

Source from the content-addressed store, hash-verified

688}
689
690func newSessionSoulCommand(deps commandDeps) *cobra.Command {
691 cmd := &cobra.Command{
692 Use: authoredContextSoulKey,
693 Short: "Manage session Soul snapshots",
694 }
695 cmd.AddCommand(newSessionSoulRefreshCommand(deps))
696 return cmd
697}
698
699func newSessionSoulRefreshCommand(deps commandDeps) *cobra.Command {
700 var (

Callers 1

newSessionCommandFunction · 0.85

Calls 1

Tested by

no test coverage detected