Skip to content

chore: promote dev changes to master#16

Merged
DevStrikerTech merged 9 commits intomasterfrom
dev
Mar 15, 2026
Merged

chore: promote dev changes to master#16
DevStrikerTech merged 9 commits intomasterfrom
dev

Conversation

@DevStrikerTech
Copy link
Owner

@DevStrikerTech DevStrikerTech commented Mar 15, 2026

Summary

This PR promotes the latest reviewed updates from dev into master, including the new config lint CLI capability and recent documentation refinements.

Changes Included

  • Added YAML config lint command (scripts/lint_configs.py) with:
    • directory path validation
    • YAML syntax checks using safe parsing
    • helpful error hints for invalid files
  • Added tests for lint command behavior (tests/test_lint_configs.py)
  • Included small README/documentation improvements from recent approved PRs

Impact

  • Improves developer workflow by catching config syntax errors earlier
  • Keeps master aligned with the latest approved work on dev
  • Includes both feature and docs updates; no breaking interface changes expected

Validation

  • Changes were previously reviewed and approved in upstream PRs before merge to dev
  • CI checks passed on merged PRs targeting dev
  • Lint command behavior validated for success and failure paths in tests
@DevStrikerTech DevStrikerTech added good first issue Good for newcomers documentation Improvements or additions to documentation labels Mar 15, 2026
@DevStrikerTech DevStrikerTech merged commit 7c27584 into master Mar 15, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation good first issue Good for newcomers

3 participants