Documentation
¶
Overview ¶
Package manifests validates Codog plugin and skill manifest files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandManifest ¶
type Report ¶
type Report struct {
Kind string `json:"kind"`
Action string `json:"action"`
Status string `json:"status"`
Source string `json:"source"`
Workspace string `json:"workspace"`
Commands int `json:"commands"`
Tools int `json:"tools"`
Agents int `json:"agents"`
Skills int `json:"skills"`
CommandManifests []CommandManifest `json:"command_manifests"`
ToolManifests []tools.ToolInfo `json:"tool_manifests"`
AgentManifests []agentdefs.Definition `json:"agent_manifests"`
SkillManifests []SkillManifest `json:"skill_manifests"`
}
type SkillManifest ¶
Click to show internal directories.
Click to hide internal directories.