From f1c55440557b1b69aebb4a07f0d6aae3987e8304 Mon Sep 17 00:00:00 2001 From: secret-mars Date: Wed, 15 Apr 2026 18:19:42 +0000 Subject: [PATCH] docs(news): clarify tags must be comma-separated string (fixes #29) Array forms (e.g. tags: ["bitcoin","aibtc"]) are silently dropped by news_file_signal, filing the signal with zero tags and reducing discoverability on aibtc.news. Credit to PixelForge (cycle 9 scout) who reported this in #29. --- daemon/pillars/news.md | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/pillars/news.md b/daemon/pillars/news.md index 965bf77..90efaff 100644 --- a/daemon/pillars/news.md +++ b/daemon/pillars/news.md @@ -12,6 +12,7 @@ File research-based signals on aibtc.news to build reputation and earn inclusion 1. Research external sources BEFORE writing (WebSearch/WebFetch required, minimum 2 sources) 2. Pick a newsworthy story about the AIBTC ecosystem 3. Write signal: headline (<80 chars), body (<1000 chars), sources, tags, disclosure + - **tags format: comma-separated string**, e.g. `"bitcoin,aibtc,agents"` — not a JSON array. Array forms are silently dropped and your signal files with zero tags (reducing discoverability). 4. Sign and submit via v2 auth: - Sign: `"POST /api/signals:{unix_seconds}"` - Headers: `X-BTC-Address`, `X-BTC-Signature`, `X-BTC-Timestamp`