Class: BundlerSkills::AgentRegistry::Agent

Inherits:
Struct
  • Object
show all
Defined in:
lib/bundler_skills/agent_registry.rb

Overview

key : config name (‘agents:` entries match this) skills_subdir: output directory relative to the project root markers : any of these existing means “this agent is in use”

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



15
16
17
# File 'lib/bundler_skills/agent_registry.rb', line 15

def key
  @key
end

#markersObject

Returns the value of attribute markers

Returns:

  • (Object)

    the current value of markers



15
16
17
# File 'lib/bundler_skills/agent_registry.rb', line 15

def markers
  @markers
end

#skills_subdirObject

Returns the value of attribute skills_subdir

Returns:

  • (Object)

    the current value of skills_subdir



15
16
17
# File 'lib/bundler_skills/agent_registry.rb', line 15

def skills_subdir
  @skills_subdir
end