Module: TheLocal

Defined in:
lib/the_local.rb,
lib/the_local/cli.rb,
lib/the_local/sync.rb,
lib/the_local/agent.rb,
lib/the_local/scope.rb,
lib/the_local/author.rb,
lib/the_local/format.rb,
lib/the_local/railtie.rb,
lib/the_local/refresh.rb,
lib/the_local/version.rb,
lib/the_local/registry.rb,
lib/the_local/installer.rb,
lib/the_local/interface.rb,
lib/the_local/front_matter.rb,
lib/the_local/disk_providers.rb,
lib/the_local/provider_check.rb,
lib/the_local/trigger_writer.rb,
lib/generators/the_local/install_generator.rb,
lib/generators/the_local/provider_generator.rb,
sig/the_local.rbs

Overview

Resident Claude Code expert subagents ("locals"), contributed by the gems and app a host depends on and installed into the host's .claude/agents/.

Defined Under Namespace

Modules: DiskProviders, Format, Generators, Refresh, Scope Classes: Agent, Author, CLI, Error, FrontMatter, Installer, Interface, Provider, ProviderCheck, Railtie, Registry, Sync, TriggerWriter

Constant Summary collapse

VERSION =

Returns:

  • (String)
"0.4.0"

Class Method Summary collapse

Class Method Details

.registryObject



19
20
21
# File 'lib/the_local.rb', line 19

def registry
  @registry ||= Registry.new
end

.reset!Object



23
24
25
# File 'lib/the_local.rb', line 23

def reset!
  registry.clear
end