summaryrefslogtreecommitdiff
path: root/gitsyncer.example.json
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-31 20:13:32 +0200
committerPaul Buetow <paul@buetow.org>2025-10-31 20:13:32 +0200
commit11eea6a82cbfdde40ec1457c6ea080da4da6b7dc (patch)
tree8026068f6a3beb3ee02c45f06f4487f4b89caaf1 /gitsyncer.example.json
parent5c3e0b5cf99d028c4f06be7a825388b296e37a22 (diff)
feat: implement amp AI tool support and replace Taskfile with Magev0.10.0
- Add amp as default AI tool for release notes and showcase generation - Fallback chain: amp → hexai → claude → aichat - Replace Taskfile.yaml with magefile.go for build automation - Update all documentation (README.md, AGENTS.md, doc/development.md) - Update version to 0.10.0 Amp-Thread-ID: https://ampcode.com/threads/T-735ba1e2-0255-4b43-8ed1-6c0d2f78301b Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'gitsyncer.example.json')
-rw-r--r--gitsyncer.example.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/gitsyncer.example.json b/gitsyncer.example.json
deleted file mode 100644
index 39984b4..0000000
--- a/gitsyncer.example.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "organizations": [
- {
- "host": "git@codeberg.org",
- "name": "snonux"
- },
- {
- "host": "git@github.com",
- "name": "snonux"
- },
- {
- "host": "paul@t450:git",
- "backupLocation": true
- }
- ],
- "repositories": [
- "gitsyncer",
- "another-repo",
- "yet-another-repo"
- ],
- "skip_releases": {
- "fapi": ["0.0.1"]
- }
-}