Skip to content

Releases: akihidem/cogsync-cli

v1.0.0-alpha.0 — first publishable release

11 May 02:51
b6849be

Choose a tag to compare

ハイライト

  • 初の 配布可能 (npm + GitHub public) リリース。
  • CLI 全コマンド (status / watch / phase / pomodoro / handoff / skill / mcp) が動作。
  • MCP サーバ (cogsync mcp) で Resources / Tools / Prompts を Claude Code 等に公開。
    • Tools: set_phase / get_recommended_action / create_handoff
    • Prompts: coach_phase_transition / coach_break_suggestion ほか

インストール

npm install -g cogsync-cli@alpha
cogsync status

詳細は README / CHANGELOG

既知の制約

  • α 版のため API/コマンド体系は変更されうる。@alpha タグでのみ配布、latest 安定版は実利用フィードバック後。
  • 実行は tsx/esm の tsImport 経由(ビルドステップなし)。stable で tsc emit に乗り換え予定。