Languages — Coverage Roadmap

Coverage Roadmap

What’s covered, what’s deferred. Updated as tiers complete.

Decision log

  • 2026-05-06 — User selected Tier 1 (Top ~25) with web-first sourcing + citations. Tiers 2 and 3 deferred; structure below makes them easy to pick back up.

Tier 1 — Top 25 (in progress / completed)

Source basis: TIOBE 2026 + Stack Overflow Developer Survey 2025 + GitHub Octoverse 2025.

#LanguageStatus
1Pythonpending
2JavaScriptpending
3TypeScriptpending
4Javapending
5Cpending
6C++pending
7C#pending
8Gopending
9Rustpending
10Swiftpending
11Kotlinpending
12Rubypending
13PHPpending
14Scalapending
15Dartpending
16Elixirpending
17Haskellpending
18Clojurepending
19F#pending
20Luapending
21Rpending
22Juliapending
23Zigpending
24Nimpending
25Crystalpending
26OCamlpending

Tier 2 — Deferred (next batch)

When approved, add: Perl, Erlang, Racket, Common Lisp, Scheme, Fortran, COBOL, Ada, Pascal, Prolog, Tcl, Groovy, Bash, PowerShell, SQL dialects, V, Odin, Roc, Gleam, Pony, Idris, Lean, Coq, Agda, Smalltalk.

Estimated effort: similar pattern (parallel agent fetch + write), another session.

Tier 3 — Deferred (encyclopedic)

When approved, add an index of 200+ languages with one-line summary + link to syntax sample. This is more of a discovery aid than a learning resource.

Source basis: GitHub language stats, Wikipedia list of programming languages.

Cross-cutting notes (deferred — useful add-ons)

  • Memory models comparison (GC vs RC vs ownership vs manual)
  • Type system spectrum (dynamic ↔ gradual ↔ static ↔ dependent)
  • Concurrency model spectrum (threads / actors / CSP / async / STM)
  • Build/package manager comparison
  • Macro / metaprogramming comparison
  • “If you know X, learn Y next” graph

Maintenance

  • Re-fetch official docs & update latest_version per note every ~6 months.
  • When a language note is read by an agent and the agent finds it stale, log via obsidian-research log with the language name + what was wrong, so the next maintenance pass catches it.

Update — 2026-05-06T23:55:29.174Z (claude-code)

Tier 1 — COMPLETE (2026-05-06)

All 26 notes written and indexed. Verified via obsidian-research.mjs list --path Languages.

#LanguageFileNotes
1Pythonpython.mdPython 3.14 (2025-10-07) — PEP 779 free-threaded, t-strings, subinterpreters
2JavaScriptjavascript.mdES2025; Node 24 LTS / 26 Current; V8 internals
3TypeScripttypescript.mdTS 6.0.3 stable; TS 7.0 Beta (Go-based “Corsa” compiler) 2026-04-21
4Javajava.mdJDK 25 LTS (2025-09-16); JDK 26 (2026-03-17); virtual threads, FFM, Leyden, Valhalla
5Cc.mdC23 (ISO/IEC 9899:2024 published 2024-10-31); _BitInt, nullptr, constexpr
6C++cpp.mdC++23 (ISO/IEC 14882:2024); C++26 in progress
7C#csharp.mdC# 14 / .NET 10 LTS; C# 15 preview
8Gogo.mdGo 1.26.2 (2026-04); 1.26.0 released 2026-02-10
9Rustrust.mdRust 1.95.0 (2026-04-16)
10Swiftswift.mdSwift 6.3.1 (2026-03-24)
11Kotlinkotlin.mdKotlin 2.3.21 (2026-04)
12Rubyruby.mdRuby 4.0.3; YJIT/Prism/Ractors
13PHPphp.mdPHP 8.5 (released ~2025-11; agent flagged a date-echo artifact, see caveats)
14Scalascala.mdScala 3.8.3 / 3.3.7 LTS / 2.13.18
15Dartdart.mdDart 3.11
16Elixirelixir.mdElixir 1.19.5 (2025-10); set-theoretic types
17Haskellhaskell.mdGHC 9.12.4 (2026-03); Haskell 2010
18Clojureclojure.mdClojure 1.12.4 (2025-12); JVM/CLJS/CLR
19F#fsharp.mdF# 10 with .NET 10 (2025-11)
20Lualua.mdLua 5.4.8 (2025-06) and 5.5.0 (2025-12); LuaJIT
21Rr.mdR 4.6.0 (2026-04-24)
22Juliajulia.mdJulia 1.12.6 (2026-04)
23Zigzig.mdZig 0.16.0 (2026-04-13)
24Nimnim.mdNim 2.2.10 (2026-04-24)
25Crystalcrystal.mdCrystal 1.20.1 (2026-04)
26OCamlocaml.mdOCaml 5.4.1; multicore + effects

Caveats from this batch (worth re-verifying on next maintenance pass)

  • PHP 8.5 — agent noted the official php.net page returned a release date matching today’s date (2026-05-06), looked like model-echo. Note records release as ~2025-11 (normal November cadence). Verify on the next pass via php.net/downloads.php.
  • Ruby 4.0.3 — release date not on the downloads page; date field left blank.
  • C++ — cppreference 403 — WebFetch was blocked by cppreference.com; agent fell back to isocpp.org/std/status + Wikipedia for version/feature claims. cppreference is still cited as the canonical reference URL.

What’s next (when approved)

  • Tier 2 (~25 more): Perl, Erlang, Racket, Common Lisp, Scheme, Fortran, COBOL, Ada, Pascal, Prolog, Tcl, Groovy, Bash, PowerShell, SQL dialects, V, Odin, Roc, Gleam, Pony, Idris, Lean, Coq, Agda, Smalltalk.
  • Tier 3 (encyclopedic, 200+): one-line + link per language, sourced from GitHub language stats + Wikipedia list of programming languages.
  • Cross-cutting notes: memory models, type system spectrum, concurrency model spectrum, build/package manager comparison, macro/metaprogramming comparison, “if you know X, learn Y next” graph.

To resume Tier 2, the same parallel-agent pattern works: 5 agents x 5 languages each. Total wall-clock ~15-20 min based on this batch.

Update — 2026-05-07T00:21:01.329Z (claude-code)

Tier 2 — COMPLETE (2026-05-07)

All 25 notes written, indexed, and verified. Library now totals 51 languages.

#LanguageFileNotes
27Perlperl.mdPerl 5.42.2; signatures + native class; XS / FFI::Platypus; B::Concise / Devel::NYTProf
28Erlangerlang.mdOTP 28.5; BEAM/BeamAsm JIT; OTP behaviors; NIFs + dirty schedulers; parse transforms
29Racketracket.mdRacket 9.1; syntax-parse; #lang language-oriented programming; Typed Racket
30Common Lispcommon-lisp.mdANSI X3.226-1994 + SBCL 2.6.4; CLOS+MOP; condition system; save-lisp-and-die
31Schemescheme.mdR7RS-small (2013); R7RS-large in progress; call/cc + delimited continuations; nanopass
32Fortranfortran.mdFortran 2023 (ISO/IEC 1539:2023); coarrays; do concurrent; PDTs; iso_c_binding
33COBOLcobol.mdCOBOL 2023 (ISO/IEC 1989:2023); GnuCOBOL 3.2; gcobol in GCC 15 (Apr 2025)
34Adaada.mdAda 2022 (ISO/IEC 8652:2023); SPARK + GNATprove; tasks/protected/entries; Ravenscar
35Pascalpascal.mdFree Pascal 3.2.4 RC (2025-06); trunk 3.3.1; Lazarus + LCL; cross-compilation
36Prologprolog.mdSWI-Prolog 10.0.0 (2025-12); ISO 13211-1:1995; DCG; CLP(FD); tabling; CHR; Janus
37Tcltcl.mdTcl 9.0.3 (2025-11); breaking changes from 8.x; TclOO; Critcl; embedding
38Groovygroovy.mdGroovy 5.0 on JDK 11+ (build needs JDK 17); AST transforms; Spock; Gradle DSL
39Bashbash.mdBash 5.3 (2025); ${ command; } value-substitution (no fork); ShellCheck
40PowerShellpowershell.mdPS 7.4 LTS on .NET 8 (7.4.15); legacy 5.1; runspaces + ForEach-Object -Parallel
41SQLsql.mdISO/IEC 9075:2023 (adds JSON type + Part 16 SQL/PGQ); single note covering 5 major dialects
42Vv.mdV 0.5.1 (2026-03-09); pre-1.0; autofree WIP; comptime via $if/$for; v translate
43Odinodin.mddev-2026-05 (2026-05-04); no semver; allocator-as-context; where clauses
44Rocroc.mdalpha4-rolling; Rust→Zig compiler rewrite in flight; platform/effect-handler split
45Gleamgleam.mdv1.16.0 (2026-04-24); strongest stability story; targets BEAM AND JS; no macros (by design)
46Ponypony.mdponyc 0.63.4 (2026-05-02); 6 reference capabilities; ORCA distributed GC; data-race-free at compile time
47Idrisidris.mdIdris 2 v0.8.0 (2025-10); Quantitative Type Theory; multi-backend (Chez/Racket/Node/JS)
48Leanlean.mdLean 4 + mathlib4; FBIP ref-counting compiler; macro/elaborator framework
49Coq (Rocq)coq.mdRenamed Rocq 2025-05; Ltac + Ltac2; Prop/Set/Type universes; MetaCoq; CompCert lineage
50Agdaagda.mdAgda 2.8.0 (2025-07); stdlib 2.3 (2025-08); Cubical Agda; most expressive reflection API
51Smalltalksmalltalk.mdPharo 13.x (2025); image-based live programming; becomeForward:; Iceberg git; Bloc/Roassal

Caveats from this batch (worth re-verifying on next maintenance pass)

  • Coq → Rocq rename — corrected 2026-05-07: announcement was 2023-10-11; official rename completed with Rocq 9.0.0 release on 2025-03-12. Slug stays coq for canonical addressing; title is “Coq (Rocq) — Reference”; rename callout updated in coq.
  • Roc has TWO compilers in parallel (Rust LLVM-backed alpha4 + Zig rewrite with diverging syntax) — note describes both architectures.
  • Tcl 9 — meaningful breaking changes vs 8.x (unqualified namespace var lookup, no tilde expansion, fatal I/O encoding errors). Worth a heads-up for any agent porting Tcl 8 scripts.
  • Bash 5.3${ command; } value-substitution (captures stdout WITHOUT forking) is genuinely new and worth knowing.
  • SQL:2023 — added JSON data type to Foundation + Part 16 (SQL/PGQ Property Graph Queries) — recent enough that few dialects implement it yet.

What’s left (still deferred)

  • Tier 3 (encyclopedic 200+): one-line + link per language, sourced from GitHub stats + Wikipedia list of programming languages. Fundamentally an index, not a learning resource.
  • Cross-cutting notes: memory models comparison, type system spectrum (dynamic ↔ gradual ↔ static ↔ dependent), concurrency model spectrum (threads / actors / CSP / async / STM), build/package manager comparison, macro/metaprogramming comparison, “if you know X, learn Y next” graph.

To resume Tier 3: pattern likely changes — Tier 3 is best built as a single big list note + a small batch of agents doing 40 langs each (one-paragraph each). Cross-cutting notes are best done by a single focused agent that has access to all 51 existing notes for cross-referencing.

Update — 2026-05-07T11:30:04.953Z (claude-code)

