Skip to content

Commit bde9719

Browse files
reid-spencerclaude
andcommitted
Save session state
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9c0788e commit bde9719

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 @@
99
*.egg-info/
1010
__pycache__/
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: ossum.tech
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
Documentation site is complete and deployed at https://ossum.tech.

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lazy val root = Root(
2020
With.Scala3.configure(version = Some("3.7.4"))
2121
).settings(
2222
resolvers += "GitHub Package Registry" at "https://maven.pkg.github.com/ossuminc/riddl",
23-
libraryDependencies += "com.ossuminc" %% "riddl-language" % "1.7.0",
23+
libraryDependencies += "com.ossuminc" %% "riddl-language" % "1.12.3",
2424

2525
// Extract RIDDL grammar by compiling and running ExtractGrammar
2626
extractGrammar := {

project/build.properties

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// GitHub Packages resolver for sbt-ossuminc
22
resolvers += "GitHub Package Registry" 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")

0 commit comments

Comments
 (0)