Skip to content

Commit 0274ebe

Browse files
CosmoHacclaude
andcommitted
docs: add v11.1.2 section to README "What's New"
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 959710b commit 0274ebe

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ $ roam diff # blast radius of uncommitted changes
6464

6565
## What's New in v11
6666

67+
### v11.1.2 -- SQL + Scala Tier 1, 27 Languages
68+
- **SQL DDL promoted to Tier 1** with dedicated `SqlExtractor` -- tables, columns, views, functions, triggers, schemas, types (enums), sequences, ALTER TABLE ADD COLUMN. Foreign keys produce graph edges; views and triggers reference source tables. Database-schema projects now work with `roam health`, `roam layers`, `roam impact`, `roam coupling` and all graph commands.
69+
- **Scala promoted to Tier 1** with dedicated `ScalaExtractor` -- classes, traits, objects, case classes, sealed hierarchies, val/var properties, type aliases, imports, and inheritance. Full `extends` + `with` trait mixin resolution.
70+
- **27 languages** with 16 dedicated Tier 1 extractors.
71+
- `server.json` for official MCP Registry submission.
72+
6773
### v11.1.1 -- Command Quality Audit
6874
- **Full command audit**: all 139 commands reviewed for usefulness, duplicates, and test coverage. ~20 bugs fixed, 21 new test files (700+ tests), every command docstring updated with cross-references to related commands.
6975
- **Kotlin promoted to Tier 1** via new YAML-based declarative extractor architecture. Classes, interfaces, enums, objects, functions, methods, properties, and inheritance fully extracted.

0 commit comments

Comments
 (0)