mirror of
https://github.com/borghei/Claude-Skills.git
synced 2026-09-14 19:41:02 +08:00
1b94825098
- Fix doc_generator.py test name parsing (was extracting project name instead of test type) - Add resource_type filter to doc_generator.py and quality_scorer.py to prevent non-deterministic node matching - Use collections.deque for O(1) BFS in impact_analyzer.py - Fix schema_diff.py model name fallback to use node_id suffix instead of full ID - Replace emoji with plain ASCII labels in CLI output across all scripts - Fix hardcoded 'redshift' profile in dbt_project.yml template - Add dbt_utils dependency note in schema.yml - Add incremental-only warning to macros.sql get_incremental_filter - Fix duplicate word typo in optimization.md - Clarify SELECT * rule in dbt_style_guide.md (terminal CTE pattern is acceptable)