Skip to content

Commit a798560

Browse files
finish rename
1 parent ba3fd94 commit a798560

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
- `temporal-shaded`: prepackaged version of the SDK with shaded dependencies.
99
- `temporal-spring-boot-autoconfigure`: Spring Boot auto configuration.
1010
- `temporal-kotlin`: Kotlin DSL for the SDK.
11-
- `extensions/temporal-opentracing`: OpenTracing interceptor integration.
12-
- `extensions/temporal-spring-ai`: Spring AI integration.
11+
- `contrib/temporal-opentracing`: OpenTracing interceptor integration.
12+
- `contrib/temporal-spring-ai`: Spring AI integration.
1313

1414
## General Guidance
1515
- Avoid changing public API signatures. Anything under an `internal` directory

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ include 'temporal-sdk'
55
include 'temporal-testing'
66
include 'temporal-test-server'
77
include 'temporal-opentracing'
8-
project(':temporal-opentracing').projectDir = file('extensions/temporal-opentracing')
8+
project(':temporal-opentracing').projectDir = file('contrib/temporal-opentracing')
99
include 'temporal-kotlin'
1010
include 'temporal-spring-ai'
11-
project(':temporal-spring-ai').projectDir = file('extensions/temporal-spring-ai')
11+
project(':temporal-spring-ai').projectDir = file('contrib/temporal-spring-ai')
1212
include 'temporal-spring-boot-autoconfigure'
1313
include 'temporal-spring-boot-starter'
1414
include 'temporal-remote-data-encoder'

0 commit comments

Comments
 (0)