Cross-cutting notes — COMPLETE (2026-05-07)

All 6 cross-cutting comparison notes written and indexed. Library structure now:

  • 51 per-language notes (Tier 1 + Tier 2)
  • 6 cross-cutting comparison notes (the SYNTHESIS layer)
  • 3 framework files (_index, _schema, _roadmap)
  • Total: 60 files in Languages/
Cross-cutting noteTopic
_compare_memory_models.mdMemory models comparison (manual / RAII / ownership / refcaps / RC / GC / image-based)
_compare_type_systems.mdType system spectrum (dynamic → gradual → static → dependent + variance, linearity, set-theoretic)
_compare_concurrency.mdConcurrency model spectrum (threads / actors / CSP / async / STM / coroutines / data-parallel)
_compare_metaprogramming.mdMacros / decorators / codegen / reflection / type-level computation comparison
_compare_build_tools.mdPackage managers + build tools per language; what good tooling looks like
_learn_next.mdDirected recommendation graph: “if you know X, learn Y to gain Z” for each of 51 langs

Build process notes

  • First attempt used 3 parallel sub-agents; all 3 hit ECONNRESET API errors mid-task. Zero saves before failure.
  • Recovery: wrote all 6 inline in the main session via temp-file pattern. Robust, complete, took longer.

What’s left (still deferred)

  • Tier 3 (encyclopedic 200+ language index): one-line + link per language, sourced from GitHub stats + Wikipedia list of programming languages. Different shape from Tier 1/2 — fundamentally an index, not a learning resource. Best decomposed into language families (10-15 notes covering 200+ langs in a tabular format) rather than 1 note per language.

To launch Tier 3, the structure question is whether to use:

  1. One big _tier3_index.md note with all 200+ in tables grouped by family.
  2. One folder Languages/Tier3/ with ~10-15 family-grouped notes (Lisps, MLs, BASICs, esoteric, mainframe, hardware, etc.).
  3. Per-language slug (200+ tiny notes), same as Tier 1/2 but much less depth each.

Recommendation: option 2 — folder of family-grouped notes. Easier to query, easier to extend, doesn’t bloat the top-level Languages/ folder.

Update — 2026-05-07T12:09:57.535Z (claude-code)

Tier 3 — COMPLETE (2026-05-07)

13 family-grouped index notes saved in Languages/Tier3/. ~310 languages catalogued across the family tables (not counting the 51 already in deep notes).

Library now totals 74 files and 588 indexed chunks:

  • 3 framework files (_index, _schema, _roadmap)
  • 51 deep per-language notes (Tier 1 + Tier 2)
  • 6 cross-cutting comparison notes
  • 14 Tier 3 files (family _index + 13 family notes)

Tier 3 family note inventory

FileFamilyApprox count
Tier3/lisps.mdLisp dialects beyond CL/Scheme/Racket/Clojure~30
Tier3/ml-and-fp.mdML family + extended FP beyond Haskell/OCaml/F#/Roc/Gleam~22
Tier3/basics-and-teaching.mdBASIC + Smalltalk variants + teaching/visual~44
Tier3/mainframe-legacy.mdPL/I, RPG, REXX, ABAP, Progress 4GL, etc.~24
Tier3/hdl.mdVerilog, VHDL, Chisel, Amaranth, etc.~17
Tier3/gpu-and-shaders.mdCUDA, GLSL, WGSL, Triton, Mojo, etc.~18
Tier3/scientific.mdMATLAB, Mathematica, APL, Stan, Modelica, etc.~27
Tier3/config-and-dsl.mdNix, Dhall, HCL, Starlark, build DSLs~25
Tier3/query.mdDatalog, Cypher, GraphQL, KQL, JQ, etc.~22
Tier3/esoteric.mdBrainfuck, Befunge, code-golf langs~22
Tier3/forth-and-concatenative.mdForth, PostScript, Joy, Factor~18
Tier3/logic-and-constraint.mdDatalog, miniKanren, Mercury, ASP family~17
Tier3/experimental-and-cross-host.mdCarbon, Mojo, blockchain langs, transpiled-to-JS~28

Build process

  • 5 parallel sub-agents launched, each handling 2-3 family notes
  • All 5 succeeded on first attempt (unlike the cross-cutting batch where all 3 hit ECONNRESET)
  • Total wall-clock: ~5 minutes for the parallel agents + 1 minute for the index file

Coverage gaps and intentional omissions

Documented in _index. Highlights:

  • Markup-only formats (HTML/JSON/YAML standalone) — not languages.
  • Per-game scripting (UnrealScript, Wren, Pawn) — could be a future family note.
  • Embedded/firmware (TinyGo, MicroPython) — could be a future family note.
  • Spreadsheet languages (Excel LAMBDA, M, DAX) — could be a future family note.

Library complete

The original ask “find every current programming language … categorize and store in vault” is fully addressed:

  • ~360 languages catalogued (51 deep + ~310 indexed in family notes)
  • 74 files in the vault
  • 588 chunks indexed for semantic search
  • All accessible to any agent on this machine via obsidian-research.mjs query / read / list

Future maintenance

  • Re-fetch official docs and update latest_version per deep note every ~6 months
  • When agents discover stale info, log via obsidian-research log with the language name + what was wrong
  • Optional next family notes documented in _index under “Suggested next family notes”

Update — 2026-05-07 (expansion pass — 7 new family notes + maintenance)

Original library was 74 files; expansion added 7 family-index notes and 4 maintenance fixes. Library now 81 files, 20 family indexes, ~440 catalogued languages (51 deep + ~390 in family notes — was ~310).

New family notes added

#FamilyFileApprox count
14Game scriptingTier3/game-scripting.md~15
15Embedded / firmwareTier3/embedded-firmware.md~17
16Spreadsheet languagesTier3/spreadsheet.md~18
17AI / agent / prompt languagesTier3/ai-prompt-languages.md~18
18Notation / specification / verificationTier3/notation-spec.md~19
19Music / audio synthesisTier3/music-audio.md~18
20Visual / dataflowTier3/visual-dataflow.md~22

Maintenance fixes applied

  • PHP 8.5 — release date pinned to 2025-11-20 (was “2025-11” with caveat) — verified via https://www.php.net/releases/8.5/en.php.
  • Ruby 4.0.3 — confirmed correct (released 2026-04-21 — note matches reality, no edit needed).
  • Coq → Rocq rename — corrected dates: announced 2023-10-11, finalized with Rocq 9.0.0 on 2025-03-12 (was “2025-05-14” — that URL/date appears to have been hallucinated).
  • Tcl 9.0 breaking changes — confirmed deep note already covers all four items in Gotchas (unqualified namespace var lookup, tilde expansion, fatal I/O encoding errors, tcl_precision deprecation). No fix needed.

Build process

  • 7 parallel sub-agents launched in background, all completed successfully on first attempt (no ECONNRESET this time)
  • Maintenance fixes done inline via Edit tool while agents ran
  • Total wall-clock: ~4 minutes parallel + ~1 minute index updates

Verification

After saves:

  • obsidian-research.mjs index re-run for semantic search
  • Test queries against new family notes confirmed they’re discoverable via --hybrid search

What’s left after this pass

Library is again “complete” in the sense that the original ask is satisfied. Future-only items:

  • Robotics/control DSLs family note (RDL, KRL, ROS launch)
  • Document/typesetting family note (TeX, LaTeX, Typst, Pollen)
  • Smart-contract DSL specialization (could split from experimental-and-cross-host)
  • Six-month version refresh on all 51 deep notes (still scheduled for ~2026-11)

Update — 2026-05-09 (fourth Tier 3 expansion pass)

Added 4 more family-index notes: theorem-prover-dsls, regex-flavors, math-notation, game-engine-scripting. Library now 93 files, 32 family indexes, ~745 catalogued languages (51 deep + ~694 in family notes — was ~640).

New family notes added

#FamilyFileApprox count
29Theorem-prover DSLs (Ltac/Ltac2, Lean macros, Isar, Mizar, MetaCoq, CoqHammer, Sledgehammer)Tier3/theorem-prover-dsls.md~27
30Regex flavors (PCRE2, RE2, .NET, Java, JS /v, Python, POSIX BRE/ERE, Vim, Hyperscan)Tier3/regex-flavors.md~22
31Mathematical / proof notation (TeX/LaTeX, MathML, AsciiMath, Wolfram, Typst, OpenMath, TikZ)Tier3/math-notation.md~26
32Game-engine scripting & level description (Quake .map, Source FGD/VMF, Unity prefabs, Unreal Blueprint, USD)Tier3/game-engine-scripting.md~30

Notable findings flagged this pass

  • Coq → Rocq rename now fully complete: Rocq Prover 9.0 shipped 2025-03-12, Ltac2 promoted into rocq-core. Deep note already current.
  • Lean 4 grind tactic (v4.25, 2025-11-14) added interactive grind => ... mode and show_splits / finish? / non-commutative semiring support — biggest mathlib4-adjacent tactic of late 2025.
  • JS /v flag confirmed: ES2024, V8 11.2 / Chrome 112 / Safari 17 / Node 20 — set notation regex.
  • .NET 7’s RegexOptions.NonBacktracking (MSR derivative-based) and [GeneratedRegex] source-generator are RE2-class guarantees in .NET — recent enough that few codebases use it yet.
  • Counter-Strike 2 ships THREE scripting systems (cs_script JS, VScript2 TS, Pulse visual) — Pulse is Valve’s first first-party visual-scripting solution.
  • Blueprint → UnrealScript-VM bytecode: the literal UE3 UnrealScript VM lives on inside UE5/5.6 powering Blueprint via FKismetCompilerVMBackend. The “nativise to C++” experiment was deprecated in UE5.
  • Verse is the planned UE6 unification language per Tim Sweeney; targeted 2027–2028. UE 5.7 (2026) is the last UE5-line release.
  • Oniguruma archived April 2025; Onigmo (the Ruby fork) continues as the canonical engine for Ruby regex.
  • TeXmacs 2.1.5 (2026-03-17) is the current mathematical-WYSIWYG editor with Qt6 default.
  • Wolfram Language v14.3 launched 2025-08; the InputForm/StandardForm/FullForm three-form architecture is the cleanest separation of parsing/display/term-tree of any system surveyed.

Build process

  • 4 parallel sub-agents launched in background, all completed successfully on first attempt
  • Total wall-clock: ~7 minutes parallel + ~1 minute index updates
  • No ECONNRESETs this round

What’s left after this pass

The library is now extremely deep in coverage. Tier 3 _index updated to reflect 32 families. Remaining suggested gaps (smaller, more niche):

  • Hardware low-level encoding (x86/ARM/RISC-V assembly dialects, GAS/MASM/NASM/FASM, ELF/PE/Mach-O notation)
  • Constraint / SMT input formats (DIMACS CNF, SMT-LIB 2.6, MiniZinc, ASPCore-2)
  • Educational pseudo-code dialects (CIE/AQA/IB CS exam pseudocode)
  • Codec / signal-processing DSLs (SOUL, Cmajor, FFmpeg filter graphs)
  • Six-month deep-note version refresh still scheduled for ~2026-11

Update — 2026-05-09 (fifth Tier 3 expansion pass — assembly)

Added the assembly-and-encoding family-index note. Library now 94 files, 33 family indexes, ~780 catalogued languages (51 deep + ~729 in family notes — was ~745).

New family note

