feat(project): projects registry with git origin detection and vikunja mapping #11
Loading…
Reference in a new issue
No description provided.
Delete branch "project-registry"
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?
Adds the projects YAML registry and its verbs:
add(with--cwdand git origin/forge-tool detection),remove,list,path,get, andset-vikunja. Registry entries carry agitsection (origin, local-only, tool) and avikunjamapping generated on add with an id-0 placeholder.The final commit makes the
get/set-vikunjaname fallback subdirectory-safe by resolving the git top-level's basename instead of the literal cwd basename.Closes #10