docs

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2025 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &cli.Command{
	Name:        "agents",
	Usage:       "Manage AI assistant documentation",
	Description: "Agents and manage documentation files for AI coding assistants",
	Commands: []*cli.Command{
		{
			Name:        "generate",
			Usage:       "Agents AGENTS.md file",
			Description: "Generates AGENTS.md file from base template and optional custom content",
			Action:      cmdtools.Wrap(Agents),
		},
	},
}

Command is the sub-command for managing AI assistant documentation.

Functions

func Agents

func Agents(_ context.Context, input cmdtools.CommandInput) error

Agents creates the AGENTS.md file at the project root by combining the base template with optional custom content from docs/.

Types

This section is empty.

Jump to

Keyboard shortcuts

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