#FamilyFileApprox count
33Assembly & low-level encoding (17 ISA dialects + 8 assemblers + 10 binary/debug formats)Tier3/assembly-and-encoding.md~35

Notable findings flagged this pass

  • RISC-V RVA23 profile ratified 2024-10-21 — vector + hypervisor now mandatory. Source: riscv.org.
  • WebAssembly 3.0 released 2025-09 with GC, exnref exception handling, Memory64, and tail calls.
  • NASM 3.00 (2025-10) — first major assembler with full Intel APX + AVX10 support; the long-stable 2.x series finally bumped. Anyone using NASM should know about the 3.x boundary.
  • Intel APX spec at v8 (2025-07); kernel patches still landing H2 2025; first silicon not in next-gen but next-next-gen.
  • DWARF 6 still working draft; latest snapshot 2025-05-05; DWARF 5 (2017) remains production-canonical.
  • IBM z17 GA 2025-06-18 with Telum II.
  • ARMv9.6-A announced 2024-10 with SME structured-sparsity improvements.
  • Zilog officially EOL’d the Z80 in April 2024 with last orders mid-2024 — the 8-bit retro/educational dialect is now post-silicon.
  • MIPS post-bankruptcy (2021-03) is now a Tallwood VC entity that has pivoted to RISC-V cores.
  • DWARF expressions are formally Turing-completeDW_OP_* includes branches and arithmetic, so .debug_loc sections contain compiled DWARF programs. Worth a deeper deep-dive someday.
  • eBPF Foundation funded $100k in formal-verification grants in 2025 — unusual organisational backing for a kernel feature.

Build process

  • Single sub-agent in background, completed first try
  • Wall-clock: ~5 minutes for the agent + ~1 minute for index/roadmap updates
  • 7 caveats flagged at bottom of the note for unverifiable items (MASM version stream, FASM 2 vs FASMg, DWARF 6 ratification, PE/COFF spec versioning, Intel HEX canonical URL, MIPS 2026 status, “is eBPF really assembly”)

What’s left after this pass

  • Constraint / SMT input formats (DIMACS CNF, SMT-LIB 2.6, MiniZinc, FlatZinc, ASPCore-2)
  • Educational pseudo-code dialects (CIE/AQA/IB CS exam pseudocode)
  • Codec / signal-processing DSLs (SOUL, Cmajor, FFmpeg filter graphs)
  • Optional split-out of DWARF expressions as a Turing-complete sub-DSL
  • Six-month deep-note version refresh still scheduled for ~2026-11

Update — 2026-05-09 (sixth Tier 3 expansion pass — final niche batch)

Added 4 more family-index notes: constraint-and-smt-input, exam-pseudocode, codec-and-dsp, dwarf-expressions. Library now 98 files, 37 family indexes, ~872 catalogued languages (51 deep + ~821 in family notes — was ~780).

New family notes added

#FamilyFileApprox count
34Constraint / SMT / SAT input languagesTier3/constraint-and-smt-input.md~40
35Educational exam pseudocodeTier3/exam-pseudocode.md~19
36Codec / DSP / signal-processingTier3/codec-and-dsp.md~17
37DWARF expressions & debug-info sub-DSLsTier3/dwarf-expressions.md~16

Notable findings flagged this pass

  • SMT-LIB roadmap: 2.6 (current, latest revision 2021-05-12), 2.7 draft (2025-02-05), 3.0 in design — bigger refresh wave coming.
  • MiniZinc 2.9.7 (2026-04-30 release) is current.
  • DRAT/LRAT/FRAT chain emerged after the 2016 “Schur five-coloring” SAT proof had a 200TB resolution proof that nobody could check by eye — formal proof-format trust crisis is a real story.
  • CP-SAT’s cp_model.proto is the first protobuf-native solver input format in widespread use.
  • AP CSA went fully digital in May 2025 (Bluebook sandbox) — students now type-and-run real Java in the exam itself, dissolving the pseudocode/code distinction for AP CSA.
  • CIE 9618 (2026 cycle) doubled down on strict Pascal-flavoured pseudocode against the Python-takeover trend — fresh 2026 Teachers’ Guide PDF (697401-2026).
  • AP CSP, IB CS Diploma, NCEA are quietly letting Python become the answer language alongside pseudocode.
  • CLRS pseudocode is arguably the most-read pseudocode dialect on Earth despite never appearing on an exam — every CS grad student internalises it.
  • Knuth TAOCP “pseudocode” is fundamentally different (numbered-step English prose paired with MIX/MMIX assembly listings) from CLRS — they’re stylistically nothing alike yet both called “textbook pseudocode.”
  • FFmpeg 8.1.1 (2026-05-04) is current; FFmpeg filter-graph syntax has more lines deployed in production than any music DSL by orders of magnitude despite no formal language identity outside libavfilter/graphparser.c.
  • VST3 SDK is now MIT-licensed (GPLv3 + Steinberg-proprietary withdrawn) — a meaningful licensing pivot for plugin developers.
  • SOUL (ROLI) deprecated 2022 after ROLI’s collapse; Cmajor (SoundStacks, Storer + Ferrari) is the named spiritual successor — split between SoundStacks/cmajor and cmajor-lang/cmajor GitHub orgs; cmajor.dev is canonical.
  • DWARF 6 working draft snapshot 2025-05-05 confirmed at sourceware.org. libdwarf 2.3.1 released 2026-03-04. GCC has begun emitting DW_AT_language_name / DW_AT_language_version for DWARF 6.
  • Turing-completeness of DWARF expressions is precise: DW_OP_bra + DW_OP_skip give bounded loops; full Turing-completeness requires DW_OP_call_ref (cross-CU recursion).
  • CodeView and Mach-O __compact_unwind are both officially undocumented — LLVM and community reverse-engineering serve as de-facto specs.
  • WebAssembly DWARF and AMDGPU heterogeneous DWARF extend the family beyond CPU/OS combinations.

Frontmatter count corrections applied inline

  • constraint-and-smt-input.md: languages_catalogued: 28 → 40 (agent’s initial estimate was for narrower scope; expanded during writing)
  • exam-pseudocode.md: languages_catalogued: 18 → 19 (off-by-one from CIE 9618 + 0478 separate rows)

Build process

  • 4 parallel sub-agents in background, all completed first try
  • Wall-clock: ~5 minutes parallel + ~1 minute index/roadmap updates
  • No ECONNRESETs

What’s left after this pass

The Tier 3 library is now extremely comprehensive at 37 families / ~872 languages. Remaining suggested gaps are deep-niche (chatbot intent DSLs, bibliographic citation formats, crystallography/biology file-format languages, GPS/geo-spatial DSLs). Six-month deep-note version refresh still scheduled for ~2026-11.

Update — 2026-05-10 (seventh Tier 3 expansion pass — deep-niche batch)

Added 4 more family-index notes: chatbot-intent-dsls, citation-formats, bio-fileformats, geospatial. Library now 102 files, 41 family indexes, ~977 catalogued languages (51 deep + ~926 in family notes — was ~872).

New family notes added

#FamilyFileApprox count
38Chatbot intent / NLU / voice-assistant DSLsTier3/chatbot-intent-dsls.md~22
39Bibliographic citation & scholarly metadataTier3/citation-formats.md~24
40Bioinformatics & life-sciences file formatsTier3/bio-fileformats.md~28
41Geo-spatial / GPS / cartographyTier3/geospatial.md~31

Notable findings flagged this pass

Chatbot intent / NLU:

  • LUIS retirement extended to 2026-03-31 (portal access ended 2025-10-31); the “deprecated 2023” framing undersold how long migration friction extended the long-tail.
  • Bot Framework Composer archived 2025-07-09 on GitHub.
  • Power Virtual Agents → Copilot Studio rebrand was 2023-11-15.
  • Twilio Autopilot retired 2023 (not 2024).
  • Rasa Pro 2026 is on CALM (Conversational AI with Language Models, GA 2024) using flows.yml as the new authoring substrate; Stories/Rules are now legacy formats.
  • OpenAI gpt-realtime went GA late 2025 with remote MCP and SIP phone calling.
  • VoiceXML is the survivor: telephony/IVR still requires it because regulatory + reliability rule out LLM-only.

Citation formats:

  • CSL 1.0.2 (2021-10-22) still current.
  • JATS v1.4 = ANSI/NISO Z39.96-2024, published 2024-10-31.
  • MARC 21 Update No. 41 — Dec 2025 (twice-yearly cadence).
  • DataCite kernel 4.7 released 2026-03-03; CrossRef deposit schema 5.4.0 current.
  • OpenAlex introduced usage-based pricing 2026-02; OpenCitations COCI at ~450M citation links (2026-02-17).
  • BibLaTeX CTAN package last updated 2026-05-09.
  • Added BIBFRAME 2.0 as the LoC linked-data successor to MARC.

Bio file formats:

  • PDB → mmCIF transition is phased, not “deprecated 2024”: mmCIF was mandatory for crystallographic deposits in 2019; extended 5-character IDs distributed mmCIF-only since 2024-2026; full retirement of 4-character IDs is scheduled 2027-07-21. Brief had this wrong; corrected in note.
  • VCF 4.5 is currently a draft on hts-specs; v4.4 widely deployed.
  • InChI 1.07 approved 2024-07-16; MIT-licensed since v1.07.1 (Aug 2024).
  • Biopython 1.87 released 2026-03-30.
  • SELFIES still actively developed (extensions to polymers/crystals/reactions in progress).
  • htslib 1.23.1 current; CRAM 3.1 stable since ~2022.

Geo-spatial:

  • MapLibre Style Spec v8 current (forked from MapBox after 2020 license change).
  • OpenDRIVE 1.8.1 (2024-11-21), 1.9.0 (2026-03-11) released.
  • OpenSCENARIO DSL 2.2.0 (2026-03-19); DSL/XML split announced 2024-01.
  • NMEA 0183 v4.30 (Dec 2023, replacing 4.11 from 2018) — still alive after 40+ years.
  • OGC API – Maps 1.0.0 published 2024.
  • GeoPackage 1.4.0 is GDAL 3.11+ default.
  • 3D Tiles 1.1 OGC Community Standard 2022-12-17.
  • CityGML 3.0 Conceptual Model 2021-09-13, GML encoding 2023.
  • KML 2.3 (2015) is still current OGC version — no 3.0 successor.
  • GeoJSON RFC 7946 (2016) still authoritative.
  • bio-fileformats.md referenced non-existent [[Languages/Tier3/markup-and-tree]]; rerouted to [[Languages/Tier3/api-description]] (the schema-description note that legitimately covers PhyloXML/mzML/HUPO-PSI XML infrastructure).
  • geospatial.md referenced non-existent [[Languages/xml]]; rerouted to [[Languages/Tier3/api-description]] for the same reason.

Build process

  • 4 parallel sub-agents in background, all completed first try.
  • Wall-clock: ~5 minutes parallel + ~1 minute index/roadmap + cross-link fixes.
  • No ECONNRESETs.

What’s left after this pass

The library is at 41 families / ~977 catalogued languages. Remaining gap candidates are even more specialised: industrial-automation protocol DSLs (OPC UA address-space, Modbus register-maps, MQTT/Sparkplug B), configuration-management state-DSLs (Puppet/Chef/Ansible/Salt), internationalization/locale DSLs (CLDR LDML, ICU MessageFormat, gettext, Fluent), calendar/scheduling DSLs (iCalendar/RRULE/JSCalendar/vCard). Six-month deep-note version refresh still scheduled for ~2026-11.

