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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.