Skip to content

v1.12.1

Choose a tag to compare

@github-actions github-actions released this 14 Sep 06:28
· 3 commits to main since this release
Immutable release. Only release title and notes can be modified.
c761234

v1.12.1

Project creation now has an explicit CLI command:

kb project create website --json
kb add "Build landing page" -p website --json
kb list -p website --json
  • kb project create <name> saves an empty project without creating a task.
    Repeating it succeeds and leaves the existing project unchanged.
  • kb project list includes saved projects with zero tasks, including projects
    whose last task was removed. Terminal and browser project lists still derive
    their entries from tasks.
  • kb help <command> and command-specific --help show positional arguments,
    supported flags, examples, JSON output, and exit codes. Root help includes the
    project creation workflow. Help requests do not open the database.

Existing kb add ... -p <name> commands continue to create projects implicitly.
Every new task still requires an explicit project. No database migration or new
dependency is needed.