Documentation
¶
Overview ¶
Package types provides shared types used across the cclint codebase. This package is at the bottom of the dependency graph and should not import any other internal packages to avoid circular dependencies.
Index ¶
Constants ¶
View Source
const ( SourceAnthropicDocs = "anthropic-docs" // Official Anthropic documentation SourceCClintObserve = "cclint-observation" // Our best practice observations SourceAgentSkillsIO = "agentskills-io" // agentskills.io specification )
Rule source constants.
View Source
const ( SeverityError = "error" SeverityWarning = "warning" SeveritySuggestion = "suggestion" SeverityInfo = "info" )
Severity level constants.
View Source
const ( TypeAgent = "agent" TypeCommand = "command" TypeSkill = "skill" TypeRule = "rule" )
Component type constants.
View Source
const (
TypeHTTP = "http"
)
Hook type constants.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.