manifests

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2026 License: MIT Imports: 5 Imported by: 0

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 CommandManifest struct {
	Name        string `json:"name"`
	Usage       string `json:"usage"`
	Description string `json:"description"`
	Implemented bool   `json:"implemented"`
	Enabled     bool   `json:"enabled"`
	Hidden      bool   `json:"hidden"`
}

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"`
}

func Build

func Build(workspace string, configHome string, registry *tools.Registry) (Report, error)

type SkillManifest

type SkillManifest struct {
	Name   string `json:"name"`
	Path   string `json:"path"`
	Source string `json:"source"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL