Issue management as a cli tool with different backends #59
Reference in New Issue
Block a user
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?
We provided gitea as a tooling to interface with gitea and defined make targets for interacting with issues.
Nonetheless Claude seems to missing these functions at times and tries to do API Calls directly just to fail.
I would like to generate a cli wrapper or facade to create, modify, retrieve, comment and close issues. It should also be possible to get a list of open lissues and a list of closed issues.
We implemented this functionality for gitea but the issue cli should be extensible to handle other backends too. So there should be a plugin system and the first plugin should connect to our existing gitea tooling.
A second plugin should function as a minimalistic directory/file and markdown based local infrastructure that can simply be part of the repo without teh need to use any external service.
Later on there should be a plugin to use jira as an issue backend.
Hopefully this will help claude to interact with issues more efficiently.