Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "cclint", Short: "A linter for Claude Code configurations", Version: version.Short(), Long: `cclint analyzes Claude Code configurations and related files to identify issues, suggest improvements, and ensure best practices. It builds a reference tree of your agent configurations, analyzes documentation quality, and checks for common problems like broken references, circular dependencies, and unclear instructions.`, PersistentPreRun: func(cmd *cobra.Command, args []string) { globalUI = ui.New(os.Stdout, os.Stderr, format) }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.