roteiro 2.2.0

Roteiro: a provenance-tagged knowledge graph for your codebase — structure, intent, and context in one queryable store
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.2.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v2.1.1...roteiro-v2.2.0 - 2026-08-22

### Fixed

- *(cli)* make Refreshed #[must_use], so forgetting it is a build failure
- *(cli)* do not claim a tree the read never refreshed to
- *(cli)* address review — name the flag, not the token, and stop pinning prose
- *(cli)* read the working tree, and stop a read rewriting the store

### Other

- *(cli)* fold the nine announcement copies into one method

## [2.1.1]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v2.1.0...roteiro-v2.1.1 - 2026-08-22

### Fixed

- *(init)* put SKILL.md frontmatter first, and assert its position

## [2.1.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v2.0.2...roteiro-v2.1.0 - 2026-08-22

### Added

- *(mcp)* let the operator restrict the advertised tool surface (--tools)

### Fixed

- *(workspace,config)* say where a scan stopped, and which file is read

### Other

- Merge pull request #594 from OffeneDatenmodellierung/feat/mcp-surface-bundle
- *(site)* document `[mcp] tools`, the scan depth, and what --tools bounds

## [2.0.2]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v2.0.1...roteiro-v2.0.2 - 2026-08-21

### Fixed

- *(serve,spec)* strip `<think>` on `/v1`, and refuse an unterminated block

### Other

- Merge pull request #589 from OffeneDatenmodellierung/fix/thinking-582-583

## [2.0.1]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v2.0.0...roteiro-v2.0.1 - 2026-08-21

### Fixed

- *(render)* name a key the vault holds, and fail the guard on what it cannot read

### Other

- *(render)* describe the note-name rule, not the pre-#574 spelling

## [2.0.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.30.0...roteiro-v2.0.0 - 2026-08-21

### Fixed

- *(render)* [**breaking**] make note_name injective under filename case folding

### Other

- Merge remote-tracking branch 'origin/main' into fix/574-lossless-note-names

## [1.30.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.29.0...roteiro-v1.30.0 - 2026-08-21

### Added

- *(render)* render an Obsidian vault for a whole workspace (#442 part 1)

### Other

- Merge remote-tracking branch 'origin/main' into feat/442-workspace-vault
- *(render)* the qualified key and the note name are two strings

## [1.29.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.28.0...roteiro-v1.29.0 - 2026-08-20

### Fixed

- *(lint)* unbreak `main` under the clippy that ships with Rust 1.98

## [1.27.2]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.27.1...roteiro-v1.27.2 - 2026-08-20

### Fixed

- *(explorer)* one palette under one set of names, values per view

## [1.27.1]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.27.0...roteiro-v1.27.1 - 2026-08-20

### Fixed

- *(spec)* an ADR note in the vault carries the decision it names
- *(render)* a prose note in the vault is the document, not 6% of it

### Other

- *(spec,render)* pin the split — a section note is its own section
- *(render)* pin that a source file node is not given its bytes

## [1.27.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.26.6...roteiro-v1.27.0 - 2026-08-20

### Added

- *(sandbox)* user-supplied analyzer images, digest-pinned

### Other

- Merge remote-tracking branch 'origin/main' into feat/user-sandbox-images

## [1.26.6]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.26.5...roteiro-v1.26.6 - 2026-08-20

### Fixed

- *(links)* do not count a global --hub-rev as spokes that pinned
- *(cli)* three refusals that did not say the thing the reader needed

### Other

- Merge pull request #536 from OffeneDatenmodellierung/test/441-landing-page-bar-names
- Merge pull request #535 from OffeneDatenmodellierung/fix/522-453-505-small-refusals
- *(cli)* drop the apostropheless possessives from two test names
- Merge remote-tracking branch 'origin/main' into fix/522-453-505-small-refusals

## [1.26.4]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.26.3...roteiro-v1.26.4 - 2026-08-19

### Fixed

- *(render)* resolve every local link the docs site serves (#456, #457, #508)

## [1.26.1]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.26.0...roteiro-v1.26.1 - 2026-08-19

### Fixed

- show every workspace form, and count each repo once

## [1.26.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.25.0...roteiro-v1.26.0 - 2026-08-19

### Added

- *(llama)* size the context window per request, per model

### Fixed

- *(config)* render `max_context_tokens`'s `0` as its meaning, not as `0`
- *(build)* compile `--no-default-features --features execution` clean

### Other

- Merge pull request #497 from OffeneDatenmodellierung/feat/openai-client-tools
- *(lint)* gate `lint_cli.rs` on the backend it drives

## [1.25.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.24.0...roteiro-v1.25.0 - 2026-08-19

### Added

- *(mcp)* expose the two read-only `security` subcommands, scoped and bounded

### Fixed

- *(security)* the cross-reference guard the model-facing document claimed to have
- *(security)* `ready` must mean ready, not "its assets are provisioned"

### Other

- Merge pull request #468 from OffeneDatenmodellierung/feat/mcp-security-list-status

## [1.24.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.23.0...roteiro-v1.24.0 - 2026-08-19

### Added

- *(lint)* the sandboxed builder, so sandbox-by-default has something to select
- *(lint)* sandboxed by default; host execution is opt-in and layered
- *(lint)* report clippy at a point in time, and store none of it

### Fixed

- *(lint)* a refusal has two axes to be blind to, not one
- *(lint)* build refusals from lines, and test the default feature set
- *(lint)* refuse a relative scratch root; snapshot contents, not names
- *(lint)* set the scratch target dir rather than inheriting it

### Other

- Merge pull request #455 from OffeneDatenmodellierung/feat/sandboxed-builder
- Merge pull request #444 from OffeneDatenmodellierung/feat/website-rendered-pages

## [1.23.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.22.0...roteiro-v1.23.0 - 2026-08-18

### Fixed

- *(review)* apply `[debt] ignore` by taking the marker set from `debt`

### Other

- *(review)* drop the possessive from the debt-ignore test name

## [1.22.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.21.1...roteiro-v1.22.0 - 2026-08-18

### Added

- *(security)* run analyzers sandboxed by default, and never fall back

### Other

- Merge pull request #407 from OffeneDatenmodellierung/feat/security-run-sandboxed

## [1.21.1]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.21.0...roteiro-v1.21.1 - 2026-08-18

### Fixed

- *(query)* search reads `limit = 0` as unlimited, per channel, via `window`

### Other

- *(cli,mcp)* say what `limit` means on every surface that describes it

## [1.21.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.20.0...roteiro-v1.21.0 - 2026-08-18

### Added

- *(review)* the reviewer, and the vacuous zero its instrument walked into

### Fixed

- *(review)* one reviewable-diff rule, and unreviewable paths are reported
- *(review)* a mod.rs is gated by its directory's declaration, not `mod mod;`

### Other

- truncation reported on both surfaces; caps raised
- reviewer truncation detection (rto-graph half)
- *(review)* UNREVIEWED checkpoint - Stage 35b PR 1 in progress

## [1.20.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.19.0...roteiro-v1.20.0 - 2026-08-17

### Fixed

- *(remote)* refuse a `[remote] model` that squats on a local id; 4xx a refused gate
- *(graph)* say which class each retained cache object was kept for
- *(graph)* reclaim superseded object-cache generations

### Other

- Merge origin/main into feat/stage34b-surface-wiring
- Merge pull request #392 from OffeneDatenmodellierung/fix/limit-zero-means-unlimited
- Merge pull request #394 from OffeneDatenmodellierung/fix/object-cache-reclaim

## [1.19.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.18.0...roteiro-v1.19.0 - 2026-08-17

### Added

- *(remote)* the transport, and the promises it makes false

### Other

- Merge branch 'main' into feat/stage34b-remote-transport
- Merge main: keep the newest half of each side in the plan

## [1.18.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.17.0...roteiro-v1.18.0 - 2026-08-17

### Added

- *(remote)* `[remote]` config with inverted precedence, and `roteiro remote`

### Fixed

- *(debt)* a placeholder is a thing you build, not a stub you owe

### Other

- Merge pull request #381 from OffeneDatenmodellierung/feat/stage34-remote-model-tier
- *(remote)* drop the unused `rto-exec` edge from the `remote` feature
- *(remote)* the consent gate, end to end through real files and flags

## [1.17.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.16.0...roteiro-v1.17.0 - 2026-08-17

### Added

- *(models)* one resolver decides which model serves a task, and says why

### Fixed

- *(config)* a `[models]` value that names no model reads as unset everywhere
- *(init)* put "Proving a negative" in the skill template, not just its output

### Other

- *(init)* diff the skill artifacts with split('\n'), not lines()

## [1.16.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.15.0...roteiro-v1.16.0 - 2026-08-17

### Added

- *(cli)* `roteiro debt-density`, and the five other surfaces

### Fixed

- *(render)* `_Home` scopes intent debt by `[debt] ignore`, both tables

## [1.15.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.14.0...roteiro-v1.15.0 - 2026-08-17

### Fixed

- *(exec)* format, and correct the feature-gating claim the message relies on

### Other

- *(exec)* record the runtime-verification trade, and fix the stale selection rule

## [1.14.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.13.0...roteiro-v1.14.0 - 2026-08-17

### Added

- *(roteiro)* make `models` a default feature

### Other

- *(features)* UNREVIEWED checkpoint - exec-subprocess default + prefetch/status move

## [1.13.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.12.0...roteiro-v1.13.0 - 2026-08-16

### Fixed

- *(sync)* refuse to rewrite a graph store written by a newer build

### Other

- Merge pull request #348 from OffeneDatenmodellierung/fix/store-newer-than-binary
- rustfmt and clippy on the store-guard test
- *(cli)* cover the gate chokepoint the write guard also protects
- *(store)* cover the store-from-the-future write guard

## [1.12.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.11.0...roteiro-v1.12.0 - 2026-08-16

### Added

- *(cli)* prefetch the OSV databases, and render the cross-reference
- *(rto-exec)* osv-scanner adapter and a download-by-URL asset source

### Fixed

- *(config)* stop reporting a `[debt] ignore_reset` that never happened
- *(security)* refuse an asset body whose completeness cannot be established

### Other

- Merge origin/main (migrations 13 + osv-scanner) into fix/guardrails-319-321-324-330
- Merge pull request #340 from OffeneDatenmodellierung/feat/stage25-memory-recall
- *(cli)* end-to-end security ingest and cross-reference
- cover the two guarded behaviours that had no test

## [1.11.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.10.1...roteiro-v1.11.0 - 2026-08-16

### Added

- *(model)* add `roteiro model rm`, and show installed size in `model list`
- *(models)* resume interrupted model downloads instead of restarting
- *(memory)* settle scope — the anchor is the scope test (ADR-0013 v1.1)
- *(cli)* roteiro memory add|list|forget
- *(explorer)* surface generated media content, always attributed
- *(media)* add the pre-generation gate, recorded not silent
- *(media)* move generated content to its own artifact store

### Fixed

- *(media)* stop `media status` calling a gate refusal a generated record
- *(media)* correct the generation counter and the status advice

### Other

- Merge branch 'main' into feat/model-lifecycle
- Merge pull request #317 from OffeneDatenmodellierung/feat/stage23-agent-memory
- *(media)* add the deferred `media` argument-shape tests

## [1.10.1]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.10.0...roteiro-v1.10.1 - 2026-08-15

### Fixed

- *(llama)* share one backend per process

## [1.10.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.9.0...roteiro-v1.10.0 - 2026-08-15

### Added

- *(exec)* add AnalyzerRunner contract and security ingest

### Fixed

- *(extract)* drop cached vision/ASR engines before exit

## [1.9.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.8.0...roteiro-v1.9.0 - 2026-08-14

### Added

- *(ask)* ground answers with search snippets + stricter grounding prompt
- *(serve)* scope the workspace Ask to the selected workspace

### Fixed

- *(serve)* prove per-workspace routing + correct app.js header comment

## [1.8.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.7.0...roteiro-v1.8.0 - 2026-08-14

### Added

- *(explorer)* move workspace Ask panel under the drill-into row
- *(explorer)* model dropdown + openable cited nodes in Ask panels

### Fixed

- *(explorer)* preserve the Ask model pick across idempotent re-renders

## [1.7.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.6.0...roteiro-v1.7.0 - 2026-08-14

### Added

- *(explorer)* add a workspace-level Ask panel across all projects

### Fixed

- *(explorer)* linkify project-qualified keys in workspace Ask answers

### Other

- Merge pull request #279 from OffeneDatenmodellierung/fix/chat-embedding-model-guard
- Merge pull request #278 from OffeneDatenmodellierung/fix/mcp-cli-test-isolation

## [1.6.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.5.0...roteiro-v1.6.0 - 2026-08-14

### Added

- *(telemetry)* route native llama.cpp + ggml logs through tracing
- *(telemetry)* opt-in rotating OTEL-JSON file logging (ADR-0011)

### Fixed

- *(telemetry)* address PR #274 Copilot review

### Other

- Merge remote-tracking branch 'origin/main' into feat/file-logging-rotation

## [1.5.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.4.0...roteiro-v1.5.0 - 2026-08-14

### Added

- *(cli)* make `serve` the network HTTP server; add `roteiro mcp`

### Fixed

- *(cli)* address PR #268 review comments

### Added

- *(mcp)* `roteiro mcp` — the MCP graph server as a first-class command: STDIO by
  default, `--http ADDR` for networked MCP, carrying the `--workspace`/`-w`/
  `--sync-on-access` options.

### Changed

- *(serve)* **`roteiro serve` is now the network HTTP server** (previously the
  stdio MCP server). Bare `roteiro serve` binds `[serve] addr` (default
  `127.0.0.1:8017`) and serves the OpenAI-compatible `/v1` endpoint (+ graph tools
  + Ask) when built `--features serve` with a model installed, always alongside the
  read-only `/v1/graph/*` API and the `/` web UI; a build without the model feature
  (or with no model installed) degrades to the llama-free graph API + UI instead of
  failing. **Migration:** point MCP-client configs at `roteiro mcp` instead of
  `roteiro serve`. The old spellings still work as **deprecated aliases**, each
  printing a one-line stderr notice: `serve --models` (now the default — flag is
  redundant) and `serve --http ADDR` (→ `mcp --http ADDR`). No flags were removed;
  nothing hard-breaks.

## [1.4.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.3.0...roteiro-v1.4.0 - 2026-08-14

### Added

- *(config)* derive config keys from typed Rust config structs
- *(explorer)* workspace-selector landing + route-by-type + sticker logo

### Fixed

- *(config)* address PR #266 review — explicit value-absence + doc fixes
- *(cli)* exit cleanly on closed stdout pipe (SIGPIPE), no broken-pipe panic

### Other

- Merge pull request #266 from OffeneDatenmodellierung/feat/config-keys-from-rust-structs
- Merge remote-tracking branch 'origin/main' into feat/app-config-only-filter
- Merge pull request #262 from OffeneDatenmodellierung/feat/links-canonical-key-match
- Merge pull request #261 from OffeneDatenmodellierung/feat/serve-all-workspaces
- Merge pull request #260 from OffeneDatenmodellierung/feat/explorer-infer-links-live
- Merge pull request #259 from OffeneDatenmodellierung/fix/cli-sigpipe-broken-pipe
- *(cli)* gate broken-pipe test to linux+macos for hardcoded SIGPIPE=13
- Merge pull request #255 from OffeneDatenmodellierung/feat/explorer-selector-landing

## [1.3.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.2.0...roteiro-v1.3.0 - 2026-08-13

### Added

- *(explorer)* graph-grounded Ask tab (llama-gated) [PR 8]

### Fixed

- *(explorer)* address PR #251 Copilot review — Ask needs a served model, trim key punctuation, keyboard-activate ref links

## [1.2.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.1.0...roteiro-v1.2.0 - 2026-08-13

### Added

- *(explorer)* follow-the-link hop — config_key→struct bridge + cross-repo jump [PR 7]
- *(explorer)* spoke cross-repo link rendering (config→app-key + drift) [PR 6]
- *(explorer)* project graph view + panels + matrix provenance [PR 5]
- *(explorer)* workspace-view UI (topology + override matrix + drift) [PR 4]
- *(explorer)* llama-free graph server + /v1/graph/workspaces (multi-workspace)
- *(config)* multi-workspace + standalone config and WorkspaceSet (links selector)
- *(explorer)* read-only /v1/graph JSON API (PR 1/5 — data foundation)
- *(models)* readable model list + Qwen3-Coder-30B-A3B registry entry

### Fixed

- *(explorer)* address PR #249 Copilot review — no-alloc kind check, narrowed struct lookup, non-null workspace, drift wording
- *(explorer)* index cross-repo links per-edge, not per-target [PR 6 review]
- *(explorer)* address PR #245 Copilot review (edge id, ARIA tabs, hash decode)
- *(explorer)* drop unhosted topology edges; cache static assets (PR #243 review)
- *(explorer)* validate --workspace-name at startup; dedup graph.db path
- *(explorer)* update serve-path graph_api call site to the new signature
- *(config)* address PR #239 Copilot review (linked-name collisions, standalone invariant, deferred set build)
- *(explorer)* address PR #237 review comments

### Other

- Potential fix for pull request finding

## [1.1.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v1.0.0...roteiro-v1.1.0 - 2026-08-13

### Added

- *(links)* [pins] ref templates + published-artifact fetch (ADR-0009 step 8c)
- *(links)* --pinned auto-resolves each spoke against the version it pins (ADR-0009 step 8b)
- version-pin resolution — resolve cross-repo drift at the deployed hub version (ADR-0009 step 8a)
- *(graph)* git submodule pins (ADR-0009 derived deploy-artifact extraction, part 2)
- *(links)* cross-repo config override matrix + drift view (ADR-0009 step 7)
- *(links)* persist inferred cross-repo edges, read config keys from graph (ADR-0009 2b)
- *(graph)* config-key nodes are graph-native (ADR-0009)
- *(serve)* follow cross-repo links in the served tools (ADR-0009)
- *(links)* infer cross-repo config links by key matching (ADR-0009)
- *(links)* cross-repo authored links + `roteiro links` (ADR-0009)

### Fixed

- *(links)* address PR #224 review — surface config errors, tolerate bad artifacts
- *(links)* address PR #222 review — match hub dir name, cheaper pin resolution
- *(graph)* address PR #221 review — resolve any revspec, test path fixes
- *(graph)* address PR #218 review — index-aware submodule pins
- *(links)* address PR #215 review — flag constraints, per-file value lookup
- *(links)* clear stale inferred edges + CI clippy, address PR #213 review

### Other

- *(deps)* upgrade dependencies to latest MSRV-1.94-compatible
- *(deps)* bump toml 0.9 → 1.1
- *(serve)* address PR #210 review
- *(links)* address PR #207 review
- *(links)* address PR #206 review

## [1.0.0]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v0.0.19...roteiro-v1.0.0 - 2026-08-11

First stable release — the public API is now covered by SemVer; breaking changes will bump the major version.

### Added
- **Multi-repo workspace serve (ADR-0008).** `roteiro serve --workspace <root>` (and
  a `[workspace]` config table) hosts every git repo under a root from one process,
  holding the model once and selecting a project per request. `--models --mcp` serves
  the OpenAI `/v1` endpoint and the `/mcp` graph tools **on one port**; `--sync-on-access`
  (re)builds a project's graph on first touch. `SIGHUP` reloads the registry live.

### Changed
- `serve` flags are validated in clap: `--mcp` requires `--models`, `--http` conflicts
  with `--models`.


## [0.0.19]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v0.0.18...roteiro-v0.0.19 - 2026-08-11

### Added

- *(init)* ship an installable agent skill; enrich the AGENTS.md block
- *(cli)* add `roteiro search` — text search from the plain CLI
- *(query)* search captured content + rank curated/overview above test symbols

### Other

- wire the new `roteiro search` CLI into the skill/AGENTS/website
- address PR #182 review
- *(test)* correct search_cli doc comment — code symbol, not test symbol

## [0.0.18]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v0.0.17...roteiro-v0.0.18 - 2026-08-11

### Other

- Merge pull request #176 from OffeneDatenmodellierung/chore/debt-precision
- *(debt)* precision pass — intent-debt now reflects real debt (97 → 6)

## [0.0.17]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v0.0.16...roteiro-v0.0.17 - 2026-08-11

### Added

- *(review)* distinguish "added" files from "modified"

### Fixed

- *(review)* address PR #169 review — open-set doc, comment, added test

## [0.0.16]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v0.0.15...roteiro-v0.0.16 - 2026-08-11

### Added

- *(audio)* transcribe audio into the graph via llama.cpp mtmd ([#18]https://github.com/OffeneDatenmodellierung/Roteiro/pull/18)
- *(serve)* in-app TLS for the model endpoint (ADR-0002 follow-up)

### Fixed

- *(audio)* address PR #161 review — reject dual media; fix stale Ultravox docs

### Other

- Merge pull request #161 from OffeneDatenmodellierung/feat/audio-ingestion
- address PR #155 review on TLS wiring

## [0.0.14]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v0.0.13...roteiro-v0.0.14 - 2026-08-10

### Added

- *(lat)* import @lat: source backlinks as authored edges
- *(review)* range mode — review a commit range with --base (§5d)
- *(ci)* publish the graph artifact on merge + tree-verified load (Stage 14)
- *(review)* CLI-first graph-grounded review of the current change (Stage 17)
- *(check)* worktree-aware check + pre-commit drift gate (Stage 16)
- *(spec)* draft generation via llama.cpp + ADR-0003 amendment (Stage 20)
- *(models)* coding/reasoning generative models + role label (Stage 20)

### Fixed

- address PR #131 review — range-specific empty-review message
- address PR #123 second review — verify tree-less artifacts, republish always, no races
- address PR #112 review — ADR-edit drift, deterministic order, related-kind
- address PR #99 review — v1.2 refs, dedup vlm doc, reject non-embedding model
- *(spec)* address PR #94 review — strip <think>, correct backend docs
- *(models)* address PR #93 review — tokenizer.json + deterministic default

### Other

- Merge branch 'main' into feat/lat-backlink-import
- Merge branch 'main' into feat/sync-index
- Merge pull request #131 from OffeneDatenmodellierung/feat/range-review
- Merge branch 'main' into feat/ci-artifact
- clarify check validates the working tree, not the git index (PR #109 review)
- Merge branch 'main' into feat/model-residency
- remove duplicated helpers (Stage 14 health check)
- remove candle — unify the whole inference core on llama.cpp (ADR-0003 v1.2)
- Merge branch 'main' into feat/stage20-models

## [0.0.13]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v0.0.12...roteiro-v0.0.13 - 2026-08-09

### Added

- *(serve)* vision serving — multimodal /v1/chat/completions via llama.cpp mtmd (ADR-0006)
- *(serve)* /v1/embeddings from GGUF via llama.cpp (ADR-0006, completes Stage 19)
- *(serve)* auto-register graph tools — code-aware serving (ADR-0006, Stage 19b)
- *(serve)* wire `roteiro serve --models` + [serve] config (ADR-0006, Stage 19a)
- *(config)* wire [ingest] content toggles into sync (ADR-0007)
- *(config)* layered roteiro.toml with CLI>project>user>default precedence (Stage 18)
- *(generator)* Qwen3 support + curated generative tiers (low/mid/high)
- *(models)* opinionated model matrix — resource tiers per section
- *(extract)* Tier A image OCR via ocrs/rten (Stage 12, ADR-0005)
- *(context)* dependency-aware per-node context cache (Stage 12)
- *(infer)* semantic + structural duplicate detection (Stage 12)
- *(extract)* ingest PDF text into meta.content (Stage 12, feature-gated)
- *(spec)* warn on debug builds in `spec draft` (candle is slow unoptimized)
- *(spec)* `roteiro spec draft` — Tier 1 offline local-model drafting (completes Stage 13)
- *(spec)* blueprint scaffold kind — `spec scaffold --kind blueprint`
- *(spec)* `roteiro spec scaffold` — grounded, check-clean ADR skeletons (Stage 13, Tier 0)
- *(spec)* `roteiro spec context` — graph-grounded authoring context (Stage 13, Tier 0)

### Fixed

- *(serve)* address PR #86 review — tool loop robustness
- *(config)* address PR #79 review — repo-root discovery, provenance help, missing-feature warn
- *(spec)* PR #56 review — validate `--kind` before the graph build

### Other

- Merge branch 'main' into feat/streaming-downloads
- *(models)* stream model downloads to disk instead of buffering in memory
- *(models)* decouple the model registry/pull from the candle feature

## [0.0.12]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v0.0.11...roteiro-v0.0.12 - 2026-08-09

### Added

- *(oracle)* codegraph validation oracle — `import --from codegraph` (Stage 11, 3/3)
- *(import)* lat.md importer — authored layer over the code graph (Stage 11, 2/3)
- *(import)* durable import layers surviving code-changing syncs (Stage 11)
- *(debt)* intent-debt tracking — marker nodes + `roteiro debt` (Stage 15)
- *(rto-spec)* Graphify importer — `roteiro import --from graphify` (Stage 9)
- inference-local-models tier — candle embedder + model registry (Stage 8)

### Fixed

- *(oracle)* PR #46 review — propagate DB errors, count-based scope diff, both samples
- *(import)* PR #44 review round 2 — symlink-safe walk, docs, sort
- *(import)* stamp lat edges with LAT_REF; reject lat files outside the repo
- *(import)* validate import layers on import and on sync; PR review
- *(render)* resolve [[wiki-links]] and publish the Build Plan page
- *(clippy)* backtick BUILD_PLAN path in import doc comment
- address PR #33 review — model validation, checksum warning, tests

### Other

- make Graphify import durability explicit (PR #35 review)

## [0.0.11]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v0.0.10...roteiro-v0.0.11 - 2026-08-08

### Added

- *(rto-graph)* offline inference layer — `roteiro infer` (Stage 8 core)

### Fixed

- *(infer)* address PR #31 review — authoritative re-infer, stem, perf, docs

## [0.0.10]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v0.0.9...roteiro-v0.0.10 - 2026-08-08

### Added

- *(rto-graph)* portable graph artifacts — `export`/`load` (Stage 10 part 1)

## [0.0.9]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v0.0.8...roteiro-v0.0.9 - 2026-08-08

### Added

- *(query)* `roteiro path` + MCP `path` tool (Stage 5/7 follow-up)

### Fixed

- address PR #25 review — path invariant, stderr, tool description

## [0.0.8]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v0.0.7...roteiro-v0.0.8 - 2026-08-08

### Added

- *(mcp)* adopt rmcp for stdio + networked HTTP serving (ADR-0002)
- *(rto-render)* MCP server over stdio, feature-gated (Stage 7)

## [0.0.7]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v0.0.6...roteiro-v0.0.7 - 2026-08-08

### Added

- *(rto-render)* real docs-site + Obsidian renderers (Stage 6)

## [0.0.6]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v0.0.5...roteiro-v0.0.6 - 2026-08-08

### Added

- *(roteiro)* `init` + git hooks + AGENTS.md (Stage 5, part 2)
- query surface with stable --json schema (Stage 5, part 1)
- *(rto-spec)* authored ADR layer and `roteiro check` (Stage 4)

### Fixed

- *(rto-spec)* address PR #14 review — fail on malformed ADRs, fix stale doc

### Other

- Merge pull request #15 from OffeneDatenmodellierung/release-plz-2026-08-08T09-17-25Z
- Merge remote-tracking branch 'origin/main' into feat/authored-layer

## [0.0.5]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v0.0.4...roteiro-v0.0.5 - 2026-08-08

### Added

- *(rto-graph)* uncommitted working-tree dirty overlay (Stage 3)

## [0.0.4]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v0.0.3...roteiro-v0.0.4 - 2026-08-08

### Added

- *(rto-graph)* derived tree-sitter Rust extraction (Stage 3)

## [0.0.3]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v0.0.2...roteiro-v0.0.3 - 2026-08-08

### Added

- *(rto-graph)* content-addressed cache and `roteiro sync` (Stage 2)

## [0.0.2]https://github.com/OffeneDatenmodellierung/Roteiro/compare/roteiro-v0.0.1...roteiro-v0.0.2 - 2026-08-07

### Added

- *(rto-graph)* implement graph core (Stage 1)

## [0.0.1]https://github.com/OffeneDatenmodellierung/Roteiro/releases/tag/roteiro-v0.0.1 - 2026-08-07

### Added

- Initial commit