class

Hwaro::CLI::Commands::Tool::AgentsMdCommand

Inherits Reference / Object

Constants

DESCRIPTION = "Generate or update AGENTS.md file"
FLAGS = [FlagInfo.new(short: nil, long: "--remote", description: "Generate lightweight version with links to online docs"), FlagInfo.new(short: nil, long: "--local", description: "Generate full embedded reference (default)"), FlagInfo.new(short: nil, long: "--write", description: "Write to AGENTS.md file instead of stdout"), FlagInfo.new(short: "-f", long: "--force", description: "Overwrite existing file without confirmation"), HELP_FLAG]
NAME = "agents-md"

Single source of truth for command metadata

POSITIONAL_ARGS = [] of String
POSITIONAL_CHOICES = [] of String

Class methods

metadata
Source

Instance methods

run(args : Array(String))
Source