跳转到主要内容

What’s Changed [0.1.8] - 2026-05-17

Added

  • comet-state.sh script: Unified state management with 5 subcommands — init (create .comet.yaml), set (update with enum validation), get (read field), check (entry verification), scale (verification mode assessment)
  • check subcommand: Scripted entry verification replacing text checklists in all 8 skills
  • scale subcommand: Scripted scale assessment replacing prose decision rules in comet-verify

Changed

  • All .comet.yaml writes go through comet-state.sh: No more raw sed -i — enum validation on every field write
  • All skill Step 0 checklists replaced with check subcommand: Single command replaces text-based entry verification
  • comet-guard.sh and comet-archive.sh use state.sh internally: All state mutations through unified interface
  • Removed write-verification blocks: hotfix and tweak presets no longer have manual verification loops