Commit 382b5db
fix: address pre-release review findings for v0.5.15 (#580)
* fix: address pre-release review findings — dead code, undefined guards, driver tests, docs
- Remove duplicate `altimate_change end` markers in `prompt.ts`
- Replace `password: "secret"` with `"test-fake-password"` in test fixtures
- Fix `classifySkillTrigger()` to return `"unknown"` for unexpected triggers
- Remove unused `"schema_not_indexed"` from `feature_suggestion` type
- Add null guards in `sql-translate`, `dbt-manifest`, `dbt-lineage`,
`column-lineage`, `track-lineage` to prevent literal "undefined" display
- Propagate `result.error` to metadata in `dbt-manifest`
- Add 24 driver security tests (DuckDB retry, MongoDB blocking,
PG/Redshift validation, registry unsupported DB hints)
- Document DuckDB concurrent access, MongoDB blocked operators,
unsupported databases in `warehouses.md`
Closes #579
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: restore missing `altimate_change end` markers and update test expectations
- Add back `// altimate_change end — session start telemetry` and
`// altimate_change end — accumulate session metrics` markers
(the removed duplicates were actually balancing real start blocks)
- Update `classifySkillTrigger` tests to expect `"unknown"` for
unrecognized/missing trigger values (matches the behavior fix)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e1c6cae commit 382b5db
File tree
11 files changed
+721
-23
lines changed- docs/docs/configure
- packages
- drivers/test
- opencode
- src
- altimate
- telemetry
- tools
- session
- test
- altimate
- telemetry
11 files changed
+721
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
214 | 217 | | |
215 | 218 | | |
216 | 219 | | |
| |||
279 | 282 | | |
280 | 283 | | |
281 | 284 | | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
282 | 288 | | |
283 | 289 | | |
284 | 290 | | |
| |||
308 | 314 | | |
309 | 315 | | |
310 | 316 | | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
311 | 328 | | |
312 | 329 | | |
313 | 330 | | |
| |||
0 commit comments