You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document With.Akka.forRelease parameters and add usage guidance
- Update CLAUDE.md to direct users to README.md as authoritative source
- Update version references from 1.0.0/1.2.0 to 1.2.4
- Document all With.Akka.forRelease boolean parameters in README.md
- Add note for riddl-server-infrastructure dependents about transitive deps
- Include examples for basic and full-featured Akka configurations
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CLAUDE.md
+36-5Lines changed: 36 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,20 @@
1
1
# sbt-ossuminc Plugin Guide for Claude Code
2
2
3
-
This file provides specific guidance for working with the sbt-ossuminc plugin. For general ossuminc organization patterns, see `../CLAUDE.md` (parent directory).
3
+
This file provides specific guidance for working with the sbt-ossuminc plugin.
4
+
For general ossuminc organization patterns, see `../CLAUDE.md` (parent
5
+
directory).
6
+
7
+
**IMPORTANT:** For comprehensive usage documentation, configuration options,
8
+
and examples, see `README.md` in this directory. This CLAUDE.md provides a
9
+
quick reference; the README is the authoritative source.
4
10
5
11
## Project Overview
6
12
7
-
SBT plugin providing build infrastructure and configuration helpers for Ossum Inc. projects. Defines declarative project types and configuration options used across all Scala projects in the organization.
13
+
SBT plugin providing build infrastructure and configuration helpers for Ossum
14
+
Inc. projects. Defines declarative project types and configuration options
15
+
used across all Scala projects in the organization.
8
16
9
-
**Current version: 1.0.0** (updated Jan 2026)
17
+
**Current version: 1.2.4** (updated Jan 2026)
10
18
11
19
## Project Types Provided
12
20
@@ -68,13 +76,36 @@ SBT plugin providing build infrastructure and configuration helpers for Ossum In
0 commit comments