Documentation
¶
Overview ¶
Package cli builds the master Cobra command tree for the `sf` binary. Every Agentic Tool / Context Provider in the repo plugs in here so that `sf <namespace> <tool>` is the single entry point for users and AI agents.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "sf", Short: "SF (Sophia Foundation) — structural, auditable context for LLM coding agents", Long: `SF (Sophia Foundation / Source Fabric) — a single fast binary for scanning a project's code and assembling compact, structural context for an LLM agent.`, Version: version.Version, SilenceUsage: true, SilenceErrors: true, }
RootCmd is the master `sf` Cobra command. Subcommands attach in init() so consumers (cmd/sf/main.go) just call RootCmd.Execute().
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.