Issue management as a cli tool with different backends #59

Closed
opened 2025-10-01 19:52:31 +00:00 by tegwick · 0 comments
Owner

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.

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.
tegwick added this to the Clean Repository Standard project 2025-10-01 19:52:31 +00:00
tegwick moved this to Done in Clean Repository Standard on 2025-10-04 22:59:06 +00:00
Sign in to join this conversation.