v1.12.1
·
3 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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 --jsonkb project create <name>saves an empty project without creating a task.
Repeating it succeeds and leaves the existing project unchanged.kb project listincludes 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--helpshow 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.