File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99* .egg-info /
1010__pycache__ /
1111/task /
12+
13+ # Claude Code transient files
14+ .claude /*
15+ ! .claude /skills /
16+ ! .claude /skills /**
Original file line number Diff line number Diff line change 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
516Documentation site is complete and deployed at https://ossum.tech .
Original file line number Diff line number Diff 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 := {
Original file line number Diff line number Diff line change 1- sbt.version =1.12.1
1+ sbt.version =1.12.3
Original file line number Diff line number Diff line change 11// GitHub Packages resolver for sbt-ossuminc
22resolvers += " 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 " )
You can’t perform that action at this time.
0 commit comments