You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved koba init preview output when koba.yml already exists.
Clarified that koba init --apply refuses to overwrite existing workflow contracts.
Reduced manifest noise in koba scan for Agent Skill repositories by omitting missing package.json, Cargo.toml, and pyproject.toml markers when they are not relevant.
Safety
Preserved the existing no-overwrite behavior for koba init --apply.
Agent Skill support remains read-only by default and does not run skill validation, stage files, commit, push, or write files unless explicitly requested through existing preview/apply flows.
Added koba changes, a read-only working-tree review command that summarizes changed, staged, unstaged, and untracked files.
Added commit group planning for mixed working trees so Koba can recommend splitting unrelated changes before staging.
Added check recommendations based on changed file types, including Rust, docs, skills, Scoop manifests, GitHub Actions, Node/TypeScript, and Python projects.
Improved
Improved Conventional Commit suggestions with sharper path-based scopes for agent skills, Scoop packaging, GitHub workflows, and Koba internals.
Updated the Koba Agent Skill to prefer koba changes for working-tree review, commit preparation, and check planning.
Documented the Koba source-workspace fallback for agents when the global koba executable is not on PATH.
Safety
koba changes is fully read-only and does not stage, commit, push, apply changes, or rewrite history.