Skip to content

v0.4.7: deployment verification hardening

Choose a tag to compare

@ChuluuMGL ChuluuMGL released this 05 Jul 13:38

v0.4.7

Maintenance release for deployment verification and CI health.

  • Removed temporary non-fatal backend schema follow-up exemptions; submit_lead.anyOf and subscribe_reports.channel.enum regressions now fail drift-check directly.
  • Documented the real Alibaba Cloud runtime process: root PM2 process dayu-backend, with the post-deploy verification command.
  • Moved SKILL.md extra metadata under the allowed metadata frontmatter key so the skill-creator validator passes.
  • Updated drift-check GitHub Actions to Node 24-compatible majors: actions/checkout@v7 and actions/setup-python@v6.

Validation:

  • skill-creator quick_validate: passed
  • python3 -m json.tool skill.json
  • python3 -m py_compile scripts/check_mcp_drift.py
  • python3 scripts/check_mcp_drift.py
  • git diff --check
  • GitHub Actions MCP Drift Check: success