Skip to content

fix(ckpt): sync SKILL.md with actual CLI/plugin implementation#847

Open
Ziqi002 wants to merge 1 commit into
alibaba:mainfrom
Ziqi002:fix/ckpt-issue-799
Open

fix(ckpt): sync SKILL.md with actual CLI/plugin implementation#847
Ziqi002 wants to merge 1 commit into
alibaba:mainfrom
Ziqi002:fix/ckpt-issue-799

Conversation

@Ziqi002

@Ziqi002 Ziqi002 commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

Description

SKILL.md 存在多处与实际 CLI/插件行为不一致的描述,本 PR 统一修正并补全缺失的 diff 命令文档。

Related Issue

closes #799

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional change)
  • Performance improvement
  • CI/CD or build changes

Scope

  • cosh (copilot-shell)
  • sec-core (agent-sec-core)
  • skill (os-skills)
  • sight (agentsight)
  • tokenless (tokenless)
  • memory (agent-memory)
  • ckpt (ws-ckpt)
  • Multiple / Project-wide

Checklist

  • I have read the Contributing Guide
  • My code follows the project's code style
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the documentation accordingly
  • For cosh: Lint passes, type check passes, and tests pass
  • For sec-core (Rust): cargo clippy -- -D warnings and cargo fmt --check pass
  • For sec-core (Python): Ruff format and pytest pass
  • For skill: Skill directory structure is valid and shell scripts pass syntax check
  • For sight: cargo clippy -- -D warnings and cargo fmt --check pass
  • For tokenless: cargo clippy -- -D warnings and cargo fmt --check pass
  • For memory (Linux only): cargo clippy --all-targets -- -D warnings, cargo fmt --check, and cargo test pass
  • Lock files are up to date (package-lock.json / Cargo.lock)

Testing

Additional Notes

- mark rollback `-w` as required to match CLI definition
- add missing `diff` command documentation (trigger table, usage, args)
- fix typos: `workspacee` and unclosed `<path-to-workspace` tags

Closes: alibaba#799
Signed-off-by: Ziqi Huang <ziqi02@alibaba-inc.com>
@Ziqi002 Ziqi002 requested a review from casparant as a code owner June 11, 2026 10:35
@Ziqi002 Ziqi002 requested a review from yummypeng June 11, 2026 10:35
@github-actions github-actions Bot added component:ckpt scope:documentation ./docs/|./*.md|./NOTICE labels Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ckpt] bug: SKILL.md 存在多处与实际 CLI / Plugin 实现不一致的过期内容

1 participant