Commit 46cb25d
committed
docs: round-2 freshness pass — spec paths + numbering, RUNBOOK refs, archive pattern
Conservative cleanup following the wider audit. Three changes:
docs/roadmap/scribe-iq-lakehouse-spec.md
- Section numbering fixed. §17 Roadmap was out of order between §8 and §9 (a
pre-existing inconsistency); renumbered to §9 and bumped §9–§16 by one so
the spec now runs §1 → §17 cleanly.
- 40+ stale `local/` path references fixed to `core/` (relics of the Session
4.5 local/ → core/ rename that this spec predates). Bulk replacements:
local/ingest/ → core/ingest/
local/transforms/ → core/transforms/
local/validation/ → core/validation/
local/gold/ → core/gold/
local/platform/ → core/platform/
local.validation. → core.validation.
local/pipeline.py → core/surfaces/cli/pipeline.py
`python local/pipeline.py` → `python -m core.surfaces.cli.pipeline`
`python local/pipeline_lite.py --cohort sample` → `python -m core.surfaces.cli.pipeline --cohort sample`
`ruff/black ... local/ tests/` → `... core/ fabric/`
factory PLATFORMS strings → real ones (fabric.platform.FabricPlatform,
databricks.platform.DatabricksPlatform, etc.; core.platform.local_lite.* stays in core/).
- §4 Repository Structure tree: root rename + added fabric/ subtree + tests/
moved under core/tests/ + scripts/ moved under core/scripts/ to match
reality. Other entries (mkdocs.yml, docker-compose.yml, REVIEWER_GUIDE.md,
PRODUCTION_NOTES.md, STREAMING_DESIGN.md, schemas/*.json) are aspirational
from the Session-0 plan and left in place — Conservative scope per user
direction; ARCHITECTURE.md is the source of truth for the live tree.
docs/RUNBOOK.md
- 4 stale `local/` / pre-rename references fixed:
`tests/test_dagster_defs.py` → `core/tests/test_dagster_defs.py`
`[tool.dagster] module_name = "orchestration.definitions"` →
`... = "core.orchestration.dagster.definitions"` (matches pyproject.toml)
`python -m scripts.demo_walkthrough` → `python -m core.scripts.demo_walkthrough`
(3 instances in §5 + 1 in §6)
"portfolio demo video" → "demo video" (one stray narrative residue from
the 370f666 personal-narrative pass)
docs/_archive/
- New directory + README documenting the archive convention. Empty today;
used when planning docs need historical preservation rather than deletion.
Decision rules in the README (keep vs archive vs delete) make the policy
explicit so future cleanups don't drift into accumulating cruft.
Conservative scope per user direction — did NOT trim:
- §9 Roadmap aspirational phases (kept; forward-facing planning)
- §10 Implementation Sequence (sessions 1–7 plan; mostly stale but kept for
historical structure)
- §11 README Structure (kept; lives in code fence so doesn't pollute TOC)
- §12 Fabric Trial Checklist (overlaps fabric/docs/SCREENSHOTS.md; kept)
- §15 Fabric DevOps (442 lines of unbuilt design; kept as forward-facing)
- §16 Fabric Demo Plan (overlaps PLAYBOOK.md; kept)
Tests still 128 passed + 1 skipped. Zero `local/` references remain in any
tracked file.1 parent b133c53 commit 46cb25d
3 files changed
Lines changed: 101 additions & 62 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
201 | | - | |
202 | | - | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
235 | | - | |
| 234 | + | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
219 | 228 | | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
228 | 236 | | |
229 | 237 | | |
230 | 238 | | |
| |||
278 | 286 | | |
279 | 287 | | |
280 | 288 | | |
281 | | - | |
| 289 | + | |
282 | 290 | | |
283 | 291 | | |
284 | 292 | | |
| |||
312 | 320 | | |
313 | 321 | | |
314 | 322 | | |
315 | | - | |
| 323 | + | |
316 | 324 | | |
317 | 325 | | |
318 | 326 | | |
| |||
812 | 820 | | |
813 | 821 | | |
814 | 822 | | |
815 | | - | |
816 | | - | |
| 823 | + | |
| 824 | + | |
817 | 825 | | |
818 | 826 | | |
819 | 827 | | |
| |||
822 | 830 | | |
823 | 831 | | |
824 | 832 | | |
825 | | - | |
| 833 | + | |
826 | 834 | | |
827 | 835 | | |
828 | 836 | | |
| |||
834 | 842 | | |
835 | 843 | | |
836 | 844 | | |
837 | | - | |
| 845 | + | |
838 | 846 | | |
839 | 847 | | |
840 | 848 | | |
| |||
862 | 870 | | |
863 | 871 | | |
864 | 872 | | |
865 | | - | |
| 873 | + | |
866 | 874 | | |
867 | 875 | | |
868 | 876 | | |
| |||
1090 | 1098 | | |
1091 | 1099 | | |
1092 | 1100 | | |
1093 | | - | |
| 1101 | + | |
1094 | 1102 | | |
1095 | 1103 | | |
1096 | 1104 | | |
| |||
1099 | 1107 | | |
1100 | 1108 | | |
1101 | 1109 | | |
1102 | | - | |
| 1110 | + | |
1103 | 1111 | | |
1104 | 1112 | | |
1105 | 1113 | | |
| |||
1115 | 1123 | | |
1116 | 1124 | | |
1117 | 1125 | | |
1118 | | - | |
1119 | | - | |
1120 | | - | |
1121 | | - | |
1122 | | - | |
1123 | | - | |
1124 | | - | |
1125 | | - | |
1126 | | - | |
1127 | | - | |
1128 | | - | |
1129 | | - | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
1130 | 1138 | | |
1131 | 1139 | | |
1132 | 1140 | | |
1133 | 1141 | | |
1134 | 1142 | | |
1135 | 1143 | | |
1136 | | - | |
1137 | | - | |
| 1144 | + | |
| 1145 | + | |
1138 | 1146 | | |
1139 | 1147 | | |
1140 | 1148 | | |
| |||
1156 | 1164 | | |
1157 | 1165 | | |
1158 | 1166 | | |
1159 | | - | |
| 1167 | + | |
1160 | 1168 | | |
1161 | 1169 | | |
1162 | 1170 | | |
| |||
1199 | 1207 | | |
1200 | 1208 | | |
1201 | 1209 | | |
1202 | | - | |
| 1210 | + | |
1203 | 1211 | | |
1204 | 1212 | | |
1205 | 1213 | | |
| |||
1221 | 1229 | | |
1222 | 1230 | | |
1223 | 1231 | | |
1224 | | - | |
| 1232 | + | |
1225 | 1233 | | |
1226 | 1234 | | |
1227 | 1235 | | |
| |||
1249 | 1257 | | |
1250 | 1258 | | |
1251 | 1259 | | |
1252 | | - | |
| 1260 | + | |
1253 | 1261 | | |
1254 | 1262 | | |
1255 | 1263 | | |
| |||
1270 | 1278 | | |
1271 | 1279 | | |
1272 | 1280 | | |
1273 | | - | |
| 1281 | + | |
1274 | 1282 | | |
1275 | 1283 | | |
1276 | 1284 | | |
| |||
1310 | 1318 | | |
1311 | 1319 | | |
1312 | 1320 | | |
1313 | | - | |
| 1321 | + | |
1314 | 1322 | | |
1315 | 1323 | | |
1316 | 1324 | | |
| |||
1333 | 1341 | | |
1334 | 1342 | | |
1335 | 1343 | | |
1336 | | - | |
| 1344 | + | |
1337 | 1345 | | |
1338 | 1346 | | |
1339 | 1347 | | |
| |||
1776 | 1784 | | |
1777 | 1785 | | |
1778 | 1786 | | |
1779 | | - | |
| 1787 | + | |
1780 | 1788 | | |
1781 | 1789 | | |
1782 | 1790 | | |
| |||
2030 | 2038 | | |
2031 | 2039 | | |
2032 | 2040 | | |
2033 | | - | |
| 2041 | + | |
2034 | 2042 | | |
2035 | 2043 | | |
2036 | 2044 | | |
| |||
2062 | 2070 | | |
2063 | 2071 | | |
2064 | 2072 | | |
2065 | | - | |
| 2073 | + | |
2066 | 2074 | | |
2067 | 2075 | | |
2068 | 2076 | | |
| |||
2080 | 2088 | | |
2081 | 2089 | | |
2082 | 2090 | | |
2083 | | - | |
| 2091 | + | |
2084 | 2092 | | |
2085 | 2093 | | |
2086 | 2094 | | |
| |||
2137 | 2145 | | |
2138 | 2146 | | |
2139 | 2147 | | |
2140 | | - | |
| 2148 | + | |
2141 | 2149 | | |
2142 | 2150 | | |
2143 | 2151 | | |
| |||
2148 | 2156 | | |
2149 | 2157 | | |
2150 | 2158 | | |
2151 | | - | |
| 2159 | + | |
2152 | 2160 | | |
2153 | 2161 | | |
2154 | 2162 | | |
2155 | 2163 | | |
2156 | 2164 | | |
2157 | 2165 | | |
2158 | 2166 | | |
2159 | | - | |
2160 | | - | |
2161 | | - | |
2162 | | - | |
2163 | | - | |
2164 | | - | |
| 2167 | + | |
| 2168 | + | |
| 2169 | + | |
| 2170 | + | |
| 2171 | + | |
| 2172 | + | |
2165 | 2173 | | |
2166 | 2174 | | |
2167 | 2175 | | |
| |||
2173 | 2181 | | |
2174 | 2182 | | |
2175 | 2183 | | |
2176 | | - | |
| 2184 | + | |
2177 | 2185 | | |
2178 | 2186 | | |
2179 | 2187 | | |
| |||
2188 | 2196 | | |
2189 | 2197 | | |
2190 | 2198 | | |
2191 | | - | |
| 2199 | + | |
2192 | 2200 | | |
2193 | 2201 | | |
2194 | 2202 | | |
| |||
0 commit comments