Update — 2026-05-10 (eighth Tier 3 expansion pass — operational/protocol/spec DSLs)

Added 4 more family-index notes: industrial-automation, config-management, i18n-locale, calendar-scheduling. Library now 106 files, 45 family indexes, ~1077 catalogued languages.

New family notes added

#FamilyFileApprox count
42Industrial automation / OT protocolsTier3/industrial-automation.md~26
43Configuration-management state DSLsTier3/config-management.md~25
44i18n / localization / locale-data DSLsTier3/i18n-locale.md~24
45Calendar / scheduling / recurrence DSLsTier3/calendar-scheduling.md~25

Notable findings flagged this pass

Industrial automation:

  • OPC UA 1.05.07 released 2026-04-21; cert 1.03 sunsets end-2026.
  • Sparkplug 3.0 ratified ISO/IEC 20237:2023 — fast trip from spec to ISO standard.
  • AAS metamodel IDTA-01001 v3.0.2 (March 2025); API v3.1.2.
  • MQTT 5.0 = OASIS standard since 2019-03-07.
  • DNP3-SAv6 (2020) added optional encryption to IEEE 1815-2012 baseline.
  • IEC 61850 Edition 2.1 Revision C is the current valid revision.
  • FDI (IEC 62769) embeds rather than replaces EDDL.

Config management:

  • Puppet OSS disaster (Nov 2024): Perforce changed Puppet OSS licensing/release cadence, breaking the community. OpenVox community fork first release 2025-01-21 (Vox Pupuli maintainer).
  • Puppet 8 / Puppet Enterprise 2025.10.0 is current commercial release (March 2026); Perforce announced new “Latest / Latest-1” lifecycle taking effect August 2026.
  • Ansible Core 2.19.5 (2026-01-23); 2.21 RCs underway.
  • Chef Infra Server (OSS) EOL November 2026 — Progress pushing Chef 360 SaaS.
  • Salt rebranded VCF SaltStack under Broadcom; commercial support through Oct 2028.
  • CFEngine 3.27 LTS released 2026-01-09.
  • Talos Linux 1.10.x: dropped cgroupsv1, added UserVolumeConfig.
  • Pyinfra 3.8.0 released May 2026.

i18n / locale:

  • MessageFormat 2.0 reached Stable in CLDR 47 (March 2025); now LDML Part 9 normative. Refined further in CLDR 48.
  • CLDR 48 (Oct 2025) paired with Unicode 17 + ICU 78. CLDR 49 in Survey-Tool General Submission since 2026-04-29.
  • ICU 78.3 released 2026-03-17.
  • XLIFF 2.2 OASIS Specification 2025-03-13 with new Plural/Gender/Select Module; XLIFF 2.1 became ISO 21720:2024 (July 2024).
  • Apple Localizable.xcstrings introduced Xcode 15 (2023); now default for new strings.
  • TMX frozen at 1.4b (2005) since LISA dissolved 2011; under GALA / Creative Commons.
  • TBX 3.0 = ISO 30042:2019.
  • Mozilla Fluent: 60% more Fluent strings landed in Firefox in 2025 vs 2024; moz-l10n unified library effort ongoing.

Calendar / scheduling:

  • IANA tzdata 2026b (2026-04-22) is current; 2026a (March 2026) had a Moldova DST correction.
  • JSContact RFC 9553 published May 2024 with RFC 9554 vCard ↔ JSContact mapping.
  • JSCalendar 2.0 in late draft (calext-jscalendarbis-15), intended publication August 2026.
  • JMAP for Calendars still Internet-Draft (draft-26 expires May 2026); Fastmail ships production support.
  • Microsoft EWS officially deprecated in favour of Microsoft Graph (announced retirement 2026).
  • Cron variants: Quartz 7-field (seconds + year), AWS EventBridge 6-field with ? mutual-exclusion, Kubernetes/GitHub Actions classic 5-field.

Frontmatter count corrections applied inline

  • config-management.md: languages_catalogued: 24 → 25 (off-by-one in initial estimate vs. final table count).

Build process

  • 4 parallel sub-agents in background, all completed first try.
  • Wall-clock: ~5 minutes parallel + ~1 minute index/roadmap updates.
  • No ECONNRESETs.

What’s left after this pass

The library now spans 45 families / ~1077 catalogued languages. Plausible remaining deep-niche gaps:

  • Automotive / on-vehicle DSLs (AUTOSAR ARXML, OBD-II / J1939 PGN tables, LIN, FlexRay, Vector CANdb / DBC)
  • Print / publishing layout DSLs (PostScript, PCL, AFP, IPDS — distinct from document-typesetting)
  • Music notation interchange (MusicXML, MEI, ABC notation, LilyPond, Humdrum **kern — distinct from creative music-audio)
  • Accessibility / ARIA pattern DSLs (WAI-ARIA, EPUB Accessibility, PAC checkpoints)

Six-month deep-note version refresh still scheduled for ~2026-11.

Update — 2026-05-10 (ninth Tier 3 expansion pass — domain-specific batch)

Added 4 more family-index notes: automotive-onvehicle, print-page-description, music-notation, accessibility-aria. Library now 110 files, 49 family indexes, ~1183 catalogued languages.

New family notes added

#FamilyFileApprox count
46Automotive / on-vehicle DSLsTier3/automotive-onvehicle.md~26
47Print / page-description / printer-controlTier3/print-page-description.md~28
48Music notation interchange & score-encodingTier3/music-notation.md~26
49Accessibility / ARIA / conformance DSLsTier3/accessibility-aria.md~26

Notable findings flagged this pass

Automotive:

  • AUTOSAR R24-11 (2024-11-27) added the Automotive API Gateway functional cluster — speaks VISS natively, formal AUTOSAR/COVESA convergence point.
  • MISRA C:2025 is the first major safety standard to formally address AI-generated code (held to the same compliance bar).
  • ISO 13400-2:2025 Edition 3 (DoIP, June 2025) added TLS, firewall, and status monitoring.
  • MISRA C++:2023 (179 rules, merged with AUTOSAR C++14).
  • IEEE 802.1DG-2025 TSN Automotive Profile published.
  • J1939DA-202409 (Sept 2024) covers ~1,800 PGNs and 12,000+ SPNs.
  • CiA 610-1 (CAN-XL) published 2024.
  • W3C Auto WG closed 2024-02; VISS v3 work moved to COVESA.

Print / page-description:

  • Microsoft January 2026 deprecation of legacy V3/V4 print drivers in favour of IPP — major industry shift.
  • PDF 2.0 (ISO 32000-2:2020) reviewed and confirmed in 2026; Amendment 1.2 in CD draft.
  • PDF/UA-2 (ISO 14289-2) published December 2024.
  • ICC.1:2022 (v4.4.0.0) current; ICC.2/iccMAX = ISO 20677.
  • ZPL II Programming Guide P1134473-10EN Rev A (April 2026 copyright).
  • IPP Everywhere v2.0 stable-draft as of 2026-04-30; PWG 5100.12-2024 IPP/2.x Fourth Edition.
  • XJDF (JDF 2.0) at 440pp vs JDF 1.x’s 1000pp — significant simplification.
  • PostScript wired to forth-and-concatenative for its stack-based heritage.

Music notation:

  • Finale was discontinued by MakeMusic in 2024 — major incumbent removed, MuseScore 4.7 (beta) is the leading open-source alternative.
  • MusicXML 4.0 (June 2021) remains current; MusicXML 4.1 roadmap in progress in 2026 under editor Karim Ratib.
  • MEI 5.1 maintenance release current with German Lute Tablature additions.
  • LilyPond 2.26.0 cut 2026-04-21 with Cairo backend; 2.24.4 stable line.
  • MNX still in active draft as of April 2026 — bi-weekly W3C Music Notation CG meetings; .mnx.json extension; ID-encoding rules just frozen.
  • SMF2 / MIDI Clip File (.midi2) released May 2023 alongside MIDI 2.0.
  • MuseScore Studio 4.7 in beta as of Feb 2026.

Accessibility / ARIA:

  • WAI-ARIA 1.2 is the current W3C Rec (2023-06-06); WAI-ARIA 1.3 still WD with editor’s draft activity Feb 2026.
  • WCAG 3.0 March 2026 update introduced 174 requirements (renamed from “outcomes”); still years from Rec.
  • EPUB Accessibility 1.1 reached W3C Rec on 2024-10-17; 1.1.1 is a WD (March 2025).
  • EN 301 549 v3.2.1 still references WCAG 2.1 AA — v4 with WCAG 2.2 in progress; European Accessibility Act enforcement began 2025-06-28.
  • Revised Section 508 (USA) still pegged to WCAG 2.0 AA in 2026 — legal references can’t float.
  • PDF/UA-2 (ISO 14289-2) published December 2024.
  • TTML2 Dubbing/Audio Description Profiles updated to CR in 2025; IMSC Text 1.3 in CR-Snapshot (2025).
  • SSML 1.1 (2010) and PLS 1.0 (2008) remain unrevised but still honoured by every major TTS engine including AI-voice — clean “frozen but alive” standard.
  • automotive-onvehicle.md referenced non-existent [[Languages/xml]]; rerouted to [[Languages/Tier3/api-description]].
  • accessibility-aria.md referenced non-existent [[Languages/html]], [[Languages/css]], and [[Languages/xml]]; consolidated under javascript (web-platform layer) and api-description (XML schema infrastructure).

Build process

  • 4 parallel sub-agents in background, all completed first try.
  • Wall-clock: ~5 minutes parallel + ~1 minute index/roadmap + cross-link fixes.

What’s left after this pass

The library now spans 49 families / ~1183 catalogued languages. Plausibly remaining very-deep-niche candidates:

  • Identity/auth/policy DSLs (SAML XML, OIDC, OPA Rego, AWS IAM, XACML, Cedar)
  • Network protocol description / packet DSLs (P4, NPL, Wireshark dissector Lua, Snort/Suricata rules)
  • Game-data DSLs distinct from game-engine-scripting (Ink, Yarn dialogue, ren’py screen, Articy:draft)
  • Process/workflow modelling at scale (BPMN 2.0, CMMN, DMN, ArchiMate, EPC, UML XMI)

Six-month deep-note version refresh still scheduled for ~2026-11.

Update — 2026-05-10 (tenth Tier 3 expansion pass — security/network/narrative/process batch)

Added 4 more family-index notes: identity-auth-policy, network-protocol-dsls, game-data-narrative, process-modelling. Library now 114 files, 53 family indexes, ~1290 catalogued languages.

New family notes added

#FamilyFileApprox count
50Identity / authentication / authorization policy DSLsTier3/identity-auth-policy.md~28
51Network protocol description & packet DSLsTier3/network-protocol-dsls.md~28
52Game-data / interactive-fiction / narrative DSLsTier3/game-data-narrative.md~26
53Business-process / workflow / EA modellingTier3/process-modelling.md~25

Notable findings flagged this pass

Identity / auth / policy:

  • OPA v1.0 released early 2025 — promoted if/contains to default keywords, dropped import rego.v1 requirement.
  • Kyverno graduated CNCF on 2026-03-16 alongside the 10-year anniversaries of Cilium / Envoy / Falco / Jaeger. Kyverno 1.18 (May 2026) was its first post-graduation release.
  • OpenFGA moved from CNCF Sandbox to Incubating on 2025-10-28.
  • WebAuthn Level 3 is a Candidate Recommendation Snapshot dated 2026-01-13.
  • Cedar added policy-store aliases + named policies in April 2026; remains the only widely-deployed policy language with a Lean-verified evaluator.
  • XACML 4.0 Committee Specification Draft 01 published February 2026 — not deprecated, modernising.
  • OAuth 2.1 still draft (draft-ietf-oauth-v2-1-15, expires Sept 2026).
  • Polar/Oso pivot: legacy oso OSS library deprecated; Polar lives only inside Oso Cloud (commercial).

Network protocol DSLs:

  • P4_16 v1.2.5 stable + v1.5.0 working draft (Feb 2026).
  • NPL is functionally a Broadcom-only escape hatch after Intel exited the Tofino business in 2022 — open question about who builds the next generation of programmable switch silicon.
  • Suricata 8.0.4 / 7.0.15 LTS (March 2026); Snort 3.12.1.0 with Talos rule API bump (2026-03-16).
  • nftables is now default backend on Debian 10+, Ubuntu 20.10+, RHEL 8+, Fedora 18+; iptables in legacy maintenance.
  • eBPF 2026 features: BPF Arena, BPF token; Cilium default eBPF CNI on GKE/EKS/AKS.
  • HTTP/2 obsoleted by RFC 9113; HTTP/3 = RFC 9114 (June 2022).
  • RFC 9325 (2022) supersedes RFC 7525 as TLS BCP.

Game-data / narrative:

  • Yarn Spinner 3.1 shipped December 2025 with async dialogue runner + option fallthrough; 2026 roadmap includes Visual Novel Kit + native Unreal support.
  • Inform 7 v10.2.0 core compiler current; open-sourced April 2022 with v10.1.0; Windows 10.1.2 update Feb 2026.
  • Ren’Py 8.5.2 (Jan 2026); 8.5.3 prerelease April 2026.
  • Articy:draft X major update August 2025 (voiceover prototyping plugin); macOS launch April 2025.
  • Harlowe 4 in development (unstable build May 2025).
  • Tracery as the bag-of-grammars generative-narrative micro-DSL is still alive in Twitter-bot and small-game communities.
  • The narrative-vs-chatbot boundary blurring in 2025-2026 with LLM-NPC tooling consuming Yarn/Ink as scaffolding.

Process modelling:

  • DMN 1.6 beta is OMG-listed as current (brief said 1.5 — corrected).
  • ArchiMate 4 released 2026-04-27 (was “in development” — outdated).
  • SysML v2 + KerML 1.0: final adoption 2025-07-21, published 2025-09-03. SysML 1.6 (Dec 2019) now in legacy maintenance.
  • BPMN 2.0.2 (Jan 2014, ISO/IEC 19510:2013) still current; BPMN 2.1 in development.
  • Argo Workflows v4.0 GA 2026-02-04; v4.0.5 latest stable as of late April 2026.
  • Camunda 8 dropped CMMN; Flowable is one of the few engines still implementing CMMN.

Build process

  • 4 parallel sub-agents in background, all completed first try.
  • Wall-clock: ~5 minutes parallel + ~1 minute index/roadmap.
  • All four agents successfully avoided Languages/xml, Languages/html, Languages/css broken cross-links per the explicit hard rule.

What’s left after this pass

The library now spans 53 families / ~1290 catalogued languages. Remaining gap candidates are increasingly specialised industry-vertical DSLs:

  • Education / learning content (SCORM, xAPI, IMS QTI, LTI, H5P)
  • Healthcare / clinical (HL7 v2 + FHIR, DICOM, CDA, SNOMED CT, OpenEHR archetypes, OMOP CDM)
  • Survey / experiment / questionnaire (Qualtrics QSF, REDCap data dictionaries, ODK XForms)
  • Insurance / financial regulation (FpML, FIX, SWIFT MT/MX, ISO 20022, ACORD, XBRL)

Six-month deep-note version refresh still scheduled for ~2026-11.

Update — 2026-05-10 (eleventh Tier 3 expansion pass — industry-vertical batch)

Added 4 more family-index notes: learning-content, healthcare-clinical, survey-questionnaire, financial-regulatory. Library now 118 files, 57 family indexes, ~1399 catalogued languages.

New family notes added

#FamilyFileApprox count
54Education / learning-content / e-LearningTier3/learning-content.md~27
55Healthcare / clinical / medical informaticsTier3/healthcare-clinical.md~28
56Survey / questionnaire / experimentTier3/survey-questionnaire.md~24
57Financial / regulatory / insuranceTier3/financial-regulatory.md~30

Notable findings flagged this pass

Education / learning content:

  • xAPI 2.0 = IEEE 9274.1.1-2023 (2023-10-10).
  • QTI 3.0 Final (2022-05-11); Open Badges 3.0 (2024-05-29) and CLR 2.0 (2024) both aligned with W3C VC Data Model 2.0.
  • CASE 1.1 (2025-04-02). OneRoster 1.2 (Sept 2022). Ed-Fi 5.2 (Dec 2024).
  • A4L (formerly SIFA) + PESC Joint Venture announced 2024 — meaningful school-data standards consolidation.
  • ADL has pivoted away from SCORM (no successor planned) toward xAPI/cmi5; SCORM 2004 4th Ed remains the de facto authoring-tool default in 2026 due to network-effect lock-in.
  • 1EdTech (renamed from IMS Global, 2022) is the consortium maintainer.

Healthcare / clinical:

  • FHIR R6 in active ballothl7.fhir.core#6.0.0-ballot4 generated 2026-05-06; first fully Normative ANSI ballot of FHIR.
  • HL7 v2.9.1 (2024) is the latest v2 — brief had v2.9 outdated.
  • DICOM 2026b (2026-03-27). SNOMED CT now on monthly cadence; January 2026 edition deprecated CNC indicators.
  • ICD-11: only ~14 countries actively reporting; US has no implementation date; NHS hasn’t committed.
  • C-CDA R2.1 regulatory adoption period expired 2026-01-01; C-CDA 5.0.0 ballot on FHIR in development.
  • CMS-0057-F operational provisions Jan 2026 / API compliance Jan 2027.
  • TEFCA: 11 designated QHINs in 2026; USCDI v3 mandatory from 2026-01-01.
  • FHIR Shorthand 3.0.0 + SUSHI 3.18.1 (March 2026).
  • CDISC: SDTM v1.4/IG 3.2, ADaM v2.1/IG 1.1, ODM-XML 1.3.2, Define-XML 2.1.10 (Oct 2025) all current.

Survey / questionnaire:

  • REDCap 17.0.2 (April 2026) added AI-assisted features (translation, summarisation, writing-tone) moving onto Qualtrics XM iQ’s turf.
  • CDISC ODM v2.0 (released 2023, breaking compatibility with 1.3.2) is mid-migration across most commercial EDCs — biggest 2026 ecosystem event in this family.
  • KoboCollect Android 8 cutoff in 2026 forces hardware refresh in humanitarian deployments.
  • jsPsych 8.2.3 (Feb 2026, 8.x is a complete core rewrite).
  • PsychoPy 2026.1.3 (Mar 30, 2026); 2026.2.0 expected fall with Apple Silicon support.
  • OpenSesame 4.1.9 “Neonatal Nightingale” (Feb 23, 2026).
  • SurveyJS v3.0 targeted Q1 2026 with UI Preset Editor.

Financial / regulatory:

  • SWIFT MT-to-MX cutover completed 2025-11-22 on FINplus for cross-border payments. Translation tool incurs penalty fees from Jan 2026. Further harmonisation release scheduled 2026-11-16 (removes unstructured postal addresses).
  • FpML 5.13 is current ISDA Recommendation; CDM Translate 2.0 shipped Q4 2025 in CDM 7-dev.
  • MISMO 3.6.2 is current.
  • ACORD GRLC Generation 2.0 launched 2025-04-10 — adds JSON Schema alongside XML.
  • Fedwire Funds migrated to ISO 20022 in July 2025; FedNow ISO 20022-native since launch July 2023; CHIPS converted in 2025.
  • CIPS revised rules effective 2026-02-01 (RTGS for single transactions, batch net otherwise).
  • EBA / EIOPA / ECB DPM Alliance signed April 2024; current EIOPA Insurance DPM/Taxonomy 2.8.2 (June 2025) for Solvency II.
  • ANSI X12 008060 published Jan 2025; HIPAA-mandated implementation guides at 008060 completed Sept 2025. EDI is not dying — hybrid EDI/API is the actual pattern.
  • FIX Orchestra 1.1 RC2 published Nov 2024; RC3 in progress.

Build process

  • 4 parallel sub-agents in background, all completed first try.
  • Wall-clock: ~6 minutes parallel + ~1 minute index/roadmap.
  • All four agents avoided broken Languages/xml/html/css cross-links per the explicit hard rule.

What’s left after this pass

