Skip to content

conversion for teams using multiple coding environments #23

@jepegit

Description

@jepegit

For teams, typically not everyone uses the same IDE or coding tools ("developer solution"). Using Git hooks, it should be possible to convert between the different formats or layouts (Cursor vs. Claude code, for example) conveniently and automatically.

Plan:

  1. Evaluate if there exists a common standard (search the web) that works for all solutions.
  2. If not, suggest a common standard (the issuflow format)
  3. Make sure that the codebase is refactored so that it can easily switch between solutions
  4. Create a function and/or a CLI option for converting between solutions.
  5. create a method that helps users to add git hooks - triggered during pulling (convert to the developers' format)
    • triggered during push (or commit?) (Convert to the format decided by the team (where the issueflow format is one of the options)).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions