Skip to content

v0.4

Choose a tag to compare

@mikubaka88 mikubaka88 released this 06 Jun 03:33
· 21 commits to main since this release

Summary

v0.4.0 upgrades CCFA Skills from a writing-oriented skill set into a governed CCF paper-project workflow family.

Highlights

  • Migrated 109 legacy venue runtime skills into ccf-writing-skills/references/venue-guides/ and added ccf-conference-guides as the format-only entrypoint.
  • Renamed forge-skills to ccf-forge-skills; all installable skills now use the ccf- prefix.
  • Added project orchestration, scaffolding, integrity audit, citation audit, submission checking, figure/table building, artifact reproducibility, revision ledger, resubmission adaptation, and paper-talk skills.
  • Added ccfa.yaml, artifact contracts, trigger registry, architecture docs, agent guide, plugin manifests, changelog, and GitHub Actions validation.
  • Updated README EN/zh-CN/zh-TW and regenerated architecture/workflow/review-boundary SVGs.

Compatibility

  • Core research-chain skill names are preserved.
  • Legacy ccf-conference-skills/<venue>/SKILL.md is no longer installable. Use ccf-conference-guides or the venue-guide reference branch.
  • Venue policy notes are migrated references and must be rechecked against official current-year venue pages before final submission.

Validation

Passed locally:

  • python ccf-common/scripts/check_v04.py
  • python ccf-common/scripts/check_path_privacy.py .
  • python ccf-common/scripts/check_sources.py
  • python ccf-common/scripts/check_markdown_links.py
  • python plugin-creator/scripts/validate_plugin.py .
  • rg -nP "^name: (?!ccf-)" -g "SKILL.md" produced no matches.