project get/set-vikunja cwd fallback fails from a repo subdirectory #10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
project getandproject set-vikunjadefault the name to the literal cwd basename (Path.cwd().name). Invoked from a subdirectory of a registered project, the basename doesn't match the registry and resolution fails withno project named '…'.Consider resolving the git top-level's basename instead (falling back to the cwd outside a repo), or explicitly documenting the run-from-root constraint in the verbs' help text. The consuming skills (todo, wrap-up) assume the cwd default works anywhere inside the project.