Commit 4ed872d
committed
feat(release): implement two-tier SQL validation for hash mismatch detection
- Add original SQL storage columns to metadata schema for two-tier validation
- Implement custom SQL normalization in worker for F-003 feature
- Create enhanced HashMismatchError with SQL diff formatting
- Update release manager to populate original SQL maps on database open
- Add comprehensive unit tests for validation logic
- Update README to document v2.2.0 two-tier validation feature1 parent e058879 commit 4ed872d
53 files changed
Lines changed: 12883 additions & 1773 deletions
File tree
- agent-docs
- 00-control
- 01-discovery/features
- 03-architecture
- 05-design
- 01-contracts
- 02-schema
- 03-modules
- 06-implementation
- 07-taskManager
- 08-task
- active
- archive
- TASK-401-Add-Original-SQL-Columns-to-Release-Table
- TASK-402-Update-Release-Manager-to-Populate-Original-SQL-Columns
- TASK-403-Add-PREPARE-Message-Type-Worker-Protocol-Extension
- TASK-404-Expose-normalizeSQL-via-Worker-Bridge
- TASK-405-Create-SQL-Normalizer-Module
- TASK-409-Update-Release-Manager-with-Two-Tier-Validation
- TASK-410-Populate-Original-SQL-Maps-from-Metadata
- TASK-411-Update-DatabaseRecord-with-Original-SQL-Maps
- TASK-412-Populate-Original-SQL-Maps-on-Database-Open
- src
- registry
- release
- types
- tests/e2e
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
76 | | - | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| |||
322 | 324 | | |
323 | 325 | | |
324 | 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 | + | |
325 | 386 | | |
326 | 387 | | |
327 | 388 | | |
328 | 389 | | |
329 | 390 | | |
330 | | - | |
| 391 | + | |
| 392 | + | |
331 | 393 | | |
332 | 394 | | |
333 | 395 | | |
| |||
Large diffs are not rendered by default.
0 commit comments