Skip to content

Commit 16bcbba

Browse files
reid-spencerclaude
andcommitted
Save session state
Preserve current working state of build configuration and notebook. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0314f39 commit 16bcbba

5 files changed

Lines changed: 19 additions & 3 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ hs_err_pid*
99
.scalafmt.conf
1010
.scalafmt.conf.etag
1111
/task/
12+
13+
# Claude Code transient files
14+
.claude/*
15+
!.claude/skills/
16+
!.claude/skills/**

NOTEBOOK.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Engineering Notebook: RIDDL IntelliJ IDEA Plugin
22

3+
## Incoming Tasks
4+
5+
**At session start**, check the `task/` directory for pending
6+
work requests from other projects. Each `.md` file describes a
7+
task (e.g., dependency upgrade). Treat unresolved tasks as to-do
8+
items unless already completed (verifiable from this notebook,
9+
CLAUDE.md, or git log). After completing a task, append results
10+
to the task file and note completion in this notebook.
11+
12+
---
13+
314
## Current Status
415

516
**Version**: 0.9.0-beta (released 2026-01-21)

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sbt.*
44
object V {
55
val lang3 = "3.14.0"
66
val opentest4j = "1.3.0"
7-
val riddl = "1.8.0"
7+
val riddl = "1.12.3"
88
val scalatest = "3.2.19"
99
val scopt = "4.1.0"
1010
val slf4j = "2.0.4"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.12.0
1+
sbt.version=1.12.3

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// GitHub Packages resolver for sbt-ossuminc
22
resolvers += "GitHub Packages" at "https://maven.pkg.github.com/ossuminc/sbt-ossuminc"
33

4-
addSbtPlugin("com.ossuminc" % "sbt-ossuminc" % "1.3.2")
4+
addSbtPlugin("com.ossuminc" % "sbt-ossuminc" % "1.3.5")
55

66
// Note: sbt-idea-plugin is included in sbt-ossuminc 1.2.0 (version 5.0.4)
77

0 commit comments

Comments
 (0)