Skip to content

Commit 522c32c

Browse files
committed
Fix slight inaccuracy in CLAUDE instructions
1 parent 44bc98c commit 522c32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The `Appose` class provides static factory methods for creating environments:
151151

152152
- **Dependencies in pom.xml must stay in sync** with the classpath construction in `Environment.java:130-138`
153153
- When adding Appose dependencies, update both locations
154-
- The project uses scijava-pom-parent, which provides standard Maven lifecycle configuration
154+
- The project uses the pom-scijava parent POM, which provides standard Maven lifecycle configuration
155155
- Shared memory implementations are platform-specific; changes should be tested on Linux, macOS, and Windows
156156
- Worker scripts must be single expressions for task results, or must populate `task.outputs["result"]` explicitly
157157
- Builder classes are type-safe and builder-specific (no generic `include()` / `channel()` methods on base `Builder` interface)

0 commit comments

Comments
 (0)