summaryrefslogtreecommitdiff
path: root/test-config.json
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-19 16:45:29 +0300
committerPaul Buetow <paul@buetow.org>2025-07-19 16:45:29 +0300
commit5ca3c39da7854a753d8535465ec42bebfa3fcf8e (patch)
treef0ad03216a47e997eaa9833ca65140d5918eefdd /test-config.json
parent2ca1d94d1c6785a40b722a581a842be6a8741cc6 (diff)
feat: add aichat support for showcase project descriptionsv0.8.1
- Add --ai-tool flag to showcase command (default: claude) - Support aichat as alternative to claude for generating project summaries - When using aichat, read README.md and pipe it as input - Update documentation and examples - Bump version to 0.8.1 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'test-config.json')
-rw-r--r--test-config.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/test-config.json b/test-config.json
new file mode 100644
index 0000000..28dbfb9
--- /dev/null
+++ b/test-config.json
@@ -0,0 +1,16 @@
+{
+ "organizations": [
+ {
+ "host": "github.com",
+ "name": "test-org",
+ "github_token": "test-token"
+ },
+ {
+ "host": "codeberg.org",
+ "name": "test-org",
+ "codeberg_token": "test-token"
+ }
+ ],
+ "repositories": ["test-repo"],
+ "work_dir": "/tmp/gitsyncer-test"
+} \ No newline at end of file