Skip to content

docs(release): check the downstream hwpx skill for CLI drift - #48

Merged
entelecheia merged 1 commit into
mainfrom
docs/downstream-skill-sync
Aug 2, 2026
Merged

docs(release): check the downstream hwpx skill for CLI drift#48
entelecheia merged 1 commit into
mainfrom
docs/downstream-skill-sync

Conversation

@entelecheia

Copy link
Copy Markdown
Member

One checklist line in docs/release-readiness.md and its Korean counterpart.

Why

The hwpx skill in STAIxBWLB/skills shells out to the hwp binary, so a release that changes the CLI surface can invalidate it without anything in this repo looking wrong. v0.7.0 did exactly that: the skill still records docx as ✗ 미지원 and omits it from its hardcoded --to choices, making the new format unreachable through the skill. Filed as STAIxBWLB/skills#6.

That repo now has a daily drift detector (STAIxBWLB/skills#7) that opens an issue when its recorded verified_release falls behind our latest tag. This checklist line is the belt-and-braces half: a release that changes the CLI surface should not wait up to a day for someone else's cron to notice.

Both language sides are updated in the same commit per the documentation policy in CLAUDE.md.

No code changes; CI is the usual fmt/clippy/test gates.

The hwpx skill in STAIxBWLB/skills shells out to this binary, so a release
that changes the CLI surface can invalidate it. v0.7.0 did exactly that: the
skill still records docx as unsupported and omits it from its hardcoded --to
choices (STAIxBWLB/skills#6).

That repo now runs a daily drift check, so this is a belt-and-braces item --
a release that changes the CLI surface should not wait on someone else's cron.
Both language sides updated together per the documentation policy.
Copilot AI review requested due to automatic review settings August 2, 2026 04:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the release readiness checklist to explicitly include a manual check for downstream CLI-surface drift in the STAIxBWLB/skills repo’s skills/hwpx skill, ensuring releases that change the hwp CLI don’t leave the downstream skill broken until its daily drift detector reports it.

Changes:

  • Add a new checklist item to review STAIxBWLB/skills skills/hwpx for CLI-surface drift before releasing.
  • Apply the same checklist update to both the English and Korean release readiness documents (bilingual policy preserved).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
docs/release-readiness.md Adds a release checklist item to manually verify downstream skills/hwpx remains compatible with CLI changes.
docs/release-readiness.ko.md Korean counterpart of the same new downstream drift check item.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@entelecheia
entelecheia merged commit 14ce2ee into main Aug 2, 2026
4 checks passed
@entelecheia
entelecheia deleted the docs/downstream-skill-sync branch August 2, 2026 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants