This file describes the AI guidelines for operations in this directory. ## Directory structure - /: A single project repository - INFO.md: Project information, including where the code is hosted - AI.md: AI guidelines for the project - workitems/: A directory containing workitem prompts - -.md: A prompt file for a project workitem ### File format File format is markdown. It contains checkboxes, that must only be checked if the information is available and provided. #### Project info file format A project info file follows the following format: ```markdown ## - [ ] Repo host: - [ ] Repo url: - [ ] Target branch: - [ ] AI guidelines: - [ ] Remote data: - [ ] Jira component: ``` #### Work item prompt file format A work item prompt file follows the following format: ```markdown ## - [ ] Jira: - [ ] Implementation: - [ ] Active ### Log ``` The active checkbox is optional and should be checked if the workitem is active. Inactive workitems should be ignored. In the absence of the active checkbox, the workitem is assumed to be active. ### Credentials This section describes credentials to use when interacting with various apis and services. The actual credentials are provided in the environment variables. #### Jira #### Github - [ ] host: https://github.com/organizations/Ebitda-SRL #### Gitea - [x] host: https://gitea.fteamdev.valuya.be - credential type: username/password - username variable: GITEA_USERNAME - password variable: GITEA_PASSWORD