Commit eb64258
committed
fix(ci): build the examples' dependency closure explicitly in the typecheck job + correct stale ADR-0076 D12 status
Two follow-ups after merging latest main:
- lint.yml: the example-app typecheck step built only ./packages/* (direct
children). The connector packages the showcase imports were built purely
by accident — through dogfood's dependency chain — which broke when
dogfood moved to packages/qa/. Request the examples' dependency closure
explicitly (--filter='./examples/*^...') so the step no longer depends
on which package happens to live at the top level.
- ADR-0076: the round-2 status verification merged from main (#3061) was
read against a pre-#3028 snapshot — svcAvailable no longer hardcodes
'available'; the D12 framework side shipped in #3028. Correct the status
line and note OQ#9/OQ#10 resolution (#3037).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01A1BtxNeUaGmvUYr8FwtUNu1 parent 97cf089 commit eb64258
2 files changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
127 | 133 | | |
128 | | - | |
| 134 | + | |
129 | 135 | | |
130 | 136 | | |
131 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments