summaryrefslogtreecommitdiffhomepage
path: root/lib/dispatch/adapter/tester.rb
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-04-29 21:41:30 +0900
committerAdam Malczewski <[email protected]>2026-04-29 21:41:30 +0900
commit96c1f21fa66a0bd87e91b213dce84e8497932de9 (patch)
tree548c2b02bba46d2c1f0d465aa72f4d4d22e42339 /lib/dispatch/adapter/tester.rb
parent3f9836fda60f26d856e3621a36ce1f4555c69f4c (diff)
downloaddispatch-adapter-tester-main.tar.gz
dispatch-adapter-tester-main.zip
add claude supportmain
Diffstat (limited to 'lib/dispatch/adapter/tester.rb')
-rw-r--r--lib/dispatch/adapter/tester.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dispatch/adapter/tester.rb b/lib/dispatch/adapter/tester.rb
index 966ef43..7872066 100644
--- a/lib/dispatch/adapter/tester.rb
+++ b/lib/dispatch/adapter/tester.rb
@@ -6,6 +6,7 @@ require_relative "tester/version"
require_relative "tester/errors"
require_relative "tester/step"
require_relative "tester/playbook"
+require_relative "tester/playbooks/claude"
module Dispatch
module Adapter