From 65ff68d47d4a483b334ef5a54fda11cacfcef5d9 Mon Sep 17 00:00:00 2001
From: Jon Saad-Falcon <41205309+jonsaadfalcon@users.noreply.github.com>
Date: Thu, 9 Apr 2026 20:37:30 -0700
Subject: [PATCH] fix: move badges to README and fix clone tracking auth
- Move download/clone/star badges from docs/index.md to README.md
- Use TRAFFIC_TOKEN secret instead of GITHUB_TOKEN for Traffic API
(requires admin-level access that GITHUB_TOKEN doesn't provide)
Co-Authored-By: Claude Opus 4.6 (1M context)
---
.github/workflows/track-clones.yml | 2 +-
README.md | 7 +++++++
docs/index.md | 7 -------
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/track-clones.yml b/.github/workflows/track-clones.yml
index 5099bbd9..68ee1c14 100644
--- a/.github/workflows/track-clones.yml
+++ b/.github/workflows/track-clones.yml
@@ -17,7 +17,7 @@ jobs:
- name: Fetch clone traffic
env:
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.TRAFFIC_TOKEN }}
run: |
gh api repos/${{ github.repository }}/traffic/clones > /tmp/traffic.json
diff --git a/README.md b/README.md
index 1fda2d66..3d974401 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,13 @@
+
+
+
+
+
+
+
---
diff --git a/docs/index.md b/docs/index.md
index 8af371ed..34fbfa43 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -9,13 +9,6 @@ hide:
# Personal AI, On Personal Devices
-
-
-
-
-
-
-
OpenJarvis is a research framework for composable, on-device AI systems.
Build personal AI that runs on your hardware. Cloud APIs are optional.