The library now spans 57 families / ~1399 catalogued languages. Plausible remaining specialised vertical DSLs:

  • Government / civic-tech (Akoma Ntoso, OSCAL, STIX/TAXII, CSAF, VEX)
  • Cryptography / key-handling (PGP/GPG syntax, Mozilla SSL Config Generator, Ansible Vault, sops, age, KMS policy DSLs, PKCS#11)
  • Genealogy / heritage (GEDCOM, GEDCOM-X, FHISO)
  • Construction / BIM (IFC, CIS/2, gbXML, COBie, BCF)

Six-month deep-note version refresh still scheduled for ~2026-11.

Update — 2026-05-10 (twelfth Tier 3 expansion pass — specialised vertical batch)

Added 4 more family-index notes: government-civictech, cryptography-keys, genealogy, construction-bim. Library now 122 files, 61 family indexes, ~1508 catalogued languages.

New family notes added

#FamilyFileApprox count
58Government / civic-tech / cyber-complianceTier3/government-civictech.md~30
59Cryptography / key-handling / secret-managementTier3/cryptography-keys.md~32
60Genealogy / family-historyTier3/genealogy.md~20
61Construction / Building-Information-ModellingTier3/construction-bim.md~27

Notable findings flagged this pass

Government / civic-tech:

  • CSAF 2.0 became ISO/IEC 20153 in May 2025 — procurement-tipping moment.
  • CycloneDX 1.6 is now an ECMA standard (ECMA-424), parallel to SPDX’s ISO status.
  • MITRE ATT&CK v19 (April 2026) — split Defense Evasion into Stealth + Defense Impairment.
  • SPDX 3.0.1 (Aug 2025); MISP v2.5.37 (May 2026); DCAT-AP 3.0.1 aligned with W3C DCAT 3 Recommendation (Aug 2024).
  • NIEMOpen transitioned to OASIS, community-run since Oct 2025; v6.0 in progress.

Cryptography / keys:

  • OpenPGP RFC 9580 (July 2024) obsoletes 4880/5581/6637. LibrePGP fork (still active) is the first real OpenPGP split since 1998 — GnuPG 2.4.x is NOT tracking RFC 9580; interop between RFC-9580 keyrings and GnuPG can fail silently.
  • OASIS KMIP 3.0 CSD01 (Aug 2024); public review Sept 2024.
  • OASIS PKCS#11 v3.2 (Nov 2025), succeeding v3.1 (July 2023).
  • SOPS v3.12.2 (Mar 2026, CNCF Sandbox since 2023); age v1.3.x current.
  • Cosign v3.0 with bundles default-on (2025); TUF 6.0 (2025-03-11) with attestation bundles.
  • SLSA v1.1 latest Approved Specification, v1.2 in flight.
  • TPM 2.0 Library v185 (March 2026) added Firmware-Limited Objects.
  • HashiCorp Vault 1.20.x GA (June 2025), IBM-stewarded.
  • RFC 9579 (May 2024) retired the legacy PKCS#12 v1 KDF in favour of PBKDF2/PBMAC1.
  • DSSE (Dead Simple Signing Envelope) is the actual signature wrapper under in-toto/SLSA/Sigstore, replacing JWS for canonicalisation reasons.
  • Sigstore keyless-signing adoption wave: Homebrew (May 2024) → PyPI (Nov 2024) → Maven Central (Jan 2025) → NVIDIA NGC (July 2025); Debian/RPM ecosystem still the gap.

Genealogy:

  • GEDCOM 7.0.18 current; 7.0.16 (March 2025), 7.0.17 (Feb 2026); 7.1 working draft on GitHub.
  • GEDCOM 5.5.1 still dominant despite GEDCOM 7 being out 5 years — network-effect lock-in. webtrees explicitly targets 5.5.1 + supports only a “very small list” of G7 tags on read.
  • Gramps 6.0.4 (Aug 2025); Family Tree Maker 2024 (Software MacKiev, May 2025).
  • 23andMe filed Chapter 11 in March 2025 — raw-data download still active mid-2026 but at-risk; vendor-lock-in alarm bell for consumer DNA data. GEDmatch (Verogen → Qiagen) remains the cross-vendor comparison hub of record.
  • PAF (Personal Ancestral File) discontinued 2013, last update 2002.

Construction / BIM:

  • IFC 4.3 = ISO 16739-1:2024 (approved 4 Jan 2024); IFC 4.3.2 docs current. Brought rail/road/bridge/ports into openBIM scope.
  • IFC 5 alpha; Core Project Plan vote closed 8 Aug 2025.
  • IDS 1.0 official 2024-06-01 — supersedes mvdXML for BIM information requirements.
  • BCF 3.0 current with Documents folder addition.
  • gbXML 8.01 current.
  • Brick Schema 1.4.4 (2025-05-01); Brick merged with RealEstateCore in 1.4.0.
  • ISO 19650 P1-3 revisions in public consultation since 2026-03-10, expected 2027.
  • OpenStudio 3.11.0 + EnergyPlus 25.2.0 (2026).
  • CIM XML (IEC 61970) is the electrical-grid CIM, easily confused with generic BIM.

Build process

  • 4 parallel sub-agents in background, all completed first try.
  • Wall-clock: ~5 minutes parallel + ~1 minute index/roadmap.
  • All four agents avoided broken Languages/xml/html/css cross-links per the explicit hard rule.

What’s left after this pass

The library is at 61 families / ~1508 catalogued languages — approaching saturation. Remaining gap candidates are increasingly niche:

  • Aerospace / defence (STANAG, DDS/RTI, MIL-STD-1553/1760, ARINC 429/664/AFDX, CCSDS, STEP AP242, JAUS)
  • Translation / NLP / corpus annotation (TEI, CoNLL/CoNLL-U, Universal Dependencies, OPUS, ELAN/Praat, BRAT/WebAnno, FrameNet, PropBank)
  • Retail / supply-chain / GS1 (EPCIS, EDIFACT D.96A, VICS EDI, GS1 Digital Link)
  • Sport / athletics / fitness data (TCX, FIT, Garmin/ANT+, StatsBomb, Opta)

Six-month deep-note version refresh still scheduled for ~2026-11.

Update — 2026-05-10 (thirteenth Tier 3 expansion pass — frontier vertical batch)

Added 4 more family-index notes: aerospace-defence, nlp-corpus, retail-supplychain, sport-fitness. Library now 126 files, 65 family indexes, ~1625 catalogued languages.

New family notes added

#FamilyFileApprox count
62Aerospace / defence / avionics / space-systemsTier3/aerospace-defence.md~32
63NLP / corpus / linguistic annotationTier3/nlp-corpus.md~28
64Retail / supply-chain / GS1 / commerceTier3/retail-supplychain.md~26
65Sport / athletics / fitness dataTier3/sport-fitness.md~31

Notable findings flagged this pass

Aerospace / defence:

  • FACE Technical Standard Edition 3.2 is current; Editions 1.x and 2.0.x sunset 2026-06-14.
  • SOSA Edition 2.0 Snapshot 3 released June 2025.
  • AIXM 5.2 released January 2025; 5.1.1 still underpins current ICAO data-coding specs.
  • STEP AP242 Edition 3 = ISO 10303-242:2025; Edition 4 in development.
  • FIXM 4.3.0 is the standard for FF-ICE/R1 — Europe rollout Jan 2026, Asia-Pacific Q3 2026.
  • Link 22 fielded by 26 nations as of 2025; significant French Navy operational milestones in Feb–Apr 2025.
  • DDS 1.4 core remains current (April 2015); evolution via companion specs (DDSI-RTPS 2.5, DDS-Security 1.2, DDS-XTypes 1.3).
  • OMG IDL 4.2 (March 2018) current.
  • ARINC 661 Part 2 Supplement 2 expected Oct 2026.
  • EUROCONTROL ASTERIX CAT 062 Edition 1.21 (June 2025), CAT 021 Edition 2.7 (July 2025).
  • AADL is at AS5506C (Jan 2017, AADL v2.2); AADL v3 in development.
  • DO-178C (2011/2012) remains the certification standard — no DO-178D.

NLP / corpus:

  • TEI P5 4.11.0 (2026-02-18).
  • Universal Dependencies v2.17 (May 2026, 23rd release, 200+ treebanks across 100+ languages); STREUSLE merged into MISC column.
  • ELAN 7.1 (2026-04-08); Praat 6.4.64 (2026-04-17).
  • spaCy 3.8.14 (2026-03-29), v4 still in development.
  • WebAnno archived → INCEpTION active (commits as recent as Feb 2026).

Retail / supply-chain:

  • EPCIS 2.0 ratified GS1 June 2022, ISO/IEC 19987:2024 published 2024-03-22.
  • UBL 2.4 OASIS Standard published 2024-06-20 (= ISO/IEC 19845).
  • Peppol BIS Billing 3.0 November 2025 release; mandatory in Belgium B2B from 2026-01-01.
  • Factur-X 1.0.8 / ZUGFeRD 2.4 effective 2026-01-15 (added sub-line items).
  • Sunrise 2027: Tesco first UK supermarket to drop UPCs (April 2026).
  • DSCSA small-dispenser exemption ends 2026-11-27.
  • EUDR postponed December 2025 to apply 2026-12-30.
  • OAGIS 10.12 (June 2025); PIES 8.0 / ACES 5.0 (2026-04-02); ETIM 11.0 release planning approved Jan 2026.

Sport / fitness:

  • FIT SDK 21.202.0 released 2026-04-28 (21.200.0 on 2026-04-09 added Python encoder + new manufacturer IDs).
  • Google Fit REST API end-of-service scheduled end-of-2026; new signups closed 2024-05-01; Health Connect Jetpack 1.1.0 stable.
  • Apple HealthKit iOS 19 (WWDC 2025) unified workout-session APIs across iPhone/iPad/Watch and added HKExportSession (10 GB bulk export).
  • Fitbit app rebrands as “Google Health” on 2026-05-19; cross-platform ingest (Apple Watch, Garmin, WHOOP, Oura) rolls out later 2026.
  • StatsBomb Open Data last refreshed 2026-02-22 (now “Hudl StatsBomb” since 2024 Hudl acquisition).
  • Opta marks 30 years in 2026 (Stats Perform’s flagship); 2026 Opta Forum at the British Museum.
  • Android 16 added FHIR medical records support to Health Connect.

Frontmatter count corrections applied inline

  • sport-fitness.md: languages_catalogued: 22 → 31 (agent’s initial estimate was for narrower scope; family naturally split into 4 sub-domains).

Build process

  • 4 parallel sub-agents in background, all completed first try.
  • Wall-clock: ~5 minutes parallel + ~1 minute index/roadmap + frontmatter fix.

What’s left after this pass

The library is at 65 families / ~1625 catalogued languages — firmly saturated for general DSL coverage. Remaining gap candidates are heavy-niche:

  • Forensic / digital-evidence (DFXML, plaso events, EnCase EVF, FTK FXMLZ)
  • Statistical software interchange (Stata .do/.dta, SAS macro, SPSS .sav/.sps, Stan model file)
  • Insurance/risk/actuarial (RAFM, FIS Prophet, RiskCalc)
  • Tax-form / structured-tax (TXF, MEFA, state e-file schemas)

Six-month deep-note version refresh still scheduled for ~2026-11.

Update — 2026-05-10 (fourteenth Tier 3 expansion pass — heavy-niche batch)

Added 4 more family-index notes: forensic-evidence, statistical-software, insurance-actuarial, tax-forms. Library now 130 files, 69 family indexes, ~1728 catalogued languages.

New family notes added

#FamilyFileApprox count
66Forensic / digital-evidence / DFIRTier3/forensic-evidence.md~28
67Statistical software & reproducible-researchTier3/statistical-software.md~26
68Insurance / risk / actuarial modellingTier3/insurance-actuarial.md~22
69Tax-form / e-filing / structured-taxTier3/tax-forms.md~27

Notable findings flagged this pass

Forensic / DFIR:

  • plaso 20260119 (Feb 2026); Velociraptor 0.76.1 (Apr 2026) added Bleve full-text search across VQL.
  • YARA-X 1.0.0 stable since 2025-06-04; now powers VirusTotal Livehunt/Retrohunt.
  • CASE/UCO 1.0.0 (Aug 2022); CDO project under Linux Foundation since Dec 2021.
  • OpenC2 v2.0 OASIS CSD May 2024.
  • E01-vs-AFF4 container war remains unresolved 17 years later — academic OSS won AFF4 but law enforcement never moved off E01.
  • Sigma’s real value is its compiler backends (pySigma) targeting KQL/EQL/SPL/Lucene/YARA-L/AQL/ArcSight, not the YAML format itself.

Statistical software:

  • Stata 19 (Apr 2025, .dta format 121); SAS 9.4 M9 (Jun 2025, support through ~2030).
  • IBM divested SPSS to Francisco Partners (2024); IBM SPSS Statistics 32.0.x GA Apr 2026.
  • Stan/CmdStan 2.38.0 (Jan 2026); PyMC v5.28.5 (May 2026).
  • PyMC’s three-backend saga: Theano → Aesara → PyTensor.
  • Quarto 1.9.37 (Apr 2026) — multi-language reproducible research successor to R Markdown.
  • R Submissions WG running FDA pilots toward open-source-R parity with SAS in pharma.
  • GAUSS 26, EViews 14, gretl 2026a, JMP 19 (2025) all current.

Insurance / actuarial:

  • Brief correction: RAFM is WTW (Willis Towers Watson), not Moody’s.
  • MG-ALFA superseded by Milliman Integrate (cloud-native).
  • AIR Worldwide brand retired Jan 2022 — now Verisk Extreme Event Solutions / Touchstone; Verisk Synergy Studio announced for 2026.
  • NAIC GOES replaced AIRG effective 2026-01-01 for VM-20/21/22.
  • EIOPA DPM XBRL 2.8.2 hotfix current; 2.10.0 in WD consultation since Aug 2025.
  • RMS RiskLink v22; Moody’s Risk Modeler with announced Oasis-SaaS connectivity 2025–2026 — legitimises Oasis LMF as multi-vendor backbone.
  • OED for liability Apr 2022; OED for cyber Feb 2023.
  • IFRS 17 effective 2023-01-01; UK post-implementation review due 2028-01-01.

Tax-forms:

  • IRS FIRE retiring 2026-12-31; IRIS sole 1099 intake from TY2026 — first 1099 filing season without FIRE since the mid-1980s.
  • OECD GIR (Pillar Two) XML published Jan 2025; first global lodgment deadline 2026-06-30 — most consequential single date in international tax-tech.
  • Brief correction: HMRC MTD for Corporation Tax CANCELLED in July 2025 (not delayed). iXBRL is now permanent UK-CT filing path. HMRC free CT online filing closed 2026-03-31.
  • HMRC MTD ITSA begins April 2026 for taxpayers >£50,000.
  • Mexico CFDI 4.0 real-time data access mandate 2026-05-01; Brazil NF-e mandatory in all states from 2026-01-01; NFS-e for Simples Nacional from 2026-09-01.
  • CRS XML v3.0 / User Guide v4.0 published Oct 2024, effective for 2026 reporting year (first exchanges 2027).
  • TXF v042 frozen since 2012, still in wide use — textbook “dormant but indispensable” spec.

Build process

  • 4 parallel sub-agents in background, all completed first try.
  • Wall-clock: ~5 minutes parallel + ~1 minute index/roadmap.
  • Two brief corrections caught by agents (RAFM = WTW, HMRC MTD CT cancelled).

What’s left after this pass

The library is at 69 families / ~1728 catalogued languages — deeply saturated. Plausible final-niche candidates:

  • Real estate / property data (RESO Web API + Data Dictionary, RIS, ULDD)
  • Maritime / port operations (IMO FAL, AIS NMEA, EDIFACT BAPLIE/COPRAR)
  • Energy market / power-systems (IEC 61968/61970 CIM, IEEE 2030.5, OpenADR, USEF)
  • Climate / carbon-accounting (GHG Protocol, ISO 14064, ESRS XBRL, IFRS S1/S2)

Six-month deep-note version refresh still scheduled for ~2026-11.

Update — 2026-05-10 (fifteenth Tier 3 expansion pass — final-niche batch)

Added 4 more family-index notes: real-estate-property, maritime-port, energy-power, climate-carbon. Library now 134 files, 73 family indexes, ~1836 catalogued languages.

New family notes added

#FamilyFileApprox count
70Real-estate / MLS / property dataTier3/real-estate-property.md~26
71Maritime / shipping / port operationsTier3/maritime-port.md~26
72Energy market / power-systems / smart-gridTier3/energy-power.md~30
73Climate / sustainability / carbon-accountingTier3/climate-carbon.md~26

Notable findings flagged this pass

Real-estate:

  • RESO Data Dictionary 2.0 current; DD 1.7 URLs disabled 2026-03-23.
  • RESO Web API ~90% of US MLSs certified, ~500+ MLSs.
  • RETS formally deprecated June 2018 but still serves ~38% of subscribers per RESO Transition Leaderboard.
  • NAR antitrust settlement $418M signed 2024-03-15 (practices effective 2024-08-17).
  • ALTA Best Practices v4.2 (2025-08-19) added identity verification + BEC defenses.
  • OSCRE “Smart Data Highway” announced Feb 2026.
  • UK HM Land Registry targeting complete digital registration by 2030.
  • Trestle rebranded to Cotality (from CoreLogic).

Maritime / port:

  • IMO FAL Maritime Single Window mandatory since 2024-01-01 (~60% of port calls still partly paper per 2025 surveys).
  • DCSA Track & Trace 3.0 alpha Feb 2026; DCSA Booking 2.0 + eBL 3.0 finals 2024–2025.
  • “100% eBL by 2030” carrier commitment (9 of top 10 carriers); UK ETDA 2023; India Bills of Lading Act 2025.
  • IHO S-100 Phase 1 in force Jan 2026; S-101 ECDIS optional from 2026-01-01, mandatory new-builds 2029-01-01 (~decade dual-fuel).
  • BAPLIE 3.1.1 / D.13B still dominant container-stowage format despite being 1990s tech.
  • VERMAS the SMDG message implementing 2016 SOLAS VGM rule.

Energy / power:

  • IEC 61970-301 Edition 8 (2022/2023); CGMES 3.0 NCP 2.4.0 approved 2025-09-11; NCP 2.4.1 agreed 2026-03-09.
  • OpenADR 3.0 launched 2024; 3.1.0 released Sept 2025.
  • OCPP 2.1 released 2025-01-23 with V2X + DER functional blocks (backward-compatible with 2.0.1).
  • OCPI 2.3.0 released Feb 2025 in response to EU AFIR.
  • ISO 15118-20:2022 is the V2G bidirectional anchor (-10 / -21 / -202 published 2025).
  • IEEE 2030.5-2023 published Dec 2024; California Rule 21 mandate since June 2020.
  • MATPOWER v8.1 (Jul 2025); PandaPower v3.4.0 (Feb 2026).
  • NAESB REQ.21 ESPI v4.0 (Dec 2023, TLS 1.3 minimum).

Climate / carbon:

  • ESRS XBRL Taxonomy published 2024-08-30; EFRAG committed to update by Dec 2026.
  • SEC Climate Disclosure Rule stayed by 8th Circuit; SEC withdrew defence 2025-03-27 — indefinite limbo.
  • IFRS S1/S2 mandatorily effective from Jan 2026 in Chile, Qatar, Mexico; phased in Brazil; ~40 jurisdictions in adoption pathway.
  • TCFD wound down COP28 Oct 2023; monitoring transferred to IFRS Foundation 2024-01-01.
  • ISO 14068-1:2023 (Nov 2023) replaces PAS 2060.
  • SBTi Corporate Net-Zero Standard V2 — final mid-late 2026, mandatory Jan 2028 for new targets; introduces OER framework.
  • EU Omnibus / Delegated Regulation 2026/73 in force 2026-01-28 — narrowed CSRD scope; Wave 2 deferred to FY2027; 10% materiality threshold added for Taxonomy alignment.
  • GHG Protocol Corporate Standard 3rd ed — draft mid-2026, publication end-2027; Scope 2 Guidance moving toward hourly RECs matching.
  • VCS v5 released 2025; Shell rice-paddy “hot air” scandal Dec 2025; Kariba REDD+ replacement of 10M+ credits.
  • PCAF Global Standard updated Dec 2025 with 4 new methodologies + IFRS S1/S2 integration.
  • energy-power.md: removed duplicated -20:2022 cell in the ISO 15118 row.
  • climate-carbon.md agent skipped a cross-link to energy-power because parallel agents don’t see each other’s output during a parallel batch — minor; will be picked up on any future maintenance pass.

Build process

  • 4 parallel sub-agents in background, all completed first try.
  • Wall-clock: ~5 minutes parallel + ~1 minute index/roadmap + typo fix.
  • Trestle→Cotality rebrand (real-estate), AIR Worldwide retirement (insurance, prior pass), and SEC Climate Rule limbo (climate) are all examples of the agents catching brief inaccuracies/staleness.

What’s left after this pass

The library is at 73 families / ~1836 catalogued languages — past the natural-saturation point. Remaining candidates are end-of-curve niche:

  • ROS 2 launch DSLs (already partly in robotics-control)
  • Patent / IP / standards (WIPO ST.96, USPTO Patent XML, EPO XML, INPADOC)
  • Voice / phonetics / IPA (X-SAMPA, ARPAbet, CMUdict, eSpeak NG)
  • Container/orchestration runtime extras (OCI Image/Runtime/Distribution, CRI specs, Cilium Tetragon eBPF)

Six-month deep-note version refresh still scheduled for ~2026-11.

Update — 2026-05-10 (sixteenth Tier 3 expansion pass — end-of-curve batch)

Added 4 more family-index notes: ros2-robotics-config, patent-ip-standards, voice-phonetics, oci-cloud-native. Library now 138 files, 77 family indexes, ~1939 catalogued languages.

New family notes added

#FamilyFileApprox count
74ROS 2 / behavior-tree / robotics-configTier3/ros2-robotics-config.md~27
75Patent / IP / standards-documentTier3/patent-ip-standards.md~26
76Voice / phonetics / pronunciationTier3/voice-phonetics.md~22
77OCI / container-runtime / cloud-nativeTier3/oci-cloud-native.md~28

Notable findings flagged this pass

ROS 2 / robotics-config:

  • ROS 2 Lyrical Luth LTS, distro freeze 2026-05-18, beta 2026-04-27 (twelfth ROS 2 release).
  • BehaviorTree.CPP 4.9.0 current; Groot 2 1.9.0 (2026-02-14).
  • PX4 v1.16 stable (default sim Gazebo Harmonic LTS); v1.17-rc2 targeted June 2026.
  • MoveIt Pro 9.2.0 (Apr 2026) added Nav2 mobile-nav integration.
  • The FSM vs BT debate has effectively concluded — BT won, driven by Nav2 standardising on BT.CPP in 2020.
  • ROS 2 default rosbag storage actively transitioning SQLite3 → MCAP.
  • Zenoh’s rmw_zenoh and zenoh-plugin-ros2dds are non-interoperable at the ROS-graph level.

Patent / IP / standards:

  • WIPO ST.96 v8.0 (Oct 2024) — NOT backwards-compatible with v7.x.
  • ST.26 biosequence “big-bang” cutover 2022-07-01 — continuations/divisionals filed on or after must use ST.26 even if parent was ST.25.
  • 2026 calendar-year IP-classification refresh: IPC 2026.01, CPC 2026.05, NICE 13-2026, Locarno LOC15-2026 — unusually well-synchronised.
  • USPTO DOCX surcharge live since 2024-01-17.
  • RFC XML v3 = RFC 7991 (2016); xml2rfc 3.0.0 grammar frozen — most IETF authors bypass via Kramdown-RFC.
  • NISO STS 1.2 = ANSI/NISO Z39.102-2022.

Voice / phonetics:

  • IPA Chart 2018/2020 “revisions” are administrative only (year/copyright updates, no symbol changes); annually re-issued since 2025.
  • eSpeak NG 1.52.0 (Jan 2025) added stress marks to phoneme events.
  • MFA 3.3.9 (Feb 2026); MaryTTS frozen at 5.2.1 (May 2022, maintenance-only); CMUdict 0.7b (Nov 2014) still canonical.
  • Classical phoneme-intermediate TTS is now the low-resource/controllability path, not the flagship — gpt-realtime, ElevenLabs v3, XTTS, F5-TTS bypass phonemes entirely.

OCI / cloud-native:

  • OCI 2024 triple-bump: Image v1.1.0 (Feb 15), Runtime v1.2.0 (Feb 18), Distribution v1.1 — first major movement on Image since 2017. Artifact manifest formalisation is the single highest-impact change.
  • CloudEvents reached CNCF Graduated 2024-01-25; v1.0 deliberately frozen, all new work in extensions + bindings + CloudEvents SQL (v1 July 2024).
  • CUE v0.14 (Mar 2026) added cue get crd; v0.13 made eval-v3 the default.
  • Falco v0.43.0 (Jan 2026); graduated CNCF in 2024.
  • Dagger CUE SDK was discontinued 2023-12-14 — Dagger pivoted to multi-language SDKs (Go, Python, TS, etc.); now belongs in build-devops not here.

Build process

  • 4 parallel sub-agents in background, all completed first try.
  • Wall-clock: ~5 minutes parallel + ~1 minute index/roadmap.
  • All four agents avoided broken Languages/xml/html/css cross-links per the explicit hard rule.

What’s left after this pass

The library is at 77 families / ~1939 catalogued languages — well past saturation. End-of-curve candidates remaining:

  • Astronomy / space-data (FITS, CDF, NetCDF cross-link, VOTable, IVOA)
  • Agriculture / FarmingOps (ISOBUS / ISO 11783, ADAPT, AgGateway PAIL)
  • Legal contract / smart-clause (Accord Concerto/Ergo, OpenLaw, Catala)
  • Semantic web extras (OWL 2 + Profiles, SHACL, ShEx, R2RML, RML)

Six-month deep-note version refresh still scheduled for ~2026-11.

Update — 2026-05-10 (seventeenth Tier 3 expansion pass — post-saturation batch)

Added 4 more family-index notes: astronomy-space, agriculture-farming, legal-contract, semantic-web. Library now 142 files, 81 family indexes, ~2040 catalogued languagescrossed the 2000-language threshold.

New family notes added

#FamilyFileApprox count
78Astronomy / space-data / astrophysicsTier3/astronomy-space.md~27
79Agriculture / precision-farmingTier3/agriculture-farming.md~22
80Legal contract / smart-clause / law-as-codeTier3/legal-contract.md~22
81Semantic web / RDF / linked-dataTier3/semantic-web.md~30

Notable findings flagged this pass

Astronomy / space:

  • FITS 4.0 still current (approved IAU FITS WG 2016-07-22, finalised 2018-08-13, no FITS 5.0 in flight).
  • ADQL 2.1 IVOA Rec 2023-12-15; VOTable 1.5 Rec 2024-02-13; TAP 1.1 Rec since 2019-09-27.
  • PDS4 IM 1.25.0.0 (Dec 2025, Build 16); ASDF Standard 1.6.0.
  • GCN Classic VOEvent brokers retiring ~Oct 2025 after LIGO O4 — generational transition to GCN-over-Kafka with JSON.

Agriculture / farming:

  • Brief correction: ADAPT is now a two-generation lineage — original C# Framework (2015, maintenance) succeeded by ADAPT Standard 1.0 (June 2024) schema-only spec; AgGateway developing ADAPT Standard Plugin for migration, USDA NIFA-funded.
  • AgGateway Modus v2 (2025, ag-lab-test interchange) added beyond brief.
  • OPC UA Companion Spec for Agriculture still in draft May 2026; VDMA’s 2025-26 releases are Robotics 1.02 + 2026 drafts (Powertrain VDMA 40400-2, Battery Production VDMA 40750).
  • Right-to-repair landscape: FTC + state-AG antitrust suit vs Deere (Jan 2025); EPA Clean Air Act guidance Feb 2026; FARM Act; Farm Bureau MOUs covering ~75% of US ag machinery; Australia opened consultation early 2026.

Legal contract:

  • Accord Project Ergo formally deprecated Q1 2026 — TypeScript is now the standard template-logic language; Concerto V4 beta ships with Rust + .NET runtime targets.
  • Catala v0.10 (2025); the 10k-line French APL housing-benefits implementation in production at DGFiP/CNAF — a real production deployment of law-as-code.
  • OpenFisca in 13 countries (France, NZ, AU, Canada, Netherlands, Greece, Tunisia, Senegal, Mali, Côte d’Ivoire, UAE, French Polynesia, Paraguay, Japan, New Caledonia).
  • ODRL 2.2 still in W3C Community Final Specification Agreement call as of 2026 — not yet a finalised Recommendation.
  • Brief correction: Symboleo is University of Ottawa (Daniel Amyot), not Toronto.
  • OpenLaw pivoted to AI-assisted legal access with $3.5M seed July 2025.
  • Aragon BORGs (Bylaws-Onchain-Registered-Governance) shipped Sept 2025 — bridge between smart-contract and legal-contract worlds.

Semantic web:

  • RDF 1.2 is W3C Candidate Recommendation, Rec NET 2026-05-05 (not yet final).
  • SPARQL 1.2 Query WD published 2025-08-14; SPARQL 1.2 Federated Query WD 2026-01-26.
  • Brief correction: Schema.org current is v30.0 (2026-03-19), not v27.x.
  • SHACL 1.2 has 4 separate FPWDs (Core, SPARQL Extensions, Rules in Dec 2025, Node Expressions early 2026).
  • ShEx never made it past Community Group; 2.1 Final CG Report Oct 2019 still the most recent normative document.
  • RML 1.0 under Knowledge Graph Construction W3C CG at w3id.org/rml/.
  • GeoSPARQL 1.1 = OGC 22-047 (published 2024).
  • Solid Protocol v0.12.0 ED April 2025, still Community Group draft.

Build process

  • 4 parallel sub-agents in background, all completed first try.
  • Wall-clock: ~5 minutes parallel + ~1 minute index/roadmap.
  • Three brief corrections caught by agents (ADAPT two-gen lineage, Symboleo affiliation, Schema.org version).
  • All four agents avoided broken Languages/xml/html/css cross-links per the explicit hard rule.

What’s left after this pass

The library is at 81 families / ~2040 catalogued languages — past the 2000-language threshold. End-of-curve candidates remaining are highly speculative or naturally already covered:

  • GenAI / LLM-runtime config DSLs (HF transformers config.json, vLLM engine config, llama.cpp GGUF, ONNX runtime providers) — overlaps ai-prompt-languages + oci-cloud-native
  • Cybersecurity-specialised DSLs deep tier (eBPF KRSI, Falco extensions, AWS GuardDuty filter) — overlaps identity-auth-policy + forensic-evidence
  • 3D/AR/VR scene description (OpenUSD, glTF 2.0, X3D, KTX2, WebXR) — overlaps game-engine-scripting + geospatial + construction-bim
  • Linguistic-resource publishing (Wiktionary template syntax, DBnary, OntoLex-Lemon) — overlaps nlp-corpus + semantic-web

Six-month deep-note version refresh still scheduled for ~2026-11.

Update — 2026-05-14 (eighteenth Tier 3 expansion pass — final saturation batch)

Added 4 more family-index notes: genai-llm-runtime, cybersec-deep, 3d-scene, linguistic-resources. Library now 146 files, 85 family indexes, ~2163 catalogued languages.

New family notes added

#FamilyFileApprox count
82GenAI / LLM-runtime / model-servingTier3/genai-llm-runtime.md~30
83Cybersecurity deep-tier (vendor / eBPF / SAST)Tier3/cybersec-deep.md~32
843D / AR / VR scene descriptionTier3/3d-scene.md~33
85Linguistic-resource publishing / lexiconTier3/linguistic-resources.md~28

Notable findings flagged this pass

GenAI / LLM-runtime:

  • GGUF v3 + Dynamic GGUF 2.0 (2025) is the local-inference standard.
  • Safetensors ~42% HuggingFace Hub coverage (March 2025).
  • TGI in maintenance mode since Dec 2025 — added vLLM and TensorRT-LLM as backends earlier in 2025, then HuggingFace deprioritised the project.
  • GGUF’s 2024 embedded-Jinja2 chat-template created a security surface (CVE-2024-34359 in llama-cpp-python).
  • OpenAI Structured Outputs GA Aug 2024 (GPT-4o-2024-08-06); Anthropic Structured Outputs public beta 2025-11-13.
  • Tool-calling vs structured-outputs split has effectively collapsed by 2026.
  • GPTQ/AWQ/EXL2 all live in safetensors shards — only GGUF is a genuinely different container.
  • Ollama switched Apple Silicon backend to MLX in 2025.

Cybersecurity deep-tier:

  • Falco v0.43.1 (2026-04-09); legacy eBPF/gVisor/gRPC deprecated in v0.43.0.
  • CodeQL 2.25.4 (2026-05-12) added Swift 6.3.1; 2026 Semantic Delta Engine cuts PR scan ~80%.
  • Semgrep Multimodal launched March 2026.
  • Linux 6.19 (Feb 8 2026) added Landlock + LSM hardening.
  • CVE-2026-43010 (BPF kprobe.multi) fixed mainline 2026-04-15.
  • Google completed Wiz acquisition 2026-03-11 ($32B).
  • Lacework → Fortinet (Aug 2024) → now FortiCNAPP v26.2.0.
  • Microsoft Sentinel UI migrating to Defender portal effective 2026-07-01.

3D / AR / VR:

  • OpenUSD 26.05 released 2026-04-24 (Pixar adopted year-month calendar versioning in 2024).
  • AOUSD founded August 2023 (Pixar, Apple, NVIDIA, Adobe, Autodesk).
  • MaterialX 1.39.4 (Sep 2025); OCIO 2.4 = CY2025 VFX Reference Platform base.
  • OpenEXR 3.3.8 (Mar 2026).
  • X3D 4.0 ISO/IEC IS published Dec 2023; OpenXR 1.1 (Apr 2024).
  • KHR_gaussian_splatting announced Feb 2026 (RC, Q2 2026 ratification expected).
  • OpenUSD 26.03 (Mar 2026) added native 3DGS support.
  • Emerging 3DGS containers: .splat, SPZ, KSPLAT.

Linguistic-resource publishing:

  • OntoLex-Lemon core is a W3C Final Community Group Report (May 2016); lexicog module is separate Final CG Report (Sep 2019); FrAC still a Working Draft in 2026.
  • LMF ISO 24613 modular split now complete: Parts 1 (2024), 2 (2020), 3 (2021), 4 (2021), 5 (2022), 6 (2024).
  • WN-LMF 1.4 (2024) — brief said 1.3, corrected.
  • TEI Lex-0 current release Jul 2025; TEI Guidelines 4.10.0 Aug 2025.
  • CIDOC CRM = ISO 21127:2023 (community version 7.1.3).
  • DBnary publishes twice-monthly RDF dumps synced to Wikimedia Wiktionary cycle (26+ language editions, 2024).
  • Wikibase Lexemes launched 2018 with wikibase-lexeme/-form/-sense datatypes.

Build / infrastructure notes

  • 4 parallel sub-agents in background, all completed first try.
  • Obsidian Local REST API went offline mid-batch — three of four agents reported fetch failed when running obsidian-research log. The cybersec-deep agent appended directly to today’s session log as a fallback. I appended the other three agents’ log entries inline after they returned.
  • Re-index step skipped this pass (REST API down); will catch up on next session.
  • Brief corrections caught: WN-LMF 1.4 (not 1.3).

Maintenance applied this pass

  • climate-carbon.md cross-link to energy-power added (grid data feeds Scope 2 emissions; OCPP/OCPI EV data feeds fleet emissions). This patched the parallel-agent miss from the fifteenth pass.
  • Frontmatter languages_catalogued counts spot-audited — apparent deltas across all 85 family notes are sub-table-separator artifacts in naive row-counting, not real undercounts. The _index uses “~N” approximations regardless, so no mass renumber.

What’s left

The library is functionally complete at 85 families / ~2163 catalogued languages. Further families would require splitting existing ones rather than adding genuinely new ground. Remaining scheduled work:

  • Six-month deep-note version refresh (~2026-11): re-verify all 51 Tier 1+2 deep notes against current upstream releases. Highest-velocity to check: Python, Rust, Go, Swift, Java, Lean/Rocq/Agda.
  • Obsidian semantic re-index when the Local REST API plugin is back up — adds the 4 new family notes’ chunks to the searchable index.
  • GCN Classic VOEvent retirement follow-up when the GCN-over-Kafka migration completes (post-Oct 2025).