initial ai implementation

This commit is contained in:
Erik Foris
2026-04-20 14:48:33 +02:00
parent f91eaed663
commit 05c4b4b04c
31 changed files with 1420 additions and 1 deletions

29
config.yaml Normal file
View File

@@ -0,0 +1,29 @@
server:
host: "0.0.0.0"
port: 8080
linear:
api_key: ""
webhook_secret: ""
gitea:
url: "https://gitea.example.com"
token: ""
webhook_secret: ""
sync:
enabled_repos:
- "my-org/my-repo"
default_team_id: ""
status_mappings:
pr_created: "In Progress"
pr_merged: "Done"
pr_closed: "Todo"
sync_direction: "one-way"
features:
pr_linking: true
workflow_automation: true
issues_sync: true
commit_linking: true
branch_suggestions: true