Commit 276f85c
committed
fix(arch): permit Server layer to access Value (pre-existing bernardladenthin#266 regression)
LlamaArchitectureTest.layeredArchitecture was already failing on main (not
introduced by the TTS work): the streaming-completions merge (bernardladenthin#266) added
LlamaModelBackend (server layer) reads of StopReason / LlamaOutput (value layer),
but the Value layer's mayOnlyBeAccessedByLayers list — documented as "the EXACT
set of packages that reference it today" — was not updated. Add "Server" to it,
the same maintenance the rule's own javadoc prescribes.
Unrelated to TTS but folded in here because it blocks PR bernardladenthin#268's CI; kept as its
own commit so it can be cherry-picked to main independently.1 parent 7e04296 commit 276f85